diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-04-11 09:55:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-13 07:28:09 +0700 |
commit | 0e924a7a9160115f7312bfb1f88e02d73ebb9581 (patch) | |
tree | 6d866dbd7bff507d97a0c6a70090d05eee36b867 /system/qxkb/qxkb.SlackBuild | |
parent | 0a81bf40b9889406e7757f39a522603938930cdc (diff) |
system/qxkb: Updated for version 20150305_d7474a0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/qxkb/qxkb.SlackBuild')
-rw-r--r-- | system/qxkb/qxkb.SlackBuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/system/qxkb/qxkb.SlackBuild b/system/qxkb/qxkb.SlackBuild index 9dede346cd765..0d7c61db127fa 100644 --- a/system/qxkb/qxkb.SlackBuild +++ b/system/qxkb/qxkb.SlackBuild @@ -1,7 +1,8 @@ #!/bin/sh # Slackware build script for qxkb -# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy + +# Copyright 2011-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qxkb -VERSION=${VERSION:-0.4.6} +VERSION=${VERSION:-20150305_d7474a0} 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 @@ -39,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" |