Skip to content

Commit

Permalink
kphotoalbum: bump to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Dec 5, 2017
1 parent 19fa63b commit 94aaf87
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
5 changes: 3 additions & 2 deletions graphics/kphotoalbum/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

. /etc/profile.d/qt4.rc &&
. /etc/profile.d/kde4.rc &&
. /etc/profile.d/qt5.rc &&

OPTS+=" -DKDE_INSTALL_USE_QT_SYS_PATHS=1" &&

default_cmake_build
18 changes: 10 additions & 8 deletions graphics/kphotoalbum/DEPENDS
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
depends %MPLAYER
depends kdelibs
depends libkface

optional_depends "exiv2" "-DWITH_Exiv2=1" "-DWITH_Exiv2=0" "for image metadata access support"
optional_depends "libkdcraw" "-DWITH_Kdcraw=1" "-DWITH_Kdcraw=0" "for raw image file support"
optional_depends "libkipi" "-DWITH_Kipi=1" "-DWITH_Kipi=0" "for kipi support"
optional_depends "marble" "-DWITH_Marble=1" "-DWITH_Marble=0F" "for geographical tagging support"
depends exiv2
depends extra-cmake-modules
depends phonon
depends libkdcraw
depends libkgeomap
depends libkipi
depends kdoctools
depends kparts
depends libkexiv2
depends plasma-framework
8 changes: 4 additions & 4 deletions graphics/kphotoalbum/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
MODULE=kphotoalbum
VERSION=4.7.1
VERSION=5.2
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$KDE_URL/stable/$MODULE/$VERSION/src
SOURCE_VFY=sha256:cc6ad5b63e9f724b58a7e0ad27714f0e0331a922ccd2acf91b4f33fe11ee7526
SOURCE_URL=$KDE_URL/stable/$MODULE/$VERSION/
SOURCE_VFY=sha256:9ad02080b21787d5824d0c4bb49be2a00822098adca7937e9c7497440d3b0b89
MODULE_PREFIX=${KDE4_INSTALL_DIR:-/usr}
WEB_SITE=http://www.kphotoalbum.org
ENTERED=20080111
UPDATED=20160525
UPDATED=20171203
SHORT="photo album manager based on kde4"

cat << EOF
Expand Down

0 comments on commit 94aaf87

Please sign in to comment.