diff options
author | Jay Lanagan <j@lngn.net> | 2023-06-22 23:04:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-22 23:04:31 +0700 |
commit | f2754c0709f0ea6147f42dbbab0a91e06d015a87 (patch) | |
tree | 13f7f5c2f544fa360846522de76c42b8f30ef031 /desktop | |
parent | 701cf66805c79e2e4230dbbf2361dbb32d73abe6 (diff) |
desktop/nwg-shell: Updated for version 0.5.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/nwg-shell/nwg-shell.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/nwg-shell/nwg-shell.info | 6 | ||||
-rw-r--r-- | desktop/nwg-shell/slackware.patch | 16 |
3 files changed, 5 insertions, 21 deletions
diff --git a/desktop/nwg-shell/nwg-shell.SlackBuild b/desktop/nwg-shell/nwg-shell.SlackBuild index 4eb7c7a59b6d4..53e028950ef9f 100644 --- a/desktop/nwg-shell/nwg-shell.SlackBuild +++ b/desktop/nwg-shell/nwg-shell.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nwg-shell -VERSION=${VERSION:-0.4.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.5.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/nwg-shell/nwg-shell.info b/desktop/nwg-shell/nwg-shell.info index 4dc46a7fd60d7..a4937f7d23d4d 100644 --- a/desktop/nwg-shell/nwg-shell.info +++ b/desktop/nwg-shell/nwg-shell.info @@ -1,8 +1,8 @@ PRGNAM="nwg-shell" -VERSION="0.4.3" +VERSION="0.5.6" HOMEPAGE="https://nwg-piotr.github.io/nwg-shell/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-shell/releases/download/v0.4.3/nwg-shell-v0.4.3.tar.gz" -MD5SUM="05f025bf164e3899db7701587951a6d1" +DOWNLOAD="https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.6/nwg-shell-v0.5.6.tar.gz" +MD5SUM="ef3d83d26cbf6af09f269e3c50d451c2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="foot grim jq brightnessctl light papirus-icon-theme playerctl geopy slurp gtklock gtklock-playerctl-module gtklock-powerbar-module gtklock-userinfo-module swappy sway swayidle swaylock swaybg wl-clipboard wlsunset azote gopsuinfo nwg-bar nwg-dock nwg-drawer nwg-menu nwg-look nwg-panel nwg-shell-config nwg-shell-wallpapers nwg-wrapper nwg-displays python3-autotiling python3-dasbus SwayNotificationCenter xdg-desktop-portal-wlr" diff --git a/desktop/nwg-shell/slackware.patch b/desktop/nwg-shell/slackware.patch index 1cbf3e5ca61b0..9b05d1f639a0c 100644 --- a/desktop/nwg-shell/slackware.patch +++ b/desktop/nwg-shell/slackware.patch @@ -121,19 +121,3 @@ ### Turn off screen on lid closed ---- a/nwg_shell/skel/data/nwg-shell-config/settings -+++ b/nwg_shell/skel/data/nwg-shell-config/settings -@@ -83,9 +83,9 @@ - "gtklock-logout-command": "swaymsg exit", - "gtklock-playerctl": false, - "gtklock-powerbar": false, -- "gtklock-poweroff-command": "systemctl -i poweroff", -- "gtklock-reboot-command": "systemctl reboot", -- "gtklock-suspend-command": "systemctl suspend", -+ "gtklock-poweroff-command": "loginctl poweroff", -+ "gtklock-reboot-command": "loginctl reboot", -+ "gtklock-suspend-command": "loginctl suspend", - "gtklock-time-format": "%H:%M:%S", - "gtklock-userinfo": false, - "gtklock-userswitch-command": "" - |