mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/krita to 4.2.3-1
This commit is contained in:
parent
13e76c71be
commit
567b04483f
1 changed files with 4 additions and 10 deletions
|
@ -4,8 +4,8 @@
|
|||
# - remove makedepend on vc
|
||||
|
||||
pkgname=krita
|
||||
pkgver=4.2.2
|
||||
pkgrel=2
|
||||
pkgver=4.2.3
|
||||
pkgrel=1
|
||||
pkgdesc="Edit and paint images"
|
||||
arch=(x86_64)
|
||||
url="https://krita.org"
|
||||
|
@ -17,15 +17,12 @@ 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}
|
||||
krita-global-menu.patch::"https://cgit.kde.org/krita.git/patch/?id=8d6a2a5d")
|
||||
source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz") # {,.sig}
|
||||
sha256sums=('7b302dc204fba84737013528720c1704bea98f805a1215369f53c6421c088467')
|
||||
validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt <foundation@krita.org>
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
||||
cd $pkgname-$pkgver
|
||||
patch -p1 -i ../krita-global-menu.patch # Fix global menu on Plasma
|
||||
}
|
||||
|
||||
build() {
|
||||
|
@ -41,6 +38,3 @@ package() {
|
|||
cd build
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
md5sums=('1100871711c919c956b3e1e2b24e98d4'
|
||||
'SKIP'
|
||||
'f85e2fe776423589f8398c31787cae9d')
|
||||
|
|
Loading…
Reference in a new issue