From 2da9abc39702e4253d4e4949947efca474f09709 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 20 May 2018 19:02:19 +0200 Subject: [PATCH] Uranium: fix template - noarch=yes - remove unnecessary python_version - add missing pycompile_module and pycompile_dirs --- srcpkgs/Uranium/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template index 978b1bde15..b1b0fb3867 100644 --- a/srcpkgs/Uranium/template +++ b/srcpkgs/Uranium/template @@ -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 " license="LGPL-3.0-or-later" homepage="https://github.com/Ultimaker/Uranium"