From f34c8e7761915f671aa5af2080b981b602a5679a 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 | 16 ++++++++++++++++ 1 file changed, 16 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..11f81b82b3ba --- /dev/null +++ b/srcpkgs/python3-colour/template @@ -0,0 +1,16 @@ +# Template file for 'python3-colour' +pkgname=python3-colour +version=0.1.5 +revision=1 +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 d486d1560f75bfc90b1bd1ed7053440c75651522 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.8.0 --- srcpkgs/polychromatic/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/polychromatic/template diff --git a/srcpkgs/polychromatic/template b/srcpkgs/polychromatic/template new file mode 100644 index 000000000000..79f243dc0a4c --- /dev/null +++ b/srcpkgs/polychromatic/template @@ -0,0 +1,15 @@ +# Template file for 'polychromatic' +pkgname=polychromatic +version=0.8.0 +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" +maintainer="Martin Dimov " +license="GPL-3.0-or-later" +homepage="https://polychromatic.app" +changelog="https://github.com/polychromatic/polychromatic/raw/master/CHANGELOG" +distfiles="https://github.com/polychromatic/polychromatic/archive/v${version}.tar.gz" +checksum=b751a226a22d01018c25a72222f410dfb6cd4260eda4225da70b884be499bf00