graphics/kphotoalbum: Updated for version 4.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3ad13bd138
commit
8c915082e8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue