desktop/autorandr: Updated for version 1.15.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Julian Grinblat 2024-03-03 23:14:43 +09:00 committed by Willy Sudiarto Raharjo
parent 367513fb73
commit f1fa480dae
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -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=""