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 +} 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 +} 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 +} 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 +} 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 +}