mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
cura: cross-compile
This commit is contained in:
parent
38708f2e3d
commit
288905803c
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,10 @@ revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="Cura-${version}"
|
wrksrc="Cura-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCURA_VERSION=${version}"
|
configure_args="-DCURA_VERSION=${version}
|
||||||
|
-DURANIUM_DIR=$XBPS_CROSS_BASE/usr/share/uranium"
|
||||||
pycompile_dirs="usr/lib/cura/plugins"
|
pycompile_dirs="usr/lib/cura/plugins"
|
||||||
hostmakedepends="python3 Uranium"
|
hostmakedepends="python3"
|
||||||
makedepends="Uranium libArcus-devel python3-devel"
|
makedepends="Uranium libArcus-devel python3-devel"
|
||||||
depends="Uranium cura-engine cura-fdm-materials python3-pyserial python3-zeroconf
|
depends="Uranium cura-engine cura-fdm-materials python3-pyserial python3-zeroconf
|
||||||
python3-certifi python3-trimesh libSavitar-python3 python3-requests qt5-graphicaleffects"
|
python3-certifi python3-trimesh libSavitar-python3 python3-requests qt5-graphicaleffects"
|
||||||
|
@ -17,4 +18,3 @@ license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/Ultimaker/Cura"
|
homepage="https://github.com/Ultimaker/Cura"
|
||||||
distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz"
|
distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz"
|
||||||
checksum=a6bcbf15bcc36d2c6bbedc9d52c7b00b7e22f3e44ca53b0ca7c73b8c1f49bb80
|
checksum=a6bcbf15bcc36d2c6bbedc9d52c7b00b7e22f3e44ca53b0ca7c73b8c1f49bb80
|
||||||
nocross="UraniumTranslationTools not found"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue