bluebird-themes: Add Bluebird themes

This commit is contained in:
Jakub Skrzypnik 2015-07-22 10:21:54 +02:00
parent b14389030b
commit 1800bdf6a8

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