[arch-commits] Commit in seexpr-krita (3 files)

Antonio Rojas arojas at archlinux.org
Tue Oct 13 16:24:07 UTC 2020


    Date: Tuesday, October 13, 2020 @ 16:24:07
  Author: arojas
Revision: 398230

archrelease: copy trunk to extra-x86_64

Added:
  seexpr-krita/repos/
  seexpr-krita/repos/extra-x86_64/
  seexpr-krita/repos/extra-x86_64/PKGBUILD
    (from rev 398229, seexpr-krita/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: seexpr-krita/repos/extra-x86_64/PKGBUILD (from rev 398229, seexpr-krita/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD	                        (rev 0)
+++ repos/extra-x86_64/PKGBUILD	2020-10-13 16:24:07 UTC (rev 398230)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+
+pkgname=seexpr-krita
+pkgver=3.4.4.0
+pkgrel=1
+pkgdesc="An embeddable expression evaluation engine (Krita fork)"
+arch=(x86_64)
+url="https://krita.org"
+license=(Apache)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools boost python-pyqt5 sip python-sip llvm)
+optdepends=('boost-libs: for the Python bindings' 'python: for the Python bindings')
+source=("https://download.kde.org/stable/seexpr/seexpr-$pkgver.tar.gz")
+sha256sums=('3f5b5330667d398285c9f7086cc3fd7e1363f3fa75f79b39766c34fe2e233656')
+
+build() {
+  _pythonpath=`python -c "from sysconfig import get_path; print(get_path('platlib'))"`
+  cmake -B build -S seexpr-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPYQT_SIP_DIR="$_pythonpath/PyQt5/bindings" \
+    -DBUILD_DEMOS=OFF \
+    -DBUILD_TESTS=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list