From 6a58c9ed61da26b5d61cb69d7fe7765667dd4863 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Thu, 11 Jan 2018 19:12:13 +0100 Subject: [PATCH] scudcloud: add missing runtime dependencies / add license Closes: #10699 [via git-merge-pr] --- srcpkgs/scudcloud/template | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/srcpkgs/scudcloud/template b/srcpkgs/scudcloud/template index f0a53714d9..1d6586b424 100644 --- a/srcpkgs/scudcloud/template +++ b/srcpkgs/scudcloud/template @@ -1,11 +1,13 @@ # Template file for 'scudcloud' pkgname=scudcloud version=1.63 -revision=2 +revision=3 build_style=python3-module pycompile_module="scudcloud" hostmakedepends="python3-setuptools" makedepends="python3-setuptools python-PyQt5 python-dbus python3-PyQt5-dbus" +depends="python3-setuptools python-PyQt5 python3-PyQt5-dbus + python-PyQt5-webkit xdg-utils" short_desc="Non official desktop client app for Slack" noarch=yes maintainer="Gurpreet Singh " @@ -13,3 +15,7 @@ license="MIT" homepage="https://launchpad.net/~rael-gc/+archive/ubuntu/scudcloud" distfiles="https://github.com/raelgc/${pkgname}/archive/v${version}.tar.gz" checksum=e0d1cb72115d0fda17db92d28be51558ad8fe250972683fac3086dbe8d350d22 + +post_install() { + vlicense LICENSE +}