desktop/xxkb: Updated for version 1.11.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Erik Falor 2017-07-26 10:08:44 +01:00 committed by David Spencer
parent 58bb75143b
commit 0adfb92297
2 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for xxkb
# Copyright 2012 Erik Falor, West Valley City, USA
# Copyright 2017 Erik Falor, West Valley City, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xxkb
VERSION=${VERSION:-1.11}
VERSION=${VERSION:-1.11.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,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=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -61,7 +61,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION-src.tar.gz
cd $PRGNAM
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \

View file

@ -1,8 +1,8 @@
PRGNAM="xxkb"
VERSION="1.11"
VERSION="1.11.1"
HOMEPAGE="http://www.sourceforge.net/projects/xxkb/"
DOWNLOAD="http://downloads.sourceforge.net/project/xxkb/xxkb/1.11/xxkb-1.11-src.tar.gz"
MD5SUM="c2e5c7f3285033f0e26b358ef95a7c89"
DOWNLOAD="https://downloads.sourceforge.net/project/xxkb/xxkb-1.11.1-src.tar.gz"
MD5SUM="2399252050e68c1eb9ca0b356259249f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""