mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/krita to 4.2.7.1-4
This commit is contained in:
parent
cad4e89842
commit
38f6bfdf9a
1 changed files with 8 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=krita
|
||||
pkgver=4.2.7.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Edit and paint images"
|
||||
arch=(x86_64)
|
||||
url="https://krita.org"
|
||||
|
@ -17,12 +17,17 @@ 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=('3ed29fd9d8e067def55e703fc55312815c21041d274727e228bdbe0478c09c3d')
|
||||
source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"
|
||||
kdebug-410867.patch::"https://invent.kde.org/kde/krita/commit/ca07d42c.patch") # {,.sig}
|
||||
sha256sums=('3ed29fd9d8e067def55e703fc55312815c21041d274727e228bdbe0478c09c3d'
|
||||
'cfc9c7b2accbb730be3d9e2c92e5d501d2e3465841c97efae84602987e8cae3b')
|
||||
validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation@krita.org>
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
||||
cd $pkgname-$pkgver
|
||||
patch -p1 -i ../kdebug-410867.patch # Fix crash on close
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue