diff options
author | Soydaner Ulker <soydaner@kahverengi.com> | 2014-10-01 09:27:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-03 10:16:56 +0700 |
commit | 3c435a8ddbe17b911019c3011b8e393ab6f85d05 (patch) | |
tree | 4810e7d701d980481334b7326537e30a79d97812 /graphics | |
parent | f4cd5d8d9492cdd52e9d84eaabd446cbae87550c (diff) | |
download | slackbuilds-3c435a8ddbe17b911019c3011b8e393ab6f85d05.tar.gz |
graphics/entangle: Updated for version 0.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/entangle/entangle.SlackBuild | 15 | ||||
-rw-r--r-- | graphics/entangle/entangle.info | 6 |
2 files changed, 10 insertions, 11 deletions
diff --git a/graphics/entangle/entangle.SlackBuild b/graphics/entangle/entangle.SlackBuild index 2e46ee2eff..1fc640ca46 100644 --- a/graphics/entangle/entangle.SlackBuild +++ b/graphics/entangle/entangle.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for entangle -# Copyright 2013 Soydaner Ulker Istanbul,Turkey +# Copyright 2014 Soydaner Ulker Istanbul,Turkey # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=entangle -VERSION=${VERSION:-0.5.4} +VERSION=${VERSION:-0.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,30 +60,28 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $TMP/$PRGNAM-$VERSION -tar -zxvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz 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 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -DOCS="AUTHORS COPYING ChangeLog NEWS README" + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ - --sysconfdir=/etc \ --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux \ --disable-schemas-compile -make V=1 +make make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ @@ -92,6 +90,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +DOCS="AUTHORS COPYING ChangeLog NEWS README" mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/graphics/entangle/entangle.info b/graphics/entangle/entangle.info index 8fc31b0c9e..368ee18e57 100644 --- a/graphics/entangle/entangle.info +++ b/graphics/entangle/entangle.info @@ -1,8 +1,8 @@ PRGNAM="entangle" -VERSION="0.5.4" +VERSION="0.6.0" HOMEPAGE="http://entangle-photo.org" -DOWNLOAD="http://entangle-photo.org/download/sources/entangle-0.5.4.tar.gz" -MD5SUM="b0e2feacc82c305ef2d2f8b1a8db485d" +DOWNLOAD="http://entangle-photo.org/download/sources/entangle-0.6.0.tar.gz" +MD5SUM="016a6e0f9b665efc79d1972f5fedb664" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libgexiv2 libpeas LibRaw" |