summaryrefslogtreecommitdiffstats
path: root/desktop/nwg-shell/nwg-shell.SlackBuild
diff options
context:
space:
mode:
author Jay Lanagan <j@lngn.net>2023-08-04 19:56:00 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-05 10:08:52 +0700
commit7bd1784f386c9b2ab8bc69ece091d92770178bc9 (patch)
treef421a87dc8a341bc78214a81f4c1e7c74054a04e /desktop/nwg-shell/nwg-shell.SlackBuild
parentf9c842e4a6d1fef0fcda214e4b7f2445980c2f7f (diff)
downloadslackbuilds-7bd1784f386c9b2ab8bc69ece091d92770178bc9.tar.gz
slackbuilds-7bd1784f386c9b2ab8bc69ece091d92770178bc9.tar.xz
desktop/nwg-shell: Updated for version 0.5.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/nwg-shell/nwg-shell.SlackBuild')
-rw-r--r--desktop/nwg-shell/nwg-shell.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/nwg-shell/nwg-shell.SlackBuild b/desktop/nwg-shell/nwg-shell.SlackBuild
index 53e028950e..f1bdb3606c 100644
--- a/desktop/nwg-shell/nwg-shell.SlackBuild
+++ b/desktop/nwg-shell/nwg-shell.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nwg-shell
-VERSION=${VERSION:-0.5.6}
+VERSION=${VERSION:-0.5.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -78,7 +78,7 @@ cd $PRGNAM-$VERSION
chown -R root:root .
# patches removing refs to systemctl & replaced w/ loginctl & disable updater
-patch -Np1 -i $CWD/slackware.patch || exit 1
+patch -Np1 -i $CWD/defaults.patch || exit 1
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \