mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/krita to 5.0.6-2
This commit is contained in:
parent
9af8a069dd
commit
2a9fa9ac70
2 changed files with 9860 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
pkgname=krita
|
||||
_pkgver=5.0.6
|
||||
pkgver=${_pkgver/-/}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Edit and paint images'
|
||||
arch=(x86_64)
|
||||
url='https://krita.org'
|
||||
|
@ -19,14 +19,20 @@ optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations'
|
|||
'python-pyqt5: for the Python plugins' 'libheif: HEIF filter'
|
||||
'kseexpr: SeExpr generator layer' 'kimageformats: PSD support' 'libmypaint: support for MyPaint brushes'
|
||||
'krita-plugin-gmic: GMic plugin')
|
||||
source=(https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz{,.sig})
|
||||
source=(https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz{,.sig}
|
||||
krita-kxmlgui-5.94.patch)
|
||||
sha256sums=('edd76d1b3e5fd00cffb90c4fdaa4dafecc8bf3638d1f7bccf463ec11ea3e0e62'
|
||||
'SKIP')
|
||||
'SKIP'
|
||||
'd9beba0f430efd0f8091e7718ba4f316e2979b75d467ac990191201a6de262a2')
|
||||
validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD' # Boudewijn Rempt <foundation@krita.org>
|
||||
'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F' # Dmitry Kazakov (main key) <dimula73@gmail.com>
|
||||
'064182440C674D9F8D0F6F8B4DA79EDA231C852B') # Stichting Krita Foundation <foundation@krita.org>
|
||||
options=(debug)
|
||||
|
||||
prepare() {
|
||||
patch -d $pkgname-$_pkgver -p1 < krita-kxmlgui-5.94.patch # Fix crash with kxmlgui 5.94
|
||||
}
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$_pkgver \
|
||||
-DBUILD_TESTING=OFF \
|
||||
|
|
9851
extra/krita/krita-kxmlgui-5.94.patch
Normal file
9851
extra/krita/krita-kxmlgui-5.94.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue