diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-02-01 06:21:03 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-02 21:52:56 +0700 |
commit | 19ef575dfa74d72d594da65a1f1bc016e2d0241b (patch) | |
tree | 830397f8c6a8483852c89dce7f30de601e61cc92 | |
parent | fd086c2cc9cd548ef1436d5dbd064f849f0367e6 (diff) |
desktop/nwg-displays: Updated for version 0.3.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/nwg-displays/nwg-displays.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/nwg-displays/nwg-displays.info | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/desktop/nwg-displays/nwg-displays.SlackBuild b/desktop/nwg-displays/nwg-displays.SlackBuild index ec7bda28c684..3feb85135e47 100644 --- a/desktop/nwg-displays/nwg-displays.SlackBuild +++ b/desktop/nwg-displays/nwg-displays.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nwg-displays -VERSION=${VERSION:-0.3.12} +VERSION=${VERSION:-0.3.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,10 +83,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/pixmaps $PKG/usr/share/applications -chmod 644 nwg-displays.* -cp nwg-displays.desktop $PKG/usr/share/applications -cp nwg-displays.svg $PKG/usr/share/pixmaps +install -Dm0644 -t $PKG/usr/share/applications nwg-displays.desktop +install -Dm0644 -t $PKG/usr/share/pixmaps nwg-displays.svg 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-displays/nwg-displays.info b/desktop/nwg-displays/nwg-displays.info index 103a78554155..b29a5fde973d 100644 --- a/desktop/nwg-displays/nwg-displays.info +++ b/desktop/nwg-displays/nwg-displays.info @@ -1,10 +1,10 @@ PRGNAM="nwg-displays" -VERSION="0.3.12" +VERSION="0.3.13" HOMEPAGE="https://github.com/nwg-piotr/nwg-displays/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-displays/archive/v0.3.12/nwg-displays-0.3.12.tar.gz" -MD5SUM="fcc584bde5119b99ab203f221942471f" +DOWNLOAD="https://github.com/nwg-piotr/nwg-displays/archive/v0.3.13/nwg-displays-0.3.13.tar.gz" +MD5SUM="253dee0e97e2ff87aa7a9436bdf0e52a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gtk-layer-shell i3ipc" +REQUIRES="gtk-layer-shell i3ipc wlr-randr" MAINTAINER="Jay Lanagan" EMAIL="j@lngn.net" |