misc/xcape: Updated for version 1.2.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Martin Rodriguez 2022-05-04 05:52:16 +01:00 committed by Willy Sudiarto Raharjo
parent 3d962a1dbc
commit bd3adb9797
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 8 deletions

View file

@ -7,14 +7,14 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xcape
VERSION=${VERSION:-1.1}
VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -32,8 +32,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
ARCHQUADLET=""
elif [ "$ARCH" = "i686" ]; then
@ -68,7 +68,7 @@ find -L . \
# Use "-j1" to avoid some warnings
make -j1 LIBDIR=/usr/lib${LIBDIRSUFFIX}
make install LIBDIR=/usr/lib${LIBDIRSUFFIX} DESTDIR=$PKG MANDIR=/man
make install LIBDIR=/usr/lib${LIBDIRSUFFIX} DESTDIR=$PKG MANDIR=/man/man1
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="xcape"
VERSION="1.1"
VERSION="1.2"
HOMEPAGE="https://github.com/alols/xcape"
DOWNLOAD="https://github.com/alols/xcape/archive/v1.1.tar.gz"
MD5SUM="d2a5ffcdc4e8fe4d44955a17f109a9d1"
DOWNLOAD="https://github.com/alols/xcape/archive/v1.2/xcape-1.2.tar.gz"
MD5SUM="f3716ba4efb97a46a823a562be4a4be6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""