diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-04-20 16:10:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-04-20 16:10:36 +0700 |
commit | 8c915082e8170843b54dcae3312ac7976801a58a (patch) | |
tree | b5cb1bfca3470b9a0742c22f185679c5db7d47cd /graphics | |
parent | 3ad13bd138ca841cee14da27adf03b9fa0002b51 (diff) | |
download | slackbuilds-8c915082e8170843b54dcae3312ac7976801a58a.tar.gz |
graphics/kphotoalbum: Updated for version 4.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kphotoalbum/README | 2 | ||||
-rw-r--r-- | graphics/kphotoalbum/kphotoalbum.SlackBuild | 12 | ||||
-rw-r--r-- | graphics/kphotoalbum/kphotoalbum.info | 6 |
3 files changed, 11 insertions, 9 deletions
diff --git a/graphics/kphotoalbum/README b/graphics/kphotoalbum/README index 212ab2c8da..84b8d2b734 100644 --- a/graphics/kphotoalbum/README +++ b/graphics/kphotoalbum/README @@ -4,3 +4,5 @@ categories). KPhotoAlbum supports KIPI plugins for manipulating images (these are now included in the optional dependency digikam). Set DEMO=no to exclude the demo pictures and video from the package. + +Optional dependencies: libkface and libkgeomap4 diff --git a/graphics/kphotoalbum/kphotoalbum.SlackBuild b/graphics/kphotoalbum/kphotoalbum.SlackBuild index 703f50b424..ff0c67222a 100644 --- a/graphics/kphotoalbum/kphotoalbum.SlackBuild +++ b/graphics/kphotoalbum/kphotoalbum.SlackBuild @@ -4,7 +4,7 @@ # By default the demo pictures and movie are packaged. PRGNAM=kphotoalbum -VERSION=${VERSION:-4.7} +VERSION=${VERSION:-4.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -49,10 +49,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz 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 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 {} \; mkdir build && cd build cmake \ @@ -75,7 +75,7 @@ cp -a COPYING ChangeLog tips README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -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/install diff --git a/graphics/kphotoalbum/kphotoalbum.info b/graphics/kphotoalbum/kphotoalbum.info index fa3915aa37..bd8364de7e 100644 --- a/graphics/kphotoalbum/kphotoalbum.info +++ b/graphics/kphotoalbum/kphotoalbum.info @@ -1,8 +1,8 @@ PRGNAM="kphotoalbum" -VERSION="4.7" +VERSION="4.7.1" HOMEPAGE="http://kphotoalbum.org" -DOWNLOAD="http://download.kde.org/stable/kphotoalbum/4.7/src/kphotoalbum-4.7.tar.xz" -MD5SUM="04e5cc8624cc1c142fd6594f4b4b97ab" +DOWNLOAD="http://download.kde.org/stable/kphotoalbum/4.7.1/src/kphotoalbum-4.7.1.tar.xz" +MD5SUM="6994263a53780e1f5d40cc197db8f10b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |