diff options
Diffstat (limited to 'misc/xvnkb/xvnkb.SlackBuild')
-rw-r--r-- | misc/xvnkb/xvnkb.SlackBuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/misc/xvnkb/xvnkb.SlackBuild b/misc/xvnkb/xvnkb.SlackBuild index 5d4c45305a..86cb66d4f1 100644 --- a/misc/xvnkb/xvnkb.SlackBuild +++ b/misc/xvnkb/xvnkb.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xvnkb -# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm> +# Copyright 2010, 2012 Binh Nguyen <binhnguyen@fastmail.fm> # 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=xvnkb -VERSION=${VERSION:-0.2.9a} +VERSION=${VERSION:-0.2.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,12 +69,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Apply some patches provided by xvnkb's author -# http://forum.vnoss.org/topic6667.html -patch -p1 < $CWD/patches/gimp-segfault.patch -patch -p1 < $CWD/patches/kdeinit-error.patch -patch -p0 < $CWD/patches/power-consumption.patch - CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |