diff options
author | Jay Lanagan <j@lngn.net> | 2023-04-13 23:07:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:27 +0700 |
commit | 467ad2ef7860d15db72cbecc5c1f443f7a0d6c89 (patch) | |
tree | 6090511ed76e750bb1af254fc2fb056fdae0367f /desktop/nwg-shell-config | |
parent | 222949f928a12c5cb3619c70fd9a028ac7471e70 (diff) |
desktop/nwg-shell-config: Update .info file.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/nwg-shell-config')
-rw-r--r-- | desktop/nwg-shell-config/nwg-shell-config.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/nwg-shell-config/nwg-shell-config.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/desktop/nwg-shell-config/nwg-shell-config.SlackBuild b/desktop/nwg-shell-config/nwg-shell-config.SlackBuild index 0be376dde19e..400bfd4ce72b 100644 --- a/desktop/nwg-shell-config/nwg-shell-config.SlackBuild +++ b/desktop/nwg-shell-config/nwg-shell-config.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nwg-shell-config VERSION=${VERSION:-0.4.20} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -91,7 +91,7 @@ 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 +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 diff --git a/desktop/nwg-shell-config/nwg-shell-config.info b/desktop/nwg-shell-config/nwg-shell-config.info index 0cc48ffec456..0ef28a611d12 100644 --- a/desktop/nwg-shell-config/nwg-shell-config.info +++ b/desktop/nwg-shell-config/nwg-shell-config.info @@ -1,8 +1,10 @@ PRGNAM="nwg-shell-config" 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.20/nwg-shell-config-0.4.20.tar.gz" -MD5SUM="1649a44e3e149ddcb011f7132b149c96" +DOWNLOAD="https://github.com/nwg-piotr/nwg-shell-config/archive/v0.4.20/nwg-shell-config-0.4.20.tar.gz \ + https://slackware.lngn.net/pub/source/nwg-shell-config/Slackware_logo.svg" +MD5SUM="1649a44e3e149ddcb011f7132b149c96 \ + 275ee1d6ab047f12df0da19a4e99963d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wheel" |