backports/cura: fix build #481
3 changed files with 7 additions and 5 deletions
|
@ -4,7 +4,7 @@ pkgname=cura
|
||||||
# uranium and curaengine packages must be updated in sync with this verion number
|
# uranium and curaengine packages must be updated in sync with this verion number
|
||||||
# py3-pynest2d and fdm-materials should be checked as well, but their versions are not always in sync
|
# py3-pynest2d and fdm-materials should be checked as well, but their versions are not always in sync
|
||||||
pkgver=5.2.2
|
pkgver=5.2.2
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="3D printer / slicing GUI built on top of the Uranium framework"
|
pkgdesc="3D printer / slicing GUI built on top of the Uranium framework"
|
||||||
url="https://ultimaker.com/software/ultimaker-cura"
|
url="https://ultimaker.com/software/ultimaker-cura"
|
||||||
arch="noarch !ppc64le !x86 !armhf !riscv64 !s390x !armv7" # ppc64le: no py3-keyring
|
arch="noarch !ppc64le !x86 !armhf !riscv64 !s390x !armv7" # ppc64le: no py3-keyring
|
||||||
|
@ -42,8 +42,10 @@ builddir="$srcdir/Cura-$pkgver"
|
||||||
options="!check" # tests broken after v5.x
|
options="!check" # tests broken after v5.x
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
local pyver="$(python3 -c 'import sys; print(f"{sys.version_info.major}.{sys.version_info.minor}")')"
|
||||||
cmake -B build -G Ninja \
|
cmake -B build -G Ninja \
|
||||||
-DCURA_VERSION=$pkgver \
|
-DCURA_VERSION=$pkgver \
|
||||||
|
-DPython_VERSION=$pyver \
|
||||||
-DURANIUM_DIR=/usr/share/uranium \
|
-DURANIUM_DIR=/usr/share/uranium \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
||||||
pkgname=py3-arcus
|
pkgname=py3-arcus
|
||||||
# Needs to be upgraded in sync with libarcus
|
# Needs to be upgraded in sync with libarcus
|
||||||
pkgver=5.2.2
|
pkgver=5.3.0
|
||||||
pkgrel=3
|
pkgrel=0
|
||||||
pkgdesc="Python bindings for libarcus"
|
pkgdesc="Python bindings for libarcus"
|
||||||
url="https://github.com/Ultimaker/pyArcus"
|
url="https://github.com/Ultimaker/pyArcus"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
@ -35,7 +35,7 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
b24cbb9a5d7aa917b1b21e46f935b1293645e731d4e475a5abe364237f35708e8e96a1c6f06fe78e2e0e381737f4a27a6db87e42a5f4de9d48091d9de096f9b0 py3-arcus-5.2.2.tar.gz
|
d4a114994fa3e3156eae95dde58df13237b8bb0571a1219d6dee6b6338fd65f911f27887d6ab32b7a3cb32bc45ca6c25147e7c2d246cb0707326b88246abfbcd py3-arcus-5.3.0.tar.gz
|
||||||
f14e55cd31c13051981f26364e34da8c94e8eb5227b1cfd6fe44b9f97b5a4dcf6142a1751fa62eb0514a47583e6ec2d51dc253f23cf72c3fe6a1cb5dca136f21 cmake.patch
|
f14e55cd31c13051981f26364e34da8c94e8eb5227b1cfd6fe44b9f97b5a4dcf6142a1751fa62eb0514a47583e6ec2d51dc253f23cf72c3fe6a1cb5dca136f21 cmake.patch
|
||||||
de75b985607feae0a9c511742915814e9c3d4bc467183f010ccc334ce4d0d952b6ff86020360b78558c4738cc03cf62c386b44ed76bcec12075c4a93dd03eeb7 cmake-helpers.patch
|
de75b985607feae0a9c511742915814e9c3d4bc467183f010ccc334ce4d0d952b6ff86020360b78558c4738cc03cf62c386b44ed76bcec12075c4a93dd03eeb7 cmake-helpers.patch
|
||||||
ef593230d5c78da8ba0fc6ea83225c4543857de1837d3151c45e59ffd7c98063b8f97f25d01c15b6a8f90c26c919206f9f7fa26c9650117f4ce7be49ebca876f pyproject.patch
|
ef593230d5c78da8ba0fc6ea83225c4543857de1837d3151c45e59ffd7c98063b8f97f25d01c15b6a8f90c26c919206f9f7fa26c9650117f4ce7be49ebca876f pyproject.patch
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Anjandev Momi <anjan@momi.ca>
|
# Maintainer: Anjandev Momi <anjan@momi.ca>
|
||||||
pkgname=py3-pynest2d
|
pkgname=py3-pynest2d
|
||||||
pkgver=5.2.2
|
pkgver=5.2.2
|
||||||
pkgrel=2
|
pkgrel=4
|
||||||
pkgdesc="Python bindings for libnest2d"
|
pkgdesc="Python bindings for libnest2d"
|
||||||
url="https://github.com/Ultimaker/pynest2d"
|
url="https://github.com/Ultimaker/pynest2d"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
|
Loading…
Reference in a new issue