git » krita.git » commit 7e12d78

Disable seexpr for now, it breaks krita

author Antonio Rojas
2020-10-13 17:19:36 UTC
committer Antonio Rojas
2020-10-13 17:19:36 UTC
parent ecd24eb45e5f1b143e3823b2e6cd936d44bb53d2

Disable seexpr for now, it breaks krita

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 0ad4282..42b18e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 pkgname=krita
 _pkgver=4.4.0
 pkgver=${_pkgver/-/}
-pkgrel=1
+pkgrel=2
 pkgdesc="Edit and paint images"
 arch=(x86_64)
 url="https://krita.org"
@@ -11,10 +11,10 @@ license=(GPL3)
 depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg qt5-multimedia quazip
          gsl libraw exiv2 openexr fftw boost-libs giflib openjpeg2 hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 opencolorio python-pyqt5 libheif
-             qt5-tools sip5 seexpr-krita llvm)
+             qt5-tools sip5) # seexpr-krita llvm
 optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 'opencolorio: for the LUT docker'
-            "krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python plugins' 'libheif: HEIF filter'
-            'seexpr-krita: SeExpr generator layer')
+            "krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python plugins' 'libheif: HEIF filter')
+            # 'seexpr-krita: SeExpr generator layer'
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
 source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig})