[arch-commits] Commit in uranium/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Sun Jan 16 12:30:18 UTC 2022
Date: Sunday, January 16, 2022 @ 12:30:18
Author: jelle
Revision: 1106236
archrelease: copy trunk to community-any
Added:
uranium/repos/community-any/PKGBUILD
(from rev 1106235, uranium/trunk/PKGBUILD)
Deleted:
uranium/repos/community-any/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-16 12:30:14 UTC (rev 1106235)
+++ PKGBUILD 2022-01-16 12:30:18 UTC (rev 1106236)
@@ -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.12.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=('e0730cae4ad210bbfeba9384ec37ee9e8700ad9c202a6b085f4aa98e564f22be')
-
-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 1106235, uranium/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-16 12:30:18 UTC (rev 1106236)
@@ -0,0 +1,49 @@
+# 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:
More information about the arch-commits
mailing list