From c293f3ac0f7513a30d8128ce2e8d2c5f4e28ff4f Mon Sep 17 00:00:00 2001 From: Jakub Skrzypnik Date: Wed, 22 Jul 2015 10:05:32 +0200 Subject: [PATCH 1/5] 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 00000000000..42664933aa5 --- /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 +} From e2930d4d41b9c031e559a7530b33b612e8a2107c Mon Sep 17 00:00:00 2001 From: Jakub Skrzypnik Date: Wed, 22 Jul 2015 10:09:53 +0200 Subject: [PATCH 2/5] greybird-themes: Add Greybird themes --- srcpkgs/greybird-themes/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/greybird-themes/template diff --git a/srcpkgs/greybird-themes/template b/srcpkgs/greybird-themes/template new file mode 100644 index 00000000000..518436b0093 --- /dev/null +++ b/srcpkgs/greybird-themes/template @@ -0,0 +1,18 @@ +pkgname="greybird-themes" +version="1.6" +revision=1 +noarch=yes +short_desc="An elegant grey GTK2/3/Metacity/Xfwm theme" +build_style=fetch +maintainer="Jakub Skrzypnik " +license="GPL-2" +depends="gtk+" +homepage="https://github.com/shimmerproject/Greybird" +distfiles="https://github.com/shimmerproject/Greybird/archive/v${version}.tar.gz" +checksum="983b6fe80ac8fb3598b01b53379c617b43a60762df6ea90bd4373fe2dec71fa5" + +do_install() { + tar xzf v${version}.tar.gz + vmkdir usr/share/themes + vcopy Greybird-${version} usr/share/themes/Greybird +} From 0e5555f095c16d513a519071171913451b51b903 Mon Sep 17 00:00:00 2001 From: Jakub Skrzypnik Date: Wed, 22 Jul 2015 10:15:26 +0200 Subject: [PATCH 3/5] albatross-themes: Add Albatross themes --- srcpkgs/albatross-themes/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/albatross-themes/template diff --git a/srcpkgs/albatross-themes/template b/srcpkgs/albatross-themes/template new file mode 100644 index 00000000000..827dab1d327 --- /dev/null +++ b/srcpkgs/albatross-themes/template @@ -0,0 +1,18 @@ +pkgname="albatross-themes" +version="1.7.4" +revision=1 +noarch=yes +short_desc="An elegant black GTK2/3/Metacity/Xfwm theme" +build_style=fetch +maintainer="Jakub Skrzypnik " +license="GPL-2" +depends="gtk+" +homepage="https://github.com/shimmerproject/Albatross" +distfiles="https://github.com/shimmerproject/Albatross/archive/v${version}.tar.gz" +checksum="ff40e28e164cb99f01b131ae3e79a07782e29a720535460e901ce305fa322ae1" + +do_install() { + tar xzf v${version}.tar.gz + vmkdir usr/share/themes + vcopy Albatross-${version} usr/share/themes/Albatross +} From b14389030b9abfbc188dea3fb97072961c08c06f Mon Sep 17 00:00:00 2001 From: Jakub Skrzypnik Date: Wed, 22 Jul 2015 10:18:18 +0200 Subject: [PATCH 4/5] blackbird-themes: Add Blackbird themes --- srcpkgs/blackbird-themes/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/blackbird-themes/template diff --git a/srcpkgs/blackbird-themes/template b/srcpkgs/blackbird-themes/template new file mode 100644 index 00000000000..592b7375c46 --- /dev/null +++ b/srcpkgs/blackbird-themes/template @@ -0,0 +1,18 @@ +pkgname="blackbird-themes" +version="0.4" +revision=1 +noarch=yes +short_desc="An elegant dark GTK2/3/Metacity/Xfwm theme" +build_style=fetch +maintainer="Jakub Skrzypnik " +license="GPL-2" +depends="gtk+" +homepage="https://github.com/shimmerproject/Blackbird" +distfiles="https://github.com/shimmerproject/Blackbird/archive/v${version}.tar.gz" +checksum="ca31362254df2d336b2b090deb925f19a1dba72632ed9c7f82cf406be89ec1e6" + +do_install() { + tar xzf v${version}.tar.gz + vmkdir usr/share/themes + vcopy Blackbird-${version} usr/share/themes/Blacbird +} From 1800bdf6a8739c364973ba2d1b4ef207c2d403e1 Mon Sep 17 00:00:00 2001 From: Jakub Skrzypnik Date: Wed, 22 Jul 2015 10:21:54 +0200 Subject: [PATCH 5/5] bluebird-themes: Add Bluebird themes --- srcpkgs/bluebird-themes/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/bluebird-themes/template diff --git a/srcpkgs/bluebird-themes/template b/srcpkgs/bluebird-themes/template new file mode 100644 index 00000000000..bd5343abbcf --- /dev/null +++ b/srcpkgs/bluebird-themes/template @@ -0,0 +1,18 @@ +pkgname="bluebird-themes" +version="1.2" +revision=1 +noarch=yes +short_desc="An elegant blue GTK2/3/Metacity/Xfwm theme" +build_style=fetch +maintainer="Jakub Skrzypnik " +license="GPL-2" +depends="gtk+" +homepage="https://github.com/shimmerproject/Bluebird" +distfiles="https://github.com/shimmerproject/Bluebird/archive/v${version}.tar.gz" +checksum="f76520181d9cb74a0cf1c61728ab02a7fb5f0835fef036ebd68f1e89caa0c579" + +do_install() { + tar xzf v${version}.tar.gz + vmkdir usr/share/themes + vcopy Bluebird-${version} usr/share/themes/Bluebird +}