diff options
Diffstat (limited to 'libre/kipi-plugins/PKGBUILD')
-rw-r--r-- | libre/kipi-plugins/PKGBUILD | 32 |
1 files changed, 9 insertions, 23 deletions
diff --git a/libre/kipi-plugins/PKGBUILD b/libre/kipi-plugins/PKGBUILD index 7c01c28ad..282238356 100644 --- a/libre/kipi-plugins/PKGBUILD +++ b/libre/kipi-plugins/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 275324 2016-08-30 17:01:57Z arojas $ +# $Id: PKGBUILD 276865 2016-09-23 11:17:29Z arojas $ # Maintainer (Arch): Ronald van Haren <ronald@archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor (Arch): Tobias Powalowski <tpowa@archlinux.org> @@ -7,9 +7,9 @@ pkgbase=digikam pkgname=kipi-plugins -_pkgver=5.1.0 -pkgver=${_pkgver//-/_} -pkgrel=4.parabola1 +_pkgver=5.2.0 +pkgver=${_pkgver//-/_} # for beta versions +pkgrel=1.parabola1 pkgdesc="Digital photo management application for KDE" arch=('i686' 'x86_64' 'armv7h') license=('GPL') @@ -17,18 +17,14 @@ url="http://www.digikam.org/" replaces=("${pkgname}-libre") conflicts=("${pkgname}-libre") makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 'boost' - 'opencv' 'doxygen' 'lensfun' 'eigen' 'kdoctools' 'marble' 'kdesignerplugin' + 'doxygen' 'lensfun' 'eigen' 'kdoctools' 'marble' 'kdesignerplugin' 'kfilemetadata' 'akonadi-contacts' 'qt5-multimedia' 'threadweaver' 'kcalcore' - 'knotifyconfig' 'libmediawiki' 'libkvkontakte') + 'knotifyconfig' 'libmediawiki' 'libkvkontakte' 'gphoto2') source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${_pkgver}.tar.xz" - "digikam-5.1-fix-build.patch" - kdebug-367675.patch::"https://quickgit.kde.org/?p=digikam.git&a=commitdiff&h=463667c8&o=plain" "libre.patch" '0001-optionally-enable-OpenGL.patch') -sha1sums=('87a843c39f45b8704ead6e6029e52fb03ee44680' - '5b6644c8b5534a1712f46fc84948de9a0039a601' - 'd669d6f248d6c7dec6728037992fdf8d4e14c1d9' - 'ed2a01c4a837b50d3c1ad0d4758f2fa3bb44402f' +sha1sums=('329195ac7ea890a3bec435cd2ed83b04bc80ba1d' + 'edd5b5eeae7ed4139b4c5f6a8446990f1da2e544' '2711c73bdecbf355d4b8be1fa0c46be2e0e22df8') prepare() { @@ -37,12 +33,6 @@ prepare() { cd ${pkgbase}-${_pkgver} patch -p1 -i ../libre.patch - # Fix build on i686 - patch -p1 -i ../digikam-5.1-fix-build.patch - # Fix digikamhelperdir - cd core - patch -p1 -i "$srcdir"/kdebug-367675.patch - # OpenGL switch if [[ "$CARCH" = arm* ]]; then patch -p1 -i ${srcdir}/0001-optionally-enable-OpenGL.patch @@ -60,13 +50,13 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ -DBUILD_TESTING=OFF \ -DENABLE_KFILEMETADATASUPPORT=ON \ -DENABLE_MEDIAPLAYER=ON \ -DENABLE_AKONADICONTACTSUPPORT=ON \ -DENABLE_MYSQLSUPPORT=ON \ -DENABLE_OPENCV3=ON \ + -DENABLE_APPSTYLES=ON \ $cmake_extra make } @@ -79,10 +69,6 @@ package_kipi-plugins() { cd build/extra make DESTDIR="$pkgdir" install - cd $srcdir/build/doc/kipi-plugins - make DESTDIR="$pkgdir" install - cd $srcdir/build/doc-translated/kipi-plugins - make DESTDIR="pkgdir" install cd $srcdir/build/po make DESTDIR="$pkgdir" install |