bluebird-themes: Add Bluebird themes
This commit is contained in:
parent
b14389030b
commit
1800bdf6a8
1 changed files with 18 additions and 0 deletions
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
|
||||
}
|
Loading…
Add table
Reference in a new issue