void-packages/srcpkgs/gnome-themes-standard/template
2012-03-26 17:36:57 +02:00

30 lines
813 B
Plaintext

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