summaryrefslogtreecommitdiff
path: root/libre/kipi-plugins
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-06-22 20:29:25 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-06-22 20:29:25 -0300
commit804279bf95ecb0f39ba1c04ed750ddc409dd5d67 (patch)
tree53795c59adccd911056b649028c908615a5731c6 /libre/kipi-plugins
parent1bb08a8d9809c81af59ee1e02651003c926dc8ef (diff)
kipi-plugins-4.11.0-1.parabola1{,.nonprism1}: updating version
Diffstat (limited to 'libre/kipi-plugins')
-rw-r--r--libre/kipi-plugins/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/libre/kipi-plugins/PKGBUILD b/libre/kipi-plugins/PKGBUILD
index 28020bbe8..73956de3e 100644
--- a/libre/kipi-plugins/PKGBUILD
+++ b/libre/kipi-plugins/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 236262 2015-04-11 11:05:41Z arojas $
+# $Id: PKGBUILD 240935 2015-06-15 22:13:20Z arojas $
# Maintainer (Arch): Ronald van Haren <ronald@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): Tobias Powalowski <tpowa@archlinux.org>
@@ -7,8 +7,8 @@
pkgbase=digikam
pkgname=kipi-plugins
-pkgver=4.9.0
-pkgrel=2.parabola1
+pkgver=4.11.0
+pkgrel=1.parabola1
pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam, without nonfree jAlbum and SimpleViewer support"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
@@ -16,7 +16,7 @@ url="http://www.digikam.org/"
replaces=("${pkgname}-libre")
conflicts=("${pkgname}-libre")
makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 'libgphoto2'
+ 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'libkvkontakte' 'hugin' 'libgphoto2'
'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 'imagemagick' 'eigen'
'libbaloo4' 'libpgf' 'libusb-compat' 'libkface' 'libkgeomap')
depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane' 'libkexiv2')
@@ -30,13 +30,15 @@ optdepends=('libkgeomap: Geolocalize tool'
options=('staticlibs')
install=kipi-plugins.install
source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('d44ab133f152b84599507dd6a02aef4b22033dd4')
+sha1sums=('8fa6e277b775b615f10403b30a1b6d45c957ff3c')
prepare() {
cd ${srcdir}/${pkgbase}-${pkgver}
sed -i '\|flashexport|d
\|jalbumexport|d
' extra/kipi-plugins/CMakeLists.txt
+# Remove internal FindLibKVkontakte.cmake
+ rm cmake/modules/FindLibKVkontakte.cmake
}
build() {
@@ -47,7 +49,6 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DBUILD_tests=OFF \
- -DDIGIKAMSC_COMPILE_LIBKVKONTAKTE=ON \
-DDIGIKAMSC_COMPILE_LIBMEDIAWIKI=ON
make
}