mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/krita to 4.2.2-2
This commit is contained in:
parent
d021f47e77
commit
956d38e3d8
1 changed files with 9 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=krita
|
pkgname=krita
|
||||||
pkgver=4.2.2
|
pkgver=4.2.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Edit and paint images"
|
pkgdesc="Edit and paint images"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://krita.org"
|
url="https://krita.org"
|
||||||
|
@ -17,12 +17,15 @@ 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')
|
"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python plugins' 'libheif: HEIF filter')
|
||||||
conflicts=(calligra-krita krita-l10n)
|
conflicts=(calligra-krita krita-l10n)
|
||||||
replaces=(calligra-krita krita-l10n)
|
replaces=(calligra-krita krita-l10n)
|
||||||
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}
|
||||||
sha256sums=('fa5a8b17ef4fd4734cf2e1dd6935243ac7e50fd375eb0d651302ce71f12af3df')
|
krita-global-menu.patch::"https://cgit.kde.org/krita.git/patch/?id=8d6a2a5d")
|
||||||
validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation@krita.org>
|
validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation@krita.org>
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
||||||
|
cd $pkgname-$pkgver
|
||||||
|
patch -p1 -i ../krita-global-menu.patch # Fix global menu on Plasma
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -38,3 +41,6 @@ package() {
|
||||||
cd build
|
cd build
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
md5sums=('1100871711c919c956b3e1e2b24e98d4'
|
||||||
|
'SKIP'
|
||||||
|
'f85e2fe776423589f8398c31787cae9d')
|
||||||
|
|
Loading…
Reference in a new issue