blackbird-themes: fix installation dir (close #2952).
This commit is contained in:
parent
ca99abf15f
commit
90b638b7c5
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
||||||
pkgname="blackbird-themes"
|
# Template file for 'blackbird-themes'
|
||||||
version="0.4"
|
pkgname=blackbird-themes
|
||||||
|
version=0.4
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc="An elegant dark GTK2/3/Metacity/Xfwm theme"
|
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
|
short_desc="An elegant dark GTK2/3/Metacity/Xfwm theme"
|
||||||
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
depends="gtk+"
|
depends="gtk+"
|
||||||
|
@ -14,5 +15,5 @@ checksum="ca31362254df2d336b2b090deb925f19a1dba72632ed9c7f82cf406be89ec1e6"
|
||||||
do_install() {
|
do_install() {
|
||||||
tar xzf v${version}.tar.gz
|
tar xzf v${version}.tar.gz
|
||||||
vmkdir usr/share/themes
|
vmkdir usr/share/themes
|
||||||
vcopy Blackbird-${version} usr/share/themes/Blacbird
|
vcopy Blackbird-${version} usr/share/themes/Blackbird
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue