summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Julian Grinblat2024-03-03 15:14:43 +0100
committer Willy Sudiarto Raharjo2024-03-05 10:02:45 +0100
commitf1fa480dae64f37b9ffed6cabc57562db291a953 (patch)
treeb06722bcec401ffa408bd8bd57786345de5bb7b5 /desktop
parent367513fb7393f1d70cab4a5e2b6afaedb68c0ff2 (diff)
downloadslackbuilds-f1fa480dae64f37b9ffed6cabc57562db291a953.tar.gz
desktop/autorandr: Updated for version 1.15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/autorandr/autorandr.SlackBuild3
-rw-r--r--desktop/autorandr/autorandr.info6
2 files changed, 4 insertions, 5 deletions
diff --git a/desktop/autorandr/autorandr.SlackBuild b/desktop/autorandr/autorandr.SlackBuild
index 9d4eb4958f..b4f7a728f3 100644
--- a/desktop/autorandr/autorandr.SlackBuild
+++ b/desktop/autorandr/autorandr.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=autorandr
-VERSION=${VERSION:-1.14}
+VERSION=${VERSION:-1.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -82,7 +82,6 @@ if [[ -n "$TARGETS" ]]; then
else
make install CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" PREFIX=/usr MANDIR=/usr/man/man1 DESTDIR=$PKG
fi
-
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/autorandr/autorandr.info b/desktop/autorandr/autorandr.info
index 316257cbce..ff52fa57ff 100644
--- a/desktop/autorandr/autorandr.info
+++ b/desktop/autorandr/autorandr.info
@@ -1,8 +1,8 @@
PRGNAM="autorandr"
-VERSION="1.14"
+VERSION="1.15"
HOMEPAGE="https://github.com/phillipberndt/autorandr"
-DOWNLOAD="https://github.com/phillipberndt/autorandr/archive/1.14/autorandr-1.14.tar.gz"
-MD5SUM="ffa95f98b05a9c460a4ff6bc4f5b8684"
+DOWNLOAD="https://github.com/phillipberndt/autorandr/archive/1.15/autorandr-1.15.tar.gz"
+MD5SUM="66d010857cd5c4633502bc85d5eb076f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""