cura: fix template
- noarch=yes - remove unnecessary python_version - add missing pycompile_module and pycompile_dirs
This commit is contained in:
parent
c14860d786
commit
2df693fdb3
1 changed files with 6 additions and 5 deletions
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'cura'
|
||||
pkgname=cura
|
||||
version=3.3.1
|
||||
revision=1
|
||||
python_version=3
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="Cura-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DCURA_VERSION:STRING=${version}"
|
||||
configure_args="-DCURA_VERSION=${version}"
|
||||
pycompile_module="cura"
|
||||
pycompile_dirs="usr/lib/cura/plugins"
|
||||
makedepends="Uranium libArcus-devel"
|
||||
depends="Uranium cura-engine cura-fdm-materials python3-pyserial
|
||||
python3-zeroconf"
|
||||
depends="Uranium cura-engine cura-fdm-materials python3-pyserial python3-zeroconf"
|
||||
short_desc="3D printer / slicing GUI"
|
||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||
license="LGPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in a new issue