diff options
author | Erik Falor <ewfalor@gmail.com> | 2017-07-26 10:08:44 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-07-26 10:08:44 +0100 |
commit | 0adfb9229704ed70bcb8d425c483df280d56426b (patch) | |
tree | 68fcd8f568dea4cca95eb6ddb998c372605b0a29 /desktop | |
parent | 58bb75143b0dae93759ec7f2220449da35484a75 (diff) |
desktop/xxkb: Updated for version 1.11.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/xxkb/xxkb.SlackBuild | 12 | ||||
-rw-r--r-- | desktop/xxkb/xxkb.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/desktop/xxkb/xxkb.SlackBuild b/desktop/xxkb/xxkb.SlackBuild index 1ba24f6d0134..7fcf59c69569 100644 --- a/desktop/xxkb/xxkb.SlackBuild +++ b/desktop/xxkb/xxkb.SlackBuild @@ -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 \) \ diff --git a/desktop/xxkb/xxkb.info b/desktop/xxkb/xxkb.info index 3e719357deef..16fc902e069f 100644 --- a/desktop/xxkb/xxkb.info +++ b/desktop/xxkb/xxkb.info @@ -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="" |