void-packages/srcpkgs/gnome-themes-standard/template
2012-03-20 16:13:50 +01:00

29 lines
814 B
Text

# Template build file for 'gnome-themes-standard'.
pkgname=gnome-themes-standard
version=3.3.92
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
build_style=gnu-configure
short_desc="Standard gnome themes"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=bfcb95952e63a07b9c157b16530f19eea4f773e604e79986fb06d8c00edcc776
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
}