From fe954acc2b0734b8aa4c492e6e13450a5c6345f3 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 22 Oct 2022 14:13:21 -0400 Subject: [PATCH] New package: nwg-look-0.1.4 --- srcpkgs/nwg-look/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/nwg-look/template diff --git a/srcpkgs/nwg-look/template b/srcpkgs/nwg-look/template new file mode 100644 index 000000000000..4e60068164eb --- /dev/null +++ b/srcpkgs/nwg-look/template @@ -0,0 +1,22 @@ +# Template file for 'nwg-look' +pkgname=nwg-look +version=0.1.4 +revision=1 +build_style=go +go_import_path=github.com/nwg-piotr/nwg-look +hostmakedepends="pkg-config" +makedepends="cairo-devel gtk+3-devel libglib-devel pango-devel" +depends="xcur2png" +short_desc="GTK3 settings editor adapted to work in the wlroots environment" +maintainer="cinerea0 " +license="MIT" +homepage="https://github.com/nwg-piotr/nwg-look" +distfiles="https://github.com/nwg-piotr/nwg-look/archive/refs/tags/v${version}.tar.gz" +checksum=fff614fc11caac8a30f1dc6e107f4944313fd9e4476a4a23df3d7070f0f3a79b + +post_install() { + vinstall stuff/main.glade 644 /usr/share/nwg-look + vinstall stuff/nwg-look.desktop 644 /usr/share/applications + vinstall stuff/nwg-look.svg 644 /usr/share/pixmaps + vlicense LICENSE +}