Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / krita
Commits:
4d0755cd by Antonio Rojas at 2024-12-27T12:08:36+01:00
upgpkg: 5.2.6-5: Add python-logacy-cgi optdepend for Python 3.13 support
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = krita
pkgdesc = Edit and paint images
pkgver = 5.2.6
- pkgrel = 4
+ pkgrel = 5
url = https://krita.org
arch = x86_64
license = GPL3
@@ -66,6 +66,7 @@ pkgbase = krita
optdepends = libjxl: JPEG-XL filter
optdepends = libmypaint: support for MyPaint brushes
optdepends = poppler-qt5: PDF filter
+ optdepends = python-legacy-cgi: for the Python plugins
optdepends = python-pyqt5: for the Python plugins
source = https://download.kde.org/stable/krita/5.2.6/krita-5.2.6.tar.gz
source =
https://download.kde.org/stable/krita/5.2.6/krita-5.2.6.tar.gz.sig
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=krita
_pkgver=5.2.6
pkgver=${_pkgver/-/}
-pkgrel=4
+pkgrel=5
pkgdesc='Edit and paint images'
arch=(x86_64)
url='https://krita.org'
@@ -69,6 +69,7 @@ optdepends=('kimageformats5: PSD support'
'libjxl: JPEG-XL filter'
'libmypaint: support for MyPaint brushes'
'poppler-qt5: PDF filter'
+ 'python-legacy-cgi: for the Python plugins'
'python-pyqt5: for the Python plugins')
source=(https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz{,.sig}
sip-6.8.patch
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/krita/-/commit/4d0755cd507f502d97af3a8a91a0dfd178891ec3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/krita/-/commit/4d0755cd507f502d97af3a8a91a0dfd178891ec3
You're receiving this email because of your account on gitlab.archlinux.org.