diff options
author | M.Dinslage <daedra1980@gmail.com> | 2015-05-25 08:15:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-31 10:36:14 +0700 |
commit | 56d5ce2d285038fe822bb09681ddbe0b83eb1164 (patch) | |
tree | dff8fbe274642754d853d43af14bf8264f2129e7 /libraries | |
parent | b2427f7b6eaa20d9d232808aa910548133ca3453 (diff) | |
download | slackbuilds-56d5ce2d285038fe822bb09681ddbe0b83eb1164.tar.gz |
libraries/compiz-plugins-unsupported: Updated for version 0.8.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/compiz-plugins-unsupported/compiz-plugins-unsupported.SlackBuild | 29 | ||||
-rw-r--r-- | libraries/compiz-plugins-unsupported/compiz-plugins-unsupported.info | 6 |
2 files changed, 20 insertions, 15 deletions
diff --git a/libraries/compiz-plugins-unsupported/compiz-plugins-unsupported.SlackBuild b/libraries/compiz-plugins-unsupported/compiz-plugins-unsupported.SlackBuild index c6950689d8..337b8b5683 100644 --- a/libraries/compiz-plugins-unsupported/compiz-plugins-unsupported.SlackBuild +++ b/libraries/compiz-plugins-unsupported/compiz-plugins-unsupported.SlackBuild @@ -5,7 +5,7 @@ # Written by M.Dinslage (daedra1980@gmail.com) PRGNAM=compiz-plugins-unsupported -VERSION=${VERSION:-0.8.8} +VERSION=${VERSION:-0.8.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,15 +41,22 @@ 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-unsupported +tar xvf $CWD/plugins-unsupported.tar.gz +cd plugins-unsupported 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 +fi CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -66,13 +73,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-unsupported/compiz-plugins-unsupported.info b/libraries/compiz-plugins-unsupported/compiz-plugins-unsupported.info index eef80c7f21..b4a896e8b9 100644 --- a/libraries/compiz-plugins-unsupported/compiz-plugins-unsupported.info +++ b/libraries/compiz-plugins-unsupported/compiz-plugins-unsupported.info @@ -1,8 +1,8 @@ PRGNAM="compiz-plugins-unsupported" -VERSION="0.8.8" +VERSION="0.8.10" HOMEPAGE="http://www.compiz.org" -DOWNLOAD="http://releases.compiz.org/0.8.8/compiz-plugins-unsupported-0.8.8.tar.gz" -MD5SUM="79d9e21cd6337317691706c4f4cfbb15" +DOWNLOAD="http://www.northfield.ws/projects/compiz/releases/0.8.10/plugins-unsupported.tar.gz" +MD5SUM="a7391dfbc4f83546e866d84e6457555e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ccsm compiz-plugins-main" |