diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-09-11 07:47:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-12 09:40:14 +0700 |
commit | 66a2e6d26c6d473dcaed66f9cacac7ddf6a51caf (patch) | |
tree | 5319457fefb8a23042233eb49d86d7bb68dd5ed0 /desktop | |
parent | a32163cbf26d6e26a177d8f584c45e862f501e8b (diff) | |
download | slackbuilds-66a2e6d26c6d473dcaed66f9cacac7ddf6a51caf.tar.gz slackbuilds-66a2e6d26c6d473dcaed66f9cacac7ddf6a51caf.tar.xz |
desktop/nwg-displays: Updated for version 0.3.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/nwg-displays/nwg-displays.SlackBuild | 19 | ||||
-rw-r--r-- | desktop/nwg-displays/nwg-displays.info | 6 |
2 files changed, 4 insertions, 21 deletions
diff --git a/desktop/nwg-displays/nwg-displays.SlackBuild b/desktop/nwg-displays/nwg-displays.SlackBuild index b44120c636..01a793397d 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.20} +VERSION=${VERSION:-0.3.21} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -50,23 +50,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -elif [ "$ARCH" = "aarch64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/desktop/nwg-displays/nwg-displays.info b/desktop/nwg-displays/nwg-displays.info index 7f7843a183..6a67511544 100644 --- a/desktop/nwg-displays/nwg-displays.info +++ b/desktop/nwg-displays/nwg-displays.info @@ -1,8 +1,8 @@ PRGNAM="nwg-displays" -VERSION="0.3.20" +VERSION="0.3.21" HOMEPAGE="https://github.com/nwg-piotr/nwg-displays/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-displays/archive/v0.3.20/nwg-displays-0.3.20.tar.gz" -MD5SUM="9a1714fd61c794f45ac8e049c5f13ed0" +DOWNLOAD="https://github.com/nwg-piotr/nwg-displays/archive/v0.3.21/nwg-displays-0.3.21.tar.gz" +MD5SUM="6d0a256e93f266b656c92d451188a839" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gtk-layer-shell i3ipc wlr-randr" |