mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/digikam to 5.7.0-1
This commit is contained in:
parent
4d89c05dc8
commit
12f5242097
1 changed files with 4 additions and 8 deletions
|
@ -9,9 +9,9 @@
|
|||
|
||||
pkgbase=digikam
|
||||
pkgname=('digikam' 'kipi-plugins')
|
||||
_pkgver=5.6.0
|
||||
_pkgver=5.7.0
|
||||
pkgver=${_pkgver//-/_} # for beta versions
|
||||
pkgrel=5
|
||||
pkgrel=1
|
||||
pkgdesc="Digital photo management application for KDE"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
|
@ -21,10 +21,8 @@ makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 'boost
|
|||
'kfilemetadata' 'akonadi-contacts' 'qtav' 'threadweaver' 'kcalcore'
|
||||
'knotifyconfig' 'libmediawiki' 'libkvkontakte')
|
||||
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${_pkgver}.tar.xz"
|
||||
digikam-cmake-3.9.patch::"https://cgit.kde.org/digikam.git/patch/?id=7e00441c"
|
||||
'0001-optionally-enable-OpenGL.patch')
|
||||
sha256sums=('65bdd3f15668e314b852d523a0bf95da32450f31fcfda60da62e57d4622a663c'
|
||||
'f7efc50dd63711388b6b119a7b3413f49deca233687e7ef1bafecf4c76491eff'
|
||||
sha256sums=('3605ffb5b6e8fbd6b725e5075f74f505d7edee7531789c2882d11df2d20150f5'
|
||||
'f6f234f430f02e058e12e48577f9d8441959e84b42f4e50d733706be8b214bf5')
|
||||
|
||||
prepare() {
|
||||
|
@ -34,11 +32,9 @@ prepare() {
|
|||
sed -e '/sv/d' -i $pkgname-$pkgver/doc-translated/CMakeLists.txt
|
||||
# fix conflicts with libkvkontakte
|
||||
rm $pkgbase-$pkgver/po/*/libkvkontakte.po
|
||||
# fix build with cmake 3.9
|
||||
cd $pkgbase-$pkgver/core
|
||||
patch -p1 -i ../../digikam-cmake-3.9.patch
|
||||
|
||||
# OpenGL switch
|
||||
cd $pkgbase-$pkgver/core
|
||||
patch -p1 -i ${srcdir}/0001-optionally-enable-OpenGL.patch
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue