diff --git a/srcpkgs/greybird-themes/template b/srcpkgs/greybird-themes/template index 35a5b007e05..2bba9e2c3ac 100644 --- a/srcpkgs/greybird-themes/template +++ b/srcpkgs/greybird-themes/template @@ -1,24 +1,25 @@ -pkgname="greybird-themes" -version=1.6.2 +# Template file for 'greybird-themes' +pkgname=greybird-themes +version=3.22.0 revision=1 noarch=yes -short_desc="An elegant grey GTK2/3/Metacity/Xfwm theme" +wrksrc="Greybird-${version}" +short_desc="An elegant grey GTK+2/3 theme" maintainer="Jakub Skrzypnik " license="GPL-2, CC-BY-SA-3.0" depends="gtk-engine-murrine" -wrksrc="Greybird-${version}" homepage="https://github.com/shimmerproject/Greybird" distfiles="https://github.com/shimmerproject/Greybird/archive/v${version}.tar.gz" -checksum=473a38b379381311b68dcc579005c0d5bbfbabefe1de7107d897c68b81e6b460 +checksum=d03351d4f6f64e4c8f7dbacca0cb101bfa2cc25ada61d136a1558dbb993e6445 do_install() { - mkdir -p ${DESTDIR}/usr/share/themes/Greybird-{compact,a11y,bright} - vcopy . 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 + vmkdir usr/share/themes/Greybird + vmkdir usr/share/themes/Greybird-bright/xfce-notify-4.0 + vmkdir usr/share/themes/Greybird-accessibility/xfwm4 + vmkdir usr/share/themes/Greybird-compact/xfwm4 + vcopy "Greybird.emerald gtk-2.0 gtk-3.0 index.theme metacity-1 plank + ubiquity-panel-bg.png unity xfce-notify-4.0 xfwm4" usr/share/themes/Greybird + vcopy xfce-notify-4.0_bright/* usr/share/themes/Greybird-bright/xfce-notify-4.0 + vcopy xfwm4-a11y/* usr/share/themes/Greybird-accessibility/xfwm4 + vcopy xfwm4-compact/* usr/share/themes/Greybird-compact/xfwm4 }