diff options
Diffstat (limited to 'desktop/nwg-displays')
-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 ec7bda28c684e..3feb85135e47e 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 103a785541554..b29a5fde973d5 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" |