[arch-commits] Commit in seexpr-krita/repos/staging-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Nov 12 13:23:00 UTC 2020


    Date: Thursday, November 12, 2020 @ 13:22:59
  Author: felixonmars
Revision: 400553

archrelease: copy trunk to staging-x86_64

Added:
  seexpr-krita/repos/staging-x86_64/PKGBUILD
    (from rev 400552, seexpr-krita/trunk/PKGBUILD)
Deleted:
  seexpr-krita/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 13:22:48 UTC (rev 400552)
+++ PKGBUILD	2020-11-12 13:22:59 UTC (rev 400553)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux,org>
-
-pkgname=seexpr-krita
-pkgver=3.4.4.0
-pkgrel=4
-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)
-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
-}

Copied: seexpr-krita/repos/staging-x86_64/PKGBUILD (from rev 400552, seexpr-krita/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 13:22:59 UTC (rev 400553)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+
+pkgname=seexpr-krita
+pkgver=3.4.4.0
+pkgrel=5
+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)
+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