# Template build file for 'gnome-themes-standard'. pkgname=gnome-themes-standard version=3.4.1 distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz" build_style=gnu-configure short_desc="Standard gnome themes" maintainer="Juan RP " checksum=0096f3d8ba5416e77a5b4d398140a7f53480ee706740cb698df3f5267540169f long_desc=" This package contains a set of standard gnome themes." gtk_iconcache_dirs=" /usr/share/icons/LowContrast /usr/share/icons/HighContrast /usr/share/icons/HighContrastInverse" Add_dependency build pkg-config Add_dependency build intltool Add_dependency build gtk+3-devel Add_dependency build librsvg-devel Add_dependency full gtk-engines Add_dependency full gtk2-engines post_install() { for f in ${gtk_iconcache_dirs}; do rm -f ${DESTDIR}/${f}/*.cache done }