diff options
Diffstat (limited to 'desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild')
-rw-r--r-- | desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild b/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild index 6734367ec3..e915a73537 100644 --- a/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild +++ b/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce4-genmon-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,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-genmon-plugin -VERSION=3.3.0 -BUILD=${BUILD:-2} +VERSION=3.4.0 +TARVERS=3.4 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -63,7 +64,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION +cd $PRGNAM-$TARVERS chown -R root:root . chown -R root:root . find . \ @@ -72,9 +73,6 @@ 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 \ |