diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-06 21:22:29 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-06 21:22:29 -0500 |
commit | 172b83cee490a1ce7ebd1f8521703e04ca8b38ba (patch) | |
tree | 6000a4f0b018a4394fb49a80618d37e3ca51eef3 /desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild | |
parent | c27472506bb8a5fdfa6dab8310830357add93796 (diff) | |
download | slackbuilds-172b83cee490a1ce7ebd1f8521703e04ca8b38ba.tar.gz |
desktop/xfce4-smartbookmark-plugin: Updated for version 0.4.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild')
-rw-r--r-- | desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild b/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild index 02f01b5981..838d4af0d9 100644 --- a/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild +++ b/desktop/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce4-smartbookmark-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-smartbookmark-plugin -VERSION=0.4.2 -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.4.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -62,7 +62,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 . \ @@ -71,8 +71,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -patch -p1 < $CWD/allow_adding_plugin_to_panel.diff - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |