extra/krita to 4.2.8-1

This commit is contained in:
Kevin Mihelich 2019-11-25 23:59:01 +00:00
parent 4d56dc9cd3
commit 70fc344975

View file

@ -4,22 +4,24 @@
# - remove makedepend on vc
pkgname=krita
pkgver=4.2.7.1
pkgrel=4
pkgver=4.2.8
pkgrel=1
pkgdesc="Edit and paint images"
arch=(x86_64)
url="https://krita.org"
license=(GPL3)
depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash qt5-svg qt5-multimedia quazip
gsl libraw exiv2 openexr fftw curl boost-libs giflib hicolor-icon-theme desktop-file-utils)
makedepends=(extra-cmake-modules kdoctools boost eigen poppler-qt5 opencolorio python-pyqt5 libheif sip python-sip)
makedepends=(extra-cmake-modules kdoctools boost eigen poppler-qt5 opencolorio python-pyqt5 libheif
qt5-tools sip python-sip)
optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio: for the LUT docker'
"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python plugins' 'libheif: HEIF filter')
conflicts=(calligra-krita krita-l10n)
replaces=(calligra-krita krita-l10n)
source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"
kdebug-410867.patch::"https://invent.kde.org/kde/krita/commit/ca07d42c.patch") # {,.sig}
sha256sums=('3ed29fd9d8e067def55e703fc55312815c21041d274727e228bdbe0478c09c3d'
source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}
kdebug-410867.patch::"https://invent.kde.org/kde/krita/commit/ca07d42c.patch")
sha256sums=('28bc2b756917ea7896ded1088e6e6c3fd51736ed0c297b97d9500dab7b23b16c'
'SKIP'
'cfc9c7b2accbb730be3d9e2c92e5d501d2e3465841c97efae84602987e8cae3b')
validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation@krita.org>
@ -33,7 +35,8 @@ prepare() {
build() {
cd build
cmake ../$pkgname-$pkgver \
-DBUILD_TESTING=OFF
-DBUILD_TESTING=OFF \
-DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
make
}