mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
desktop/clearlooks-phenix-theme: Updated to version 20131129.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bac95ac3e4
commit
9dae6953ed
2 changed files with 10 additions and 10 deletions
|
@ -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 \) \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="clearlooks-phenix-theme"
|
||||
VERSION="2.0.10"
|
||||
VERSION="20131129"
|
||||
HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/clearlooks-phenix-master.zip"
|
||||
MD5SUM="af138c0f7972666423c93637b3a1df05"
|
||||
DOWNLOAD="http://mirror.slackware.hr/sources/clearlooks-phenix/clearlooks-phenix-20131129.tar.bz2"
|
||||
MD5SUM="b97eff6fa20c2d3e2f6e7bb0db9a0546"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gtk-engines"
|
||||
MAINTAINER="mario"
|
||||
EMAIL="mario@slackverse.org"
|
||||
MAINTAINER="Mario Preksavec"
|
||||
EMAIL="mario@slackware.hr"
|
||||
|
|
Loading…
Reference in a new issue