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.SlackBuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild b/desktop/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild
index b8746c6b56..7e38a54118 100644
--- a/desktop/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild
+++ b/desktop/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=xfce4-xkb-plugin
VERSION=0.5.3.3
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -76,6 +76,11 @@ find . \
# 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
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \