From d30e5ff2c059c263701606835814c18ae9c2ae52 Mon Sep 17 00:00:00 2001 From: "M.Dinslage" Date: Mon, 25 May 2015 08:04:22 +0700 Subject: libraries/compiz-plugins-main: Updated for version 0.8.10. Signed-off-by: Willy Sudiarto Raharjo --- .../compiz-plugins-main.SlackBuild | 23 +++++++++++----------- .../compiz-plugins-main/compiz-plugins-main.info | 6 +++--- 2 files changed, 14 insertions(+), 15 deletions(-) (limited to 'libraries/compiz-plugins-main') diff --git a/libraries/compiz-plugins-main/compiz-plugins-main.SlackBuild b/libraries/compiz-plugins-main/compiz-plugins-main.SlackBuild index 3bbd6ff401..3c154a122e 100644 --- a/libraries/compiz-plugins-main/compiz-plugins-main.SlackBuild +++ b/libraries/compiz-plugins-main/compiz-plugins-main.SlackBuild @@ -5,7 +5,7 @@ # Written by M.Dinslage (daedra1980@gmail.com) PRGNAM=compiz-plugins-main -VERSION=${VERSION:-0.8.8} +VERSION=${VERSION:-0.8.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,16 +41,17 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf plugins-main +tar xvf $CWD/plugins-main.tar.gz +cd plugins-main 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 {} \; +./autogen.sh # Fix hardcoded checks for pango and cairo if [ "$ARCH" = "x86_64" ]; then sed -i 's,/lib/pkgconfig,/lib64/pkgconfig,g' configure @@ -71,13 +72,11 @@ LDFLAGS="$SLKLDFLAGS" \ 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 AUTHORS COPYING INSTALL NEWS VERSION $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/compiz-plugins-main/compiz-plugins-main.info b/libraries/compiz-plugins-main/compiz-plugins-main.info index 5460b09f81..657ab79c56 100644 --- a/libraries/compiz-plugins-main/compiz-plugins-main.info +++ b/libraries/compiz-plugins-main/compiz-plugins-main.info @@ -1,8 +1,8 @@ PRGNAM="compiz-plugins-main" -VERSION="0.8.8" +VERSION="0.8.10" HOMEPAGE="http://www.compiz.org" -DOWNLOAD="http://releases.compiz.org/0.8.8/compiz-plugins-main-0.8.8.tar.gz" -MD5SUM="3d6a3d8db3b342a644fc1d3a5072a5e0" +DOWNLOAD="http://www.northfield.ws/projects/compiz/releases/0.8.10/plugins-main.tar.gz" +MD5SUM="638bafc171d06c27d8d70ea75ba61196" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ccsm" -- cgit v1.2.3