From 1fe7a9243ef05b69b9facfc938432d3909a41a59 Mon Sep 17 00:00:00 2001 From: "M.Dinslage" Date: Mon, 25 May 2015 08:22:18 +0700 Subject: desktop/emerald-themes: Updated for version 0.8.10. Signed-off-by: Willy Sudiarto Raharjo --- desktop/emerald-themes/emerald-themes.SlackBuild | 25 +++++++++++------------- desktop/emerald-themes/emerald-themes.info | 6 +++--- 2 files changed, 14 insertions(+), 17 deletions(-) (limited to 'desktop/emerald-themes') diff --git a/desktop/emerald-themes/emerald-themes.SlackBuild b/desktop/emerald-themes/emerald-themes.SlackBuild index 54bb257d8f..361d2fe8a4 100644 --- a/desktop/emerald-themes/emerald-themes.SlackBuild +++ b/desktop/emerald-themes/emerald-themes.SlackBuild @@ -5,7 +5,7 @@ # Written by M.Dinslage (daedra1980@gmail.com) PRGNAM=emerald-themes -VERSION=${VERSION:-0.6.0} +VERSION=${VERSION:-0.8.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,40 +41,37 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION +rm -rf $PRGNAM +tar xvf $CWD/$PRGNAM.tar.gz +cd $PRGNAM 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" \ LDFLAGS="$SLKLDFLAGS" \ -./autogen.sh \ +./autogen.sh ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ - --enable-static=no \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux make make install DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING ChangeLog INSTALL NEWS README VERSION $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/desktop/emerald-themes/emerald-themes.info b/desktop/emerald-themes/emerald-themes.info index e94445718c..8bbfa1043c 100644 --- a/desktop/emerald-themes/emerald-themes.info +++ b/desktop/emerald-themes/emerald-themes.info @@ -1,8 +1,8 @@ PRGNAM="emerald-themes" -VERSION="0.6.0" +VERSION="0.8.10" HOMEPAGE="http://www.compiz.org" -DOWNLOAD="http://download.lunar-linux.org/lunar/mirrors/emerald-themes-0.6.0.tar.bz2" -MD5SUM="6a078306fa01fff60afd80271f42e54f" +DOWNLOAD="http://www.northfield.ws/projects/compiz/releases/0.8.10/emerald-themes.tar.gz" +MD5SUM="2528df1cbe3e6c147c81823bb9794a78" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="emerald" -- cgit v1.2.3