60b24771ea
The cura/cura-engine/libArcus v4.8.0 toolchain requires some additional
dependencies that are not yet packaged, so go back to a working version
until everything is in order.
This reverts commit 927081cd8d
.
20 lines
820 B
Bash
20 lines
820 B
Bash
# Template file for 'cura'
|
|
pkgname=cura
|
|
reverts=4.8.0_1
|
|
version=4.7.1
|
|
revision=3
|
|
wrksrc="Cura-${version}"
|
|
build_style=cmake
|
|
configure_args="-DCURA_VERSION=${version}
|
|
-DURANIUM_DIR=$XBPS_CROSS_BASE/usr/share/uranium"
|
|
pycompile_dirs="usr/lib/cura/plugins"
|
|
hostmakedepends="python3"
|
|
makedepends="Uranium libArcus-devel python3-devel"
|
|
depends="Uranium cura-engine cura-fdm-materials python3-pyserial python3-zeroconf
|
|
python3-certifi python3-trimesh libSavitar-python3 python3-requests qt5-graphicaleffects"
|
|
short_desc="3D printer / slicing GUI"
|
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/Ultimaker/Cura"
|
|
distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz"
|
|
checksum=1c09552de062ffbe0b2715e983e82c1ac9582aaaa649abfd27c7f82ff59fcf94
|