mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/krita to 4.2.9-2
This commit is contained in:
parent
23535e36c3
commit
c4104062c2
1 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=krita
|
||||
pkgver=4.2.9
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Edit and paint images"
|
||||
arch=(x86_64)
|
||||
url="https://krita.org"
|
||||
|
@ -19,10 +19,12 @@ optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio:
|
|||
conflicts=(calligra-krita krita-l10n)
|
||||
replaces=(calligra-krita krita-l10n)
|
||||
source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}
|
||||
krita-pyqt5-sip5.patch)
|
||||
krita-pyqt5-sip5.patch
|
||||
krita-deadlock-qt5.14.2.patch::"https://invent.kde.org/kde/krita/commit/afed6a9e.patch")
|
||||
sha256sums=('9f85bb81eaf4976af57352a482af1fdb86f338051a991f6f43976e0b65956da8'
|
||||
'SKIP'
|
||||
'ab2f33843d8cad31bc13e0eca7dc732cdbfed054924f25ed61102c0d0971c1d8')
|
||||
'ab2f33843d8cad31bc13e0eca7dc732cdbfed054924f25ed61102c0d0971c1d8'
|
||||
'6477ceec976d376172cc82a5a8bf85938a7dffd924286fa79e64ccdab8c901eb')
|
||||
validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation@krita.org>
|
||||
|
||||
prepare() {
|
||||
|
@ -30,6 +32,7 @@ prepare() {
|
|||
|
||||
cd $pkgname-$pkgver
|
||||
patch -p1 -i ../krita-pyqt5-sip5.patch # Fix sip include dir when PyQt5 is compiled with SIP 5
|
||||
patch -p1 -i ../krita-deadlock-qt5.14.2.patch # Fix deadlock on plugin load with Qt 5.14.2
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue