From 454095ed3a62d15bad0e0f61451a47c673d306fc Mon Sep 17 00:00:00 2001 From: rc-05 Date: Thu, 23 Apr 2020 01:20:37 +0200 Subject: [PATCH] New package: old-ubuntu-human-theme-1.0.0 --- srcpkgs/old-ubuntu-human-theme/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/old-ubuntu-human-theme/template diff --git a/srcpkgs/old-ubuntu-human-theme/template b/srcpkgs/old-ubuntu-human-theme/template new file mode 100644 index 00000000000..59362806c9f --- /dev/null +++ b/srcpkgs/old-ubuntu-human-theme/template @@ -0,0 +1,23 @@ +# Template file for 'old-ubuntu-human-theme' +pkgname=old-ubuntu-human-theme +version=1.0.0 +revision=1 +archs="noarch" +build_style=fetch +hostmakedepends="tar" +depends="gtk-engine-murrine" +short_desc="Old Ubuntu Human theme, for GTK 2.24 / 3.20-3.24 / 4.0" +maintainer="rc-05 " +license="GPL-3.0-or-later" +homepage="https://github.com/luigifab/old-ubuntu-human-theme" +distfiles="https://github.com/luigifab/${pkgname}/releases/download/v${version}/human-${version}.tar.gz" +checksum="a2cab09164605cd98f9ac0edf1164fff6b66913c6d8dd80e8013a72cdf4bc454" + +do_install() { + tar --strip-components=1 --skip-old-files -xf human-${version}.tar.gz + vmkdir usr/share/themes + vcopy old-ubuntu-human usr/share/themes + vcopy old-ubuntu-human-blue usr/share/themes + vcopy old-ubuntu-human-green usr/share/themes + vcopy old-ubuntu-human-orange usr/share/themes +}