From c2b5964dfd7adfa0e7673cea5969d910435e1dfa Mon Sep 17 00:00:00 2001 From: Harrison Thorne Date: Sun, 9 Aug 2020 19:40:25 -0600 Subject: [PATCH] New package: flat-remix-gtk Add the Material-Design-inspired Flat Remix GTK theme --- srcpkgs/flat-remix-gtk/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/flat-remix-gtk/template diff --git a/srcpkgs/flat-remix-gtk/template b/srcpkgs/flat-remix-gtk/template new file mode 100644 index 00000000000..3f46a8657d7 --- /dev/null +++ b/srcpkgs/flat-remix-gtk/template @@ -0,0 +1,16 @@ +# Template file for 'flat-remix-gtk' +pkgname=flat-remix-gtk +version=20200718 +revision=1 +archs=noarch +short_desc="GTK application theme inspired by Material Design" +maintainer="Harrison Thorne " +license="GPL-3.0-or-later" +homepage="https://drasite.com/flat-remix-gtk" +distfiles="https://github.com/daniruiz/${pkgname}/archive/${version}.tar.gz" +checksum=95e00f28ab6889c7330fad3b067a64049192bc76e7d40d368011658586bf9eb7 + +do_install() { + vmkdir usr/share/themes + vcopy Flat-Remix-GTK-* usr/share/themes/ +}