mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
cura: update to 4.4.0.
This commit is contained in:
parent
01c8698ed1
commit
47597536a2
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'cura'
|
# Template file for 'cura'
|
||||||
pkgname=cura
|
pkgname=cura
|
||||||
version=4.3.0
|
version=4.4.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="Cura-${version}"
|
wrksrc="Cura-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCURA_VERSION=${version} -DCURA_SDK_VERSION=6.0.0 -DCURA_CLOUD_API_VERSION=1"
|
configure_args="-DCURA_VERSION=${version}"
|
||||||
pycompile_module="cura"
|
pycompile_module="cura"
|
||||||
pycompile_dirs="usr/lib/cura/plugins"
|
pycompile_dirs="usr/lib/cura/plugins"
|
||||||
hostmakedepends="python3"
|
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
|
||||||
libSavitar-python3 python3-requests qt5-graphicaleffects"
|
python3-certifi python3-trimesh libSavitar-python3 python3-requests qt5-graphicaleffects"
|
||||||
short_desc="3D printer / slicing GUI"
|
short_desc="3D printer / slicing GUI"
|
||||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||||
license="LGPL-3.0-or-later"
|
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/v${version}.tar.gz"
|
||||||
checksum=a27f5671250452d685069d8fe8018438ec32c096cd5b2c0d54ada7022ded1ccf
|
checksum=e5955c46a283dd8399145661bcb736bb78831ec16bfa9a8a35aa1d8bedece126
|
||||||
|
|
Loading…
Add table
Reference in a new issue