diff options
-rw-r--r-- | desktop/nwg-shell/nwg-shell.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/nwg-shell/nwg-shell.info | 6 | ||||
-rw-r--r-- | desktop/nwg-shell/slackware.diff | 11 |
3 files changed, 4 insertions, 19 deletions
diff --git a/desktop/nwg-shell/nwg-shell.SlackBuild b/desktop/nwg-shell/nwg-shell.SlackBuild index 0b55f05136..b7e9312746 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.42} +VERSION=${VERSION:-0.5.44} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -74,10 +74,6 @@ install -Dm0644 -t $PKG/usr/share/backgrounds nwg-shell.jpg install -Dm0755 -t $PKG/usr/bin scripts/screenshot install -Dm0644 -t $PKG/usr/share/applications nwg-readme.desktop -# Remove Arch updaters from our Slackware package, users are recommended -# to use sbopkg, sboui, or their favorite SBo updater to get package updates. -rm $PKG/usr/bin/nwg-shell-check-updates - 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 diff --git a/desktop/nwg-shell/nwg-shell.info b/desktop/nwg-shell/nwg-shell.info index 991d96f855..bea3c24ff3 100644 --- a/desktop/nwg-shell/nwg-shell.info +++ b/desktop/nwg-shell/nwg-shell.info @@ -1,8 +1,8 @@ PRGNAM="nwg-shell" -VERSION="0.5.42" +VERSION="0.5.44" HOMEPAGE="https://nwg-piotr.github.io/nwg-shell/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-shell/archive/v0.5.42/nwg-shell-0.5.42.tar.gz" -MD5SUM="61c64a54baa3746d27f51c3372609a84" +DOWNLOAD="https://github.com/nwg-piotr/nwg-shell/archive/v0.5.44/nwg-shell-0.5.44.tar.gz" +MD5SUM="2c5e4ee760f5e29a75dc8c535035fe64" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="foot grim jq brightnessctl papirus-icon-theme slurp gtklock-playerctl-module gtklock-powerbar-module gtklock-userinfo-module swappy sway swayidle swaylock wl-clipboard azote gopsuinfo nwg-bar nwg-clipman nwg-dock nwg-menu nwg-look nwg-panel nwg-readme-browser nwg-shell-config nwg-shell-wallpapers nwg-wrapper nwg-displays python3-autotiling xdg-desktop-portal-wlr" diff --git a/desktop/nwg-shell/slackware.diff b/desktop/nwg-shell/slackware.diff index 764357a912..2b386547d8 100644 --- a/desktop/nwg-shell/slackware.diff +++ b/desktop/nwg-shell/slackware.diff @@ -30,17 +30,6 @@ diff -ur a/nwg_shell/installer.py b/nwg_shell/installer.py else: subprocess.call("sudo reboot", shell=True, stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT) -diff -ur a/nwg_shell/main.py b/nwg_shell/main.py ---- a/nwg_shell/main.py 2024-11-18 18:12:12.000000000 -0500 -+++ b/nwg_shell/main.py 2024-11-19 02:47:14.468542347 -0500 -@@ -10,7 +10,6 @@ - print(" nwg-shell-installer -a [-hypr] installs All configs from scratch; [-hypr] includes Hyprland configs") - print(" nwg-shell-installer -w [-hypr] installs configs from scratch w/ no dialogs; [-hypr] includes Hyprland configs") - print(" nwg-shell-installer -r [-hypr] Restores missing configs, styles & data files; [-hypr] includes Hyprland configs") -- print(" nwg-shell-check-updates system command to check updates; no point in using manually") - print('\nWiki: https://github.com/nwg-piotr/nwg-shell/wiki') - - diff -ur a/nwg_shell/skel/config/foot/foot.ini b/nwg_shell/skel/config/foot/foot.ini --- a/nwg_shell/skel/config/foot/foot.ini 2024-11-18 18:12:12.000000000 -0500 +++ b/nwg_shell/skel/config/foot/foot.ini 2024-11-19 02:48:10.603650315 -0500 |