# Template build file for 'gnome-themes-standard'. pkgname=gnome-themes-standard version=3.6.0.2 revision=1 build_style=gnu-configure makedepends="pkg-config intltool gtk+3-devel>=3.6.0_2 librsvg-devel" fulldepends="gtk-engines gtk2-engines" short_desc="Standard gnome themes" maintainer="Juan RP " distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz" checksum=3f3c0448d7cda9a9381570c9869df2a7b2ef8587d85817bc5bbcf24870244490 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" post_install() { for f in ${gtk_iconcache_dirs}; do rm -f ${DESTDIR}/${f}/*.cache done }