mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
desktop/gxkb: Updated for version 0.7.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4a3756704c
commit
81a77150fd
2 changed files with 6 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for gxkb
|
||||
|
||||
# Copyright 2015 NK <nk-man@yandex.ru>
|
||||
# Copyright 2015 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.7.5}
|
||||
VERSION=${VERSION:-0.7.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -90,11 +90,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
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
|
||||
|
||||
install -Dm 644 ./debian/gxkb.desktop $PKG/usr/share/applications/gxkb.desktop
|
||||
install -Dm 644 ./debian/gxkb.xpm $PKG/usr/share/pixmaps/gxkb.xpm
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING CREDITS NEWS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a doc/AUTHORS doc/COPYING doc/CREDITS doc/NEWS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gxkb"
|
||||
VERSION="0.7.5"
|
||||
VERSION="0.7.6"
|
||||
HOMEPAGE="http://sourceforge.net/projects/gxkb/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/gxkb/gxkb-0.7.5.tar.gz"
|
||||
MD5SUM="d8b56e1b99411a89e42511498aeae226"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/gxkb/gxkb-0.7.6.tar.gz"
|
||||
MD5SUM="abf89d159d2f4856e018c845fffef142"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue