[arch-commits] Commit in krita (kde-unstable kde-unstable/PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jun 23 07:17:04 UTC 2022


    Date: Thursday, June 23, 2022 @ 07:17:03
  Author: arojas
Revision: 449352

Update to 5.1 beta 1

Added:
  krita/kde-unstable/
Modified:
  krita/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2022-06-22 13:19:30 UTC (rev 449312)
+++ kde-unstable/PKGBUILD	2022-06-23 07:17:03 UTC (rev 449352)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux,org>
 
 pkgname=krita
-_pkgver=5.0.8
+_pkgver=5.1.0-beta1
 pkgver=${_pkgver/-/}
 pkgrel=1
 pkgdesc='Edit and paint images'
@@ -10,20 +10,26 @@
 license=(GPL3)
 depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg qt5-multimedia quazip
          gsl libraw exiv2 openexr fftw openjpeg2 opencolorio libwebp hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 python-pyqt5 libheif
-             qt5-tools sip kseexpr libmypaint)
+makedepends=(extra-cmake-modules kdoctools boost eigen poppler-qt5 python-pyqt5 libheif
+             qt5-tools sip kseexpr libmypaint libjxl xsimd)
 optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations'
-            'python-pyqt5: for the Python plugins' 'libheif: HEIF filter'
+            'python-pyqt5: for the Python plugins' 'libheif: HEIF filter' 'libjxl: JPEG-XL filter'
             'kseexpr: SeExpr generator layer' 'kimageformats: PSD support' 'libmypaint: support for MyPaint brushes'
             'krita-plugin-gmic: GMic plugin')
-source=(https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz{,.sig})
-sha256sums=('ed1d1fa5073ee0c4150e1fde9e109382980ea94d32e5845286bbff20b6bf5e45'
-            'SKIP')
+source=(https://download.kde.org/unstable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz{,.sig}
+        https://invent.kde.org/graphics/krita/-/commit/d88e952f.patch)
+sha256sums=('bff5d60b87f908b6e3f4d9d0413a6037c8322ed4795755e74754f07e361c578f'
+            'SKIP'
+            '7edc38a73598350e0b2f95f753df38035b06789f4725f1ee2b5797474259dda7')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt <foundation at krita.org>
               'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F'  # Dmitry Kazakov (main key) <dimula73 at gmail.com>
               '064182440C674D9F8D0F6F8B4DA79EDA231C852B') # Stichting Krita Foundation <foundation at krita.org>
 options=(debug)
 
+prepare() {
+  patch -d $pkgname-$_pkgver -p1 < d88e952f.patch # Fix build with xsimd 8.1
+}
+
 build() {
   cmake -B build -S $pkgname-$_pkgver \
     -DBUILD_TESTING=OFF \



More information about the arch-commits mailing list