From 6b543656cb7c5ccc6edc784698552cd350d34281 Mon Sep 17 00:00:00 2001 From: Martin Dimov Date: Mon, 30 May 2022 17:29:22 +0300 Subject: [PATCH 1/2] New package: python3-colour-0.1.5 --- srcpkgs/python3-colour/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-colour/template diff --git a/srcpkgs/python3-colour/template b/srcpkgs/python3-colour/template new file mode 100644 index 000000000000..98953957f43c --- /dev/null +++ b/srcpkgs/python3-colour/template @@ -0,0 +1,17 @@ +# Template file for 'python3-colour' +pkgname=python3-colour +version=0.1.5 +revision=1 +wrksrc="${pkgname#python3-}-${version}" +depends="python3" +short_desc="Python library, converts and manipulates various color representation" +maintainer="Martin Dimov " +license="BSD-2-Clause" +homepage="https://github.com/vaab/colour" +distfiles="https://github.com/vaab/colour/archive/${version}.tar.gz" +checksum=94b0ca1421202cd25127f2fe7272bf326defb44741325d70d2abe59008331e91 + +do_install() { + vinstall colour.py 644 $py3_sitelib + vlicense LICENSE +} From bb59fecef4e692e1e5013486126944c1b7aa10c3 Mon Sep 17 00:00:00 2001 From: Martin Dimov Date: Fri, 27 May 2022 04:30:53 +0300 Subject: [PATCH 2/2] New package: polychromatic-0.7.3 --- srcpkgs/polychromatic/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/polychromatic/template diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template new file mode 100644 index 000000000000..038f3c577d22 --- /dev/null +++ b/srcpkgs/polychromatic/template @@ -0,0 +1,14 @@ +# Template file for 'polychromatic' +pkgname=polychromatic +version=0.7.3 +revision=1 +build_style=meson +hostmakedepends="ninja sassc which gettext" +depends="python3-colorama python3-setproctitle python3-requests + python3-colour python3-PyQt5-svg python3-PyQt5-webengine" +short_desc="RGB lighting management software for GNU/Linux" +maintainer="Martin Dimov " +license="GPL-3.0-or-later" +homepage="https://polychromatic.app" +distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz" +checksum=46ef52dd33accbfa51b42ea859b448d5bdfabb2826a69caea030769bf7a216ab