23 lines
1007 B
Bash
23 lines
1007 B
Bash
# Template file for 'greybird-themes'
|
|
pkgname=greybird-themes
|
|
version=3.22.9
|
|
revision=1
|
|
wrksrc="Greybird-${version}"
|
|
noarch=yes
|
|
depends="gtk-engine-murrine"
|
|
short_desc="An elegant grey GTK+2/3 theme"
|
|
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
|
license="GPL-2.0-or-later, CC-BY-SA-3.0"
|
|
homepage="https://github.com/shimmerproject/Greybird"
|
|
distfiles="https://github.com/shimmerproject/Greybird/archive/v${version}.tar.gz"
|
|
checksum=1385136e53eea173e66ee7e7738ec3bbe446a1af8ee5c54b90b3bd61c5d22de1
|
|
|
|
do_install() {
|
|
mkdir -p ${DESTDIR}/usr/share/themes/{Greybird,Greybird{-bright/xfce-notify-4.0,{-accessibility,-compact}/xfwm4}}
|
|
vcopy "Greybird.emerald gnome-shell 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
|
|
}
|