diff options
author | NK <nk-man@yandex.ru> | 2021-01-15 17:39:44 +0000 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2021-01-15 17:39:44 +0000 |
commit | db26156dc9b018031e79d0c9d8702458ad343a8c (patch) | |
tree | fd3c5c17cbff3e38a735f0f02413bf420bf23594 /desktop | |
parent | 2bd1519d0b575085406dd2bf05d6a907d088da8a (diff) | |
download | slackbuilds-db26156dc9b018031e79d0c9d8702458ad343a8c.tar.gz |
desktop/gxkb: Updated for version 0.8.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/gxkb/gxkb.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/gxkb/gxkb.info | 6 | ||||
-rw-r--r-- | desktop/gxkb/slack-desc | 12 |
3 files changed, 14 insertions, 11 deletions
diff --git a/desktop/gxkb/gxkb.SlackBuild b/desktop/gxkb/gxkb.SlackBuild index 5fd05a5f41..c7c7a887c0 100644 --- a/desktop/gxkb/gxkb.SlackBuild +++ b/desktop/gxkb/gxkb.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gxkb -# Copyright 2015-19 NK +# Copyright 2015-21 NK # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gxkb -VERSION=${VERSION:-0.8.1} +VERSION=${VERSION:-0.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -49,6 +49,9 @@ elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" +elif [ "$ARCH" = "aarch64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" diff --git a/desktop/gxkb/gxkb.info b/desktop/gxkb/gxkb.info index 83f1948bf8..778189d6d9 100644 --- a/desktop/gxkb/gxkb.info +++ b/desktop/gxkb/gxkb.info @@ -1,8 +1,8 @@ PRGNAM="gxkb" -VERSION="0.8.1" +VERSION="0.8.2" HOMEPAGE="https://zen-tools.github.io/gxkb/" -DOWNLOAD="http://downloads.sourceforge.net/project/gxkb/gxkb-0.8.1.tar.gz" -MD5SUM="4d27f71d04e065a9bab5eb6fcb7b3677" +DOWNLOAD="http://downloads.sourceforge.net/project/gxkb/gxkb-0.8.2.tar.gz" +MD5SUM="3ada6f300ce3ab1ba5a80630b26fcee8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/desktop/gxkb/slack-desc b/desktop/gxkb/slack-desc index 8f779c1ccd..781b1a1bf6 100644 --- a/desktop/gxkb/slack-desc +++ b/desktop/gxkb/slack-desc @@ -8,12 +8,12 @@ |-----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: (no GNOME is needed). -gxkb: -gxkb: Homepage: https://zen-tools.github.io/gxkb/ -gxkb: +gxkb: gxkb is a little indicator applet which allows one to quickly switch +gxkb: between different keyboard layouts in X. A flag corresponding to the +gxkb: country of the active layout is shown in the indicator area. gxkb: +gxkb: The applet is written in C and uses the GTK+ library and therefore +gxkb: does not depend on any GNOME components. gxkb: +gxkb: Homepage: https://zen-tools.github.io/gxkb gxkb: |