diff options
author | Dugan Chen <thedoogster@gmail.com> | 2014-01-10 06:41:05 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:57 -0600 |
commit | 8beaf436cdee4dea44ebb8ade3acf1477e851d29 (patch) | |
tree | 2cb5279bf6fa82664015c6d8c9e5a501d79e9884 /desktop/lxappearance/lxappearance.SlackBuild | |
parent | 517c7e1048fda65ec97ffc975d93c7b9a8e5a4e8 (diff) |
desktop/lxappearance: Updated for version 0.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/lxappearance/lxappearance.SlackBuild')
-rw-r--r-- | desktop/lxappearance/lxappearance.SlackBuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/desktop/lxappearance/lxappearance.SlackBuild b/desktop/lxappearance/lxappearance.SlackBuild index 2602ef469ea5..f3bba6fb27b6 100644 --- a/desktop/lxappearance/lxappearance.SlackBuild +++ b/desktop/lxappearance/lxappearance.SlackBuild @@ -5,8 +5,8 @@ # Originally by "majk" <majk@konstelacioj.info> PRGNAM=lxappearance -VERSION=${VERSION:-0.5.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.5.5} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -46,14 +46,14 @@ 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.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |