greybird-themes: Add Greybird themes

This commit is contained in:
Jakub Skrzypnik 2015-07-22 10:09:53 +02:00
parent c293f3ac0f
commit e2930d4d41
1 changed files with 18 additions and 0 deletions

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