mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/krita to 4.2.8.2-2
This commit is contained in:
parent
a9e500d3e2
commit
3cdd53d258
1 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=krita
|
||||
pkgver=4.2.8.2
|
||||
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}
|
||||
kdebug-410867.patch::"https://invent.kde.org/kde/krita/commit/ca07d42c.patch")
|
||||
kdebug-410867.patch::"https://invent.kde.org/kde/krita/commit/ca07d42c.patch"
|
||||
kdebug-414672.patch::"https://invent.kde.org/kde/krita/commit/2dc2ed5f.patch")
|
||||
sha256sums=('80f741fa11245ff20a99f529f5f62def17791f3ad2c9aec5c5cf5440ae1fcba7'
|
||||
'SKIP'
|
||||
'cfc9c7b2accbb730be3d9e2c92e5d501d2e3465841c97efae84602987e8cae3b')
|
||||
'cfc9c7b2accbb730be3d9e2c92e5d501d2e3465841c97efae84602987e8cae3b'
|
||||
'181802a9273133a654f6aac2b1760b91beffa8e631b2aa162b5b10d342d5f712')
|
||||
validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation@krita.org>
|
||||
|
||||
prepare() {
|
||||
|
@ -30,6 +32,7 @@ prepare() {
|
|||
|
||||
cd $pkgname-$pkgver
|
||||
patch -p1 -i ../kdebug-410867.patch # Fix crash on close
|
||||
patch -p1 -i ../kdebug-414672.patch # Fix crash on transform tool
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue