greybird-themes: update to 1.6.2
This commit is contained in:
parent
6813dcf592
commit
06d5e6f5f9
|
@ -1,18 +1,24 @@
|
||||||
pkgname="greybird-themes"
|
pkgname="greybird-themes"
|
||||||
version=1.6.1
|
version=1.6.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc="An elegant grey GTK2/3/Metacity/Xfwm theme"
|
short_desc="An elegant grey GTK2/3/Metacity/Xfwm theme"
|
||||||
build_style=fetch
|
|
||||||
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2, CC-BY-SA-3.0"
|
||||||
depends="gtk+"
|
depends="gtk-engine-murrine"
|
||||||
|
wrksrc="Greybird-${version}"
|
||||||
homepage="https://github.com/shimmerproject/Greybird"
|
homepage="https://github.com/shimmerproject/Greybird"
|
||||||
distfiles="https://github.com/shimmerproject/Greybird/archive/v${version}.tar.gz"
|
distfiles="https://github.com/shimmerproject/Greybird/archive/v${version}.tar.gz"
|
||||||
checksum=92a47d1fb9535f3cf0b59ae63fe804a6c308f72d90957d2dc7a2abbad42c9b1c
|
checksum=473a38b379381311b68dcc579005c0d5bbfbabefe1de7107d897c68b81e6b460
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
tar xzf v${version}.tar.gz
|
mkdir -p ${DESTDIR}/usr/share/themes/Greybird-{compact,a11y,bright}
|
||||||
vmkdir usr/share/themes
|
vcopy . usr/share/themes/Greybird
|
||||||
vcopy Greybird-${version} usr/share/themes/Greybird
|
rm -f ${DESTDIR}/usr/share/themes/Greybird/{.gitignore,README,LICENSE*}
|
||||||
|
mv ${DESTDIR}/usr/share/themes/Greybird/xfwm4-compact \
|
||||||
|
${DESTDIR}/usr/share/themes/Greybird-compact/xfwm4
|
||||||
|
mv ${DESTDIR}/usr/share/themes/Greybird/xfwm4-a11y \
|
||||||
|
${DESTDIR}/usr/share/themes/Greybird-a11y/xfwm4
|
||||||
|
mv ${DESTDIR}/usr/share/themes/Greybird/xfce-notify-4.0_bright \
|
||||||
|
${DESTDIR}/usr/share/themes/Greybird-bright/xfce-notify-4.0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue