summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Jay Lanagan2024-02-01 12:21:03 +0100
committer Willy Sudiarto Raharjo2024-02-02 15:52:56 +0100
commit19ef575dfa74d72d594da65a1f1bc016e2d0241b (patch)
tree830397f8c6a8483852c89dce7f30de601e61cc92 /desktop
parentfd086c2cc9cd548ef1436d5dbd064f849f0367e6 (diff)
downloadslackbuilds-19ef575dfa74d72d594da65a1f1bc016e2d0241b.tar.gz
desktop/nwg-displays: Updated for version 0.3.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/nwg-displays/nwg-displays.SlackBuild8
-rw-r--r--desktop/nwg-displays/nwg-displays.info8
2 files changed, 7 insertions, 9 deletions
diff --git a/desktop/nwg-displays/nwg-displays.SlackBuild b/desktop/nwg-displays/nwg-displays.SlackBuild
index ec7bda28c6..3feb85135e 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 103a785541..b29a5fde97 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"