mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
desktop/nwg-shell-config: Updated for version 0.5.46.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9a49292086
commit
47f89ad15f
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=nwg-shell-config
|
||||
VERSION=${VERSION:-0.5.42}
|
||||
VERSION=${VERSION:-0.5.46}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -97,7 +97,7 @@ cp $CWD/Antu_distributor-logo-slackware.svg $PKG/usr/share/pixmaps/Slackware.svg
|
|||
|
||||
# manually remove installed Arch specific updater bins
|
||||
# if these aren't removed, a non-working applet will appear in WM
|
||||
rm $PKG/usr/bin/{nwg-shell-updater,nwg-update-indicator}
|
||||
rm $PKG/usr/bin/nwg-update-indicator
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="nwg-shell-config"
|
||||
VERSION="0.5.42"
|
||||
VERSION="0.5.46"
|
||||
HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config/"
|
||||
DOWNLOAD="https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.42/nwg-shell-config-0.5.42.tar.gz \
|
||||
DOWNLOAD="https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.46/nwg-shell-config-0.5.46.tar.gz \
|
||||
https://slackware.lngn.net/pub/source/nwg-shell-config/Antu_distributor-logo-slackware.svg"
|
||||
MD5SUM="7ae545a082ecc2ed5bca83754eb1a103 \
|
||||
MD5SUM="dc27106df2528dad6a28cf6fb0777411 \
|
||||
bae7126cf7fbb634e09ddedd861a133d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue