desktop/nwg-shell-config: Updated for version 0.4.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0532534920
commit
b05beb7184
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=nwg-shell-config
|
||||
VERSION=${VERSION:-0.4.17}
|
||||
VERSION=${VERSION:-0.4.20}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -73,7 +73,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z || tar xvf $CWD/v$VERSION.tar.?z
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -88,6 +88,11 @@ chmod 644 *.desktop *.svg
|
|||
cp nwg-shell-config.desktop $PKG/usr/share/applications
|
||||
cp *.svg $PKG/usr/share/pixmaps
|
||||
|
||||
# Include Slackware logo on System Info screen
|
||||
# https://commons.wikimedia.org/wiki/File:Slackware_logo.svg
|
||||
# Licensed under the GPL by Bob Moser
|
||||
cp $CWD/Slackware_logo.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}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nwg-shell-config"
|
||||
VERSION="0.4.17"
|
||||
VERSION="0.4.20"
|
||||
HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config/"
|
||||
DOWNLOAD="https://github.com/nwg-piotr/nwg-shell-config/archive/v0.4.17/nwg-shell-config-0.4.17.tar.gz"
|
||||
MD5SUM="920b3b5c7d77458de04ecbbba7baa8b9"
|
||||
DOWNLOAD="https://github.com/nwg-piotr/nwg-shell-config/archive/v0.4.20/nwg-shell-config-0.4.20.tar.gz"
|
||||
MD5SUM="1649a44e3e149ddcb011f7132b149c96"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wheel"
|
||||
|
|
Loading…
Reference in New Issue