greybird-themes: Add Greybird themes
This commit is contained in:
parent
c293f3ac0f
commit
e2930d4d41
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue