diff options
author | Armin Besirovic <armin@linux.org.ba> | 2011-05-04 09:23:53 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-04 09:23:53 -0500 |
commit | 9b6ab24531e0e1706c5cdaf387ba1b36e263b727 (patch) | |
tree | 19bac5eeffdfcdba5e49aa220321ad9355557c84 /desktop/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild | |
parent | cda96d76443057e6b3087f86fe1509d3eb9ef56d (diff) | |
download | slackbuilds-9b6ab24531e0e1706c5cdaf387ba1b36e263b727.tar.gz |
desktop/xfce4-xkb-plugin: Fixed a GTK-related crash
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild')
-rw-r--r-- | desktop/xfce4-xkb-plugin/xfce4-xkb-plugin.SlackBuild | 7 |
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 \ |