commit
5e703835e8
5 changed files with 90 additions and 0 deletions
18
srcpkgs/albatross-themes/template
Normal file
18
srcpkgs/albatross-themes/template
Normal file
|
@ -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 <jot.skrzyp@gmail.com>"
|
||||
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
|
||||
}
|
18
srcpkgs/blackbird-themes/template
Normal file
18
srcpkgs/blackbird-themes/template
Normal file
|
@ -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 <jot.skrzyp@gmail.com>"
|
||||
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
|
||||
}
|
18
srcpkgs/bluebird-themes/template
Normal file
18
srcpkgs/bluebird-themes/template
Normal file
|
@ -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 <jot.skrzyp@gmail.com>"
|
||||
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
|
||||
}
|
18
srcpkgs/greybird-themes/template
Normal file
18
srcpkgs/greybird-themes/template
Normal file
|
@ -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 <jot.skrzyp@gmail.com>"
|
||||
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
|
||||
}
|
18
srcpkgs/numix-themes/template
Normal file
18
srcpkgs/numix-themes/template
Normal file
|
@ -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 <jot.skrzyp@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue