summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild')
-rw-r--r--desktop/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild22
1 files changed, 4 insertions, 18 deletions
diff --git a/desktop/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild b/desktop/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild
index b74787faed..7c5f41fecf 100644
--- a/desktop/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild
+++ b/desktop/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xfce4-xkb-plugin
-# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA
+# Copyright 2006-2012 Robby Workman, Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfce4-xkb-plugin
-VERSION=0.5.3.3
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-0.5.4.3}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@@ -69,20 +69,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Fixup the plugin for newer libxklavier api
-# Thanks to Christoph Wickert of the Fedora project :-)
-# http://lists.fedoraproject.org/pipermail/scm-commits/2010-January/384437.html
-patch -p1 < $CWD/xfce4-xkb-plugin-libxklavier_api_chance.diff
-
-# Fixup for some gtk-related crashes
-# Thanks to Andreas Radke (AndyRTR) or the Arch Linux project :)
-# https://bugs.archlinux.org/task/21067?project=1&string=xfce4-xkb-plugin
-patch -p1 < $CWD/xfce4-xkb-plugin-gtk.patch
-
-# Fix display of Bosnia/Herzegovina flag
-# Thanks to Armin Besirovic <armin@linux.org.ba> for the report
-patch -p1 < $CWD/rename_bs_to_ba_dot_svg.diff
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \