diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-02-02 08:30:22 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-02 21:59:19 +0700 |
commit | beb549af71407315dff3c236afc8fafd022d48cd (patch) | |
tree | 06aee57c288f6700a66d6e3a056d08873583649a | |
parent | fe563c358e6e188614cf70260a219bb18c0b1502 (diff) |
desktop/nwg-shell-config: Updated for version 0.5.32.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/nwg-shell-config/nwg-shell-config.SlackBuild | 10 | ||||
-rw-r--r-- | desktop/nwg-shell-config/nwg-shell-config.info | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/desktop/nwg-shell-config/nwg-shell-config.SlackBuild b/desktop/nwg-shell-config/nwg-shell-config.SlackBuild index e7dc31b2e548..94400dc553a7 100644 --- a/desktop/nwg-shell-config/nwg-shell-config.SlackBuild +++ b/desktop/nwg-shell-config/nwg-shell-config.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nwg-shell-config -# Copyright 2023 Jay Lanagan (j@lngn.net), Detroit, MI, USA. +# Copyright 2023-2024 Jay Lanagan (j@lngn.net), Detroit, MI, USA. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nwg-shell-config -VERSION=${VERSION:-0.5.31} +VERSION=${VERSION:-0.5.32} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,10 +87,8 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python3 setup.py install --optimize=1 --root=$PKG -mkdir -p $PKG/usr/share/applications $PKG/usr/share/pixmaps -chmod 644 *.desktop *.svg -cp nwg-shell-config.desktop $PKG/usr/share/applications -cp *.svg $PKG/usr/share/pixmaps +install -Dm0644 -t $PKG/usr/share/applications nwg-shell-config.desktop +install -Dm0644 -t $PKG/usr/share/pixmaps *.svg # Include Slackware logo on System Info screen # Antü Plasma-KDE Theme licensed under the CREATIVE COMMONS BY-SA 3.0. diff --git a/desktop/nwg-shell-config/nwg-shell-config.info b/desktop/nwg-shell-config/nwg-shell-config.info index e4dca2bcfc92..29428fd49b6f 100644 --- a/desktop/nwg-shell-config/nwg-shell-config.info +++ b/desktop/nwg-shell-config/nwg-shell-config.info @@ -1,9 +1,9 @@ PRGNAM="nwg-shell-config" -VERSION="0.5.31" +VERSION="0.5.32" HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.31/nwg-shell-config-0.5.31.tar.gz \ +DOWNLOAD="https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.32/nwg-shell-config-0.5.32.tar.gz \ https://slackware.lngn.net/pub/source/nwg-shell-config/Antu_distributor-logo-slackware.svg" -MD5SUM="781199581af53fef7d486e5c1132e87d \ +MD5SUM="9b6581790bdabbc9d907ec34899eaf0f \ bae7126cf7fbb634e09ddedd861a133d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |