mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
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'
|
# Template file for 'blackbird-themes'
|
||||||
pkgname=blackbird-themes
|
pkgname=blackbird-themes
|
||||||
version=0.4
|
version=0.4
|
||||||
revision=4
|
revision=5
|
||||||
build_style=fetch
|
wrksrc=Blackbird-$version
|
||||||
depends="gtk+"
|
|
||||||
short_desc="Elegant dark GTK2/3/Metacity/Xfwm theme"
|
short_desc="Elegant dark GTK2/3/Metacity/Xfwm theme"
|
||||||
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -12,7 +11,7 @@ distfiles="https://github.com/shimmerproject/Blackbird/archive/v${version}.tar.g
|
||||||
checksum=ca31362254df2d336b2b090deb925f19a1dba72632ed9c7f82cf406be89ec1e6
|
checksum=ca31362254df2d336b2b090deb925f19a1dba72632ed9c7f82cf406be89ec1e6
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
bsdtar xzf v${version}.tar.gz
|
|
||||||
vmkdir usr/share/themes
|
vmkdir usr/share/themes
|
||||||
vcopy Blackbird-${version} usr/share/themes/Blackbird
|
rm README .gitignore
|
||||||
|
vcopy . usr/share/themes/Blackbird
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue