From 1df4cbdb780b5923923d838091cf9798f06dd7c5 Mon Sep 17 00:00:00 2001 From: NK Date: Tue, 9 Aug 2016 16:57:07 +0100 Subject: desktop/gxkb: Updated for version 0.7.7. Signed-off-by: David Spencer --- desktop/gxkb/gxkb.SlackBuild | 12 ++++++------ desktop/gxkb/gxkb.info | 6 +++--- desktop/gxkb/slack-desc | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/desktop/gxkb/gxkb.SlackBuild b/desktop/gxkb/gxkb.SlackBuild index 4d51cd043e..a5f3976b73 100644 --- a/desktop/gxkb/gxkb.SlackBuild +++ b/desktop/gxkb/gxkb.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gxkb -# Copyright 2015 NK +# Copyright 2015-16 NK # 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=gxkb -VERSION=${VERSION:-0.7.6} +VERSION=${VERSION:-0.7.7} 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" @@ -91,7 +91,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a doc/AUTHORS doc/COPYING doc/CREDITS doc/NEWS $PKG/usr/doc/$PRGNAM-$VERSION +cp -a doc/COPYING $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/desktop/gxkb/gxkb.info b/desktop/gxkb/gxkb.info index 6aa4d57e3c..986c38e84f 100644 --- a/desktop/gxkb/gxkb.info +++ b/desktop/gxkb/gxkb.info @@ -1,8 +1,8 @@ PRGNAM="gxkb" -VERSION="0.7.6" +VERSION="0.7.7" HOMEPAGE="http://sourceforge.net/projects/gxkb/" -DOWNLOAD="http://downloads.sourceforge.net/project/gxkb/gxkb-0.7.6.tar.gz" -MD5SUM="abf89d159d2f4856e018c845fffef142" +DOWNLOAD="http://downloads.sourceforge.net/project/gxkb/gxkb-0.7.7.tar.gz" +MD5SUM="f9f7c911e134733dc0353aec8a7f7264" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/desktop/gxkb/slack-desc b/desktop/gxkb/slack-desc index ff68a5f7f9..6fe31cbc6b 100644 --- a/desktop/gxkb/slack-desc +++ b/desktop/gxkb/slack-desc @@ -8,8 +8,8 @@ |-----handy-ruler------------------------------------------------------| gxkb: gxkb (X11 keyboard indicator and switcher) gxkb: -gxkb: It shows a flag of current keyboard in a systray area and allows you -gxkb: to switch to another one. It's written in C and uses the GTK library +gxkb: It shows a flag of current keyboard in a systray area and allows you +gxkb: to switch to another one. It's written in C and uses the GTK library gxkb: (no GNOME is needed). gxkb: gxkb: Homepage: http://sourceforge.net/projects/gxkb/ -- cgit v1.2.3