Uranium: fix template

- noarch=yes
- remove unnecessary python_version
- add missing pycompile_module and pycompile_dirs
This commit is contained in:
Alessio Sergi 2018-05-20 19:02:19 +02:00
parent 298379e805
commit 2da9abc397

View file

@ -1,15 +1,16 @@
# Template file for 'Uranium' # Template file for 'Uranium'
pkgname=Uranium pkgname=Uranium
version=3.3.0 version=3.3.0
revision=1 revision=2
python_version=3 noarch=yes
build_style=cmake build_style=cmake
hostmakedepends="python3-setuptools" pycompile_module="UM"
makedepends="python3-devel" pycompile_dirs="usr/lib/uranium/plugins"
hostmakedepends="python3"
depends="libArcus-python3 python3-PyQt5-opengl python3-PyQt5-quick depends="libArcus-python3 python3-PyQt5-opengl python3-PyQt5-quick
python3-PyQt5-svg python3-numpy-stl python3-scipy qt5-quickcontrols python3-PyQt5-svg python3-numpy-stl python3-scipy qt5-quickcontrols
qt5-quickcontrols2" qt5-quickcontrols2"
short_desc="A Python framework for building Desktop applications" short_desc="Python framework for building Desktop applications"
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/Uranium" homepage="https://github.com/Ultimaker/Uranium"