diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-11-06 22:03:22 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-06 22:03:22 -0600 |
commit | 9e3d4761a1a3b7fafb705b519cdd90fc7e45ade1 (patch) | |
tree | f6f6518f564fed83ff89f0213439a6f338ab8073 /desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild | |
parent | a128de4955d4fb158533080885ead81d3130f6ae (diff) | |
download | slackbuilds-9e3d4761a1a3b7fafb705b519cdd90fc7e45ade1.tar.gz |
desktop/xfce4-genmon-plugin: Included patch from xfce bz #7449
Thanks to Erik Hanson for pointing out the bug report and patch.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild')
-rw-r--r-- | desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild b/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild index 035121ddb3..6734367ec3 100644 --- a/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild +++ b/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=xfce4-genmon-plugin VERSION=3.3.0 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -72,6 +72,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Fix https://bugzilla.xfce.org/show_bug.cgi?id=7449 +patch -p1 < $CWD/fix_noshow_on_panel_restart_bug.diff + CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |