From fd092b3e5cc28f790e1c4e65e5df54cc7cc78e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 11 Jan 2018 10:17:34 +0100 Subject: [PATCH] scudcloud: build_style=python3-module --- srcpkgs/scudcloud/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/scudcloud/template b/srcpkgs/scudcloud/template index 60f6053de6..f0a53714d9 100644 --- a/srcpkgs/scudcloud/template +++ b/srcpkgs/scudcloud/template @@ -1,8 +1,11 @@ # Template file for 'scudcloud' pkgname=scudcloud version=1.63 -revision=1 -makedepends="python3 python3-setuptools python-PyQt5 python-dbus python3-PyQt5-dbus" +revision=2 +build_style=python3-module +pycompile_module="scudcloud" +hostmakedepends="python3-setuptools" +makedepends="python3-setuptools python-PyQt5 python-dbus python3-PyQt5-dbus" short_desc="Non official desktop client app for Slack" noarch=yes maintainer="Gurpreet Singh " @@ -10,8 +13,3 @@ license="MIT" homepage="https://launchpad.net/~rael-gc/+archive/ubuntu/scudcloud" distfiles="https://github.com/raelgc/${pkgname}/archive/v${version}.tar.gz" checksum=e0d1cb72115d0fda17db92d28be51558ad8fe250972683fac3086dbe8d350d22 - -do_install() { - python3 setup.py install --prefix=/usr --root="/" - vlicense LICENSE -}