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
1 changed files with 6 additions and 5 deletions

View File

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