From c293f3ac0f7513a30d8128ce2e8d2c5f4e28ff4f Mon Sep 17 00:00:00 2001 From: Jakub Skrzypnik Date: Wed, 22 Jul 2015 10:05:32 +0200 Subject: [PATCH] numix-themes: Add Numix themes --- srcpkgs/numix-themes/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/numix-themes/template diff --git a/srcpkgs/numix-themes/template b/srcpkgs/numix-themes/template new file mode 100644 index 0000000000..42664933aa --- /dev/null +++ b/srcpkgs/numix-themes/template @@ -0,0 +1,18 @@ +pkgname="numix-themes" +version="2.5.1" +revision=1 +noarch=yes +short_desc="A modern flat GTK2/3/Metacity/Xfwm theme" +build_style=fetch +maintainer="Jakub Skrzypnik " +license="GPL-3" +depends="gtk+" +homepage="https://github.com/shimmerproject/Numix" +distfiles="https://github.com/shimmerproject/Numix/archive/v${version}.tar.gz" +checksum="64b0c34c49633879c8b0b9b685da7b927501ab6db265db15fed04705c04f935b" + +do_install() { + tar xzf v${version}.tar.gz + vmkdir usr/share/themes + vcopy Numix-${version} usr/share/themes/Numix +}