diff options
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 \) \ |