mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-06 23:47:10 +00:00
extra/krita to 5.0.8-1
This commit is contained in:
parent
040804e0bb
commit
e75b1d9fe5
2 changed files with 5 additions and 9862 deletions
|
@ -4,9 +4,9 @@
|
|||
# - remove makedepend on vc
|
||||
|
||||
pkgname=krita
|
||||
_pkgver=5.0.6
|
||||
_pkgver=5.0.8
|
||||
pkgver=${_pkgver/-/}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc='Edit and paint images'
|
||||
arch=(x86_64)
|
||||
url='https://krita.org'
|
||||
|
@ -19,20 +19,14 @@ 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}
|
||||
krita-kxmlgui-5.94.patch)
|
||||
sha256sums=('edd76d1b3e5fd00cffb90c4fdaa4dafecc8bf3638d1f7bccf463ec11ea3e0e62'
|
||||
'SKIP'
|
||||
'd9beba0f430efd0f8091e7718ba4f316e2979b75d467ac990191201a6de262a2')
|
||||
source=(https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz{,.sig})
|
||||
sha256sums=('ed1d1fa5073ee0c4150e1fde9e109382980ea94d32e5845286bbff20b6bf5e45'
|
||||
'SKIP')
|
||||
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 \
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue