diff options
author | Eugene Wissner <belka@caraus.de> | 2015-09-30 08:01:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-30 08:01:32 +0700 |
commit | e914f4621736946e0600dc3ab3bc1e3af3a85400 (patch) | |
tree | 2d9ab75a9bd5dc3df3ff906df7c5256e9950905f /desktop/tint2/tint2.SlackBuild | |
parent | 078db85ff8ce38285f3e411a4fa3f0bb79ebb18e (diff) | |
download | slackbuilds-e914f4621736946e0600dc3ab3bc1e3af3a85400.tar.gz |
desktop/tint2: Updated for version 0.12.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/tint2/tint2.SlackBuild')
-rw-r--r-- | desktop/tint2/tint2.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/tint2/tint2.SlackBuild b/desktop/tint2/tint2.SlackBuild index b01c0f58bd..0205872df9 100644 --- a/desktop/tint2/tint2.SlackBuild +++ b/desktop/tint2/tint2.SlackBuild @@ -2,12 +2,12 @@ # Slackware build script for tint2 -# Written by Eugene Wissner <eugen@flevum.de> +# Written by Eugene Wissner <belka@caraus.de> # You are free to modify or redistribute this in any way you wish. PRGNAM=tint2 -VERSION=${VERSION:-0.11} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.12.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -46,7 +46,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |