diff options
author | Mario <mario@slackware.hr> | 2013-11-29 23:13:00 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-30 00:14:13 -0600 |
commit | 9dae6953ed3b4605b2c69c4d7f77ae3f158eab8d (patch) | |
tree | 2c43f79877def5a21aaf4b2d32ce773d05aea994 /desktop/clearlooks-phenix-theme/clearlooks-phenix-theme.SlackBuild | |
parent | bac95ac3e41d1843d8c4b11ff0793a464f2f32a7 (diff) |
desktop/clearlooks-phenix-theme: Updated to version 20131129.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/clearlooks-phenix-theme/clearlooks-phenix-theme.SlackBuild')
-rw-r--r-- | desktop/clearlooks-phenix-theme/clearlooks-phenix-theme.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/clearlooks-phenix-theme/clearlooks-phenix-theme.SlackBuild b/desktop/clearlooks-phenix-theme/clearlooks-phenix-theme.SlackBuild index 05e5fecd325e1..5047b3b4360cd 100644 --- a/desktop/clearlooks-phenix-theme/clearlooks-phenix-theme.SlackBuild +++ b/desktop/clearlooks-phenix-theme/clearlooks-phenix-theme.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Clearlooks Phenix Theme -# Copyright 2012, mario <mario@slackverse.org> +# Copyright 2012, 2013, Mario Preksavec, Zagreb, HR # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -11,7 +11,7 @@ # 1. Redistributions of this script must retain the above copyright # notice, this list of conditions and the following disclaimer. # -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO # EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, @@ -23,12 +23,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=clearlooks-phenix-theme -VERSION=${VERSION:-2.0.10} +VERSION=${VERSION:-20131129} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=noarch -SRCNAM=clearlooks-phenix-master +SRCNAM=clearlooks-phenix-$VERSION CWD=$(pwd) TMP=${TMP:-/tmp/SBo} @@ -41,7 +41,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM -unzip $CWD/$SRCNAM.zip +tar xvf $CWD/$SRCNAM.tar.bz2 cd $SRCNAM find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |