blackbird-themes: not depends on gtk+
This commit is contained in:
parent
26388b5dad
commit
a9ce51efe5
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'blackbird-themes'
|
||||
pkgname=blackbird-themes
|
||||
version=0.4
|
||||
revision=4
|
||||
build_style=fetch
|
||||
depends="gtk+"
|
||||
revision=5
|
||||
wrksrc=Blackbird-$version
|
||||
short_desc="Elegant dark GTK2/3/Metacity/Xfwm theme"
|
||||
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
@ -12,7 +11,7 @@ distfiles="https://github.com/shimmerproject/Blackbird/archive/v${version}.tar.g
|
|||
checksum=ca31362254df2d336b2b090deb925f19a1dba72632ed9c7f82cf406be89ec1e6
|
||||
|
||||
do_install() {
|
||||
bsdtar xzf v${version}.tar.gz
|
||||
vmkdir usr/share/themes
|
||||
vcopy Blackbird-${version} usr/share/themes/Blackbird
|
||||
rm README .gitignore
|
||||
vcopy . usr/share/themes/Blackbird
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue