[arch-commits] Commit in uranium/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Sat Feb 5 14:58:43 UTC 2022


    Date: Saturday, February 5, 2022 @ 14:58:42
  Author: jelle
Revision: 1126445

archrelease: copy trunk to community-any

Added:
  uranium/repos/community-any/PKGBUILD
    (from rev 1126444, uranium/trunk/PKGBUILD)
Deleted:
  uranium/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   99 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-05 14:58:34 UTC (rev 1126444)
+++ PKGBUILD	2022-02-05 14:58:42 UTC (rev 1126445)
@@ -1,49 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-# Contributor: Grey Christoforo <first name [at] last name [dot] net>
-
-pkgname=uranium
-pkgver=4.13.0
-pkgrel=1
-pkgdesc="A Python framework for building Desktop applications."
-url="https://github.com/Ultimaker/Uranium"
-arch=('any')
-license=('LGPL')
-depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'python-pyqt5' 'python-numpy'
-         'arcus' 'python-shapely' 'python-scipy' 'python-cryptography' 'python-certifi')
-makedepends=('cmake')
-checkdepends=('mypy' 'python-pytest' 'python-twisted')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('e7fcbdfdc42cd694059f111af72de7347d5a13aa5f5c6bf45712859b0282ba0a')
-
-prepare() {
-  cd Uranium-${pkgver}
-  sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' CMakeLists.txt
-}
-
-build() {
-  cd Uranium-${pkgver}
-  mkdir -p build && cd build
-
-  cmake .. \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTS=ON
-
-  make
-}
-
-check() {
-  cd Uranium-${pkgver}/build
-  # few tests fail atm
-  #make CTEST_OUTPUT_ON_FAILURE=TRUE test
-}
-
-package() {
-  cd Uranium-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-
-# Move cmake module to right dir
-  mv "$pkgdir"/usr/share/cmake{-*,}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uranium/repos/community-any/PKGBUILD (from rev 1126444, uranium/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-05 14:58:42 UTC (rev 1126445)
@@ -0,0 +1,50 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Grey Christoforo <first name [at] last name [dot] net>
+
+pkgname=uranium
+pkgver=4.13.1
+pkgrel=1
+pkgdesc="A Python framework for building Desktop applications."
+url="https://github.com/Ultimaker/Uranium"
+arch=('any')
+license=('LGPL')
+depends=('python' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'python-pyqt5' 'python-numpy'
+         'arcus' 'python-shapely' 'python-scipy' 'python-cryptography' 'python-certifi')
+makedepends=('cmake')
+checkdepends=('mypy' 'python-pytest' 'python-twisted')
+options=('debug')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('185db9e6353a4f44b69287ed5f6314d28f10a0dd43790485275d6db5b5907a41')
+
+prepare() {
+  cd Uranium-${pkgver}
+  sed -i 's,/dist-packages,.${PYTHON_VERSION_MINOR}/site-packages,g' CMakeLists.txt
+}
+
+build() {
+  cd Uranium-${pkgver}
+  mkdir -p build && cd build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=None \
+    -DBUILD_TESTS=ON
+
+  make
+}
+
+check() {
+  cd Uranium-${pkgver}/build
+  # few tests fail atm
+  #make CTEST_OUTPUT_ON_FAILURE=TRUE test
+}
+
+package() {
+  cd Uranium-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+
+# Move cmake module to right dir
+  mv "$pkgdir"/usr/share/cmake{-*,}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list