mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/gxkb: Updated for version 0.8.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
parent
2bd1519d0b
commit
db26156dc9
3 changed files with 14 additions and 11 deletions
|
@ -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=""
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue