extra/krita to 4.2.6-1

This commit is contained in:
Kevin Mihelich 2019-09-10 12:43:45 +00:00
parent 6b5edd7fc6
commit 6b13152f50

View file

@ -4,8 +4,8 @@
# - remove makedepend on vc
pkgname=krita
pkgver=4.2.5
pkgrel=2
pkgver=4.2.6
pkgrel=1
pkgdesc="Edit and paint images"
arch=(x86_64)
url="https://krita.org"
@ -17,9 +17,8 @@ optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio:
"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"{,.sig})
sha256sums=('fce4342ae54f7c9b2a318d49d678699d760485ef406b3db235542b9cabc824b8'
'SKIP')
source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz") # {,.sig}
sha256sums=('a7ea86f7943a29c7e0a764efc3f992a834b08c1ad4cdb4c7073a3912df3cdde3')
validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation@krita.org>
prepare() {
@ -29,8 +28,6 @@ prepare() {
build() {
cd build
cmake ../$pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
}