From 795539e8997cb229c52443e10e661f3702769737 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Thu, 5 Apr 2018 17:49:03 +0200 Subject: libre/digikam: updated to 5.9.0 --- libre/digikam/PKGBUILD | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/libre/digikam/PKGBUILD b/libre/digikam/PKGBUILD index e4ea800ec..6acfb5c60 100644 --- a/libre/digikam/PKGBUILD +++ b/libre/digikam/PKGBUILD @@ -9,18 +9,20 @@ pkgbase=digikam pkgname=(kipi-plugins) -_pkgver=5.8.0 +_pkgver=5.9.0 pkgver=${_pkgver//-/_} # for beta versions -pkgrel=1.parabola1 +pkgrel=1 +pkgrel+=.parabola1 pkgdesc="An advanced digital photo management application" -arch=('x86_64' 'i686' 'armv7h') -license=('GPL') +arch=(x86_64) +arch+=(i686 armv7h) +license=(GPL) url="http://www.digikam.org/" makedepends=(extra-cmake-modules libkipi libksane liblqr opencv doxygen lensfun eigen boost kdoctools marble-common - kfilemetadata akonadi-contacts qtav threadweaver kcalcore knotifyconfig libmediawiki libkvkontakte) -source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${_pkgver}.tar.xz" - libre.patch) -sha256sums=('194a44cc3ca229d501acfba67a38d483d1d64069a85e0491dd28dc2b57091c6e' + kfilemetadata akonadi-contacts qtav threadweaver kcalcore knotifyconfig libmediawiki libkvkontakte glu) +source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${_pkgver}.tar.xz") +source+=("libre.patch") +sha256sums=('660d32eedcfd6fe1a75170a651fab068ae62f7f092ae710771a2f32a1c550d1b' '80fbe434d326551f3dc029c5db3ad1b50e87870b03185467aa25a5c03764cc89') prepare() { @@ -34,10 +36,9 @@ prepare() { build() { cd build - cmake ../${pkgbase}-${_pkgver} \ + cmake ../$pkgbase-${_pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTING=OFF \ -DENABLE_KFILEMETADATASUPPORT=ON \ -DENABLE_MEDIAPLAYER=ON \ @@ -49,7 +50,8 @@ build() { } package_kipi-plugins() { - pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam, without nonfree suggestions" + pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam" + pkgdesc+=", without nonfree suggestions" depends=(kio libkipi) optdepends=('libmediawiki: MediaWiki Export plugin' 'libkvkontakte: VKontakte.ru Exporter plugin') -- cgit v1.2.3