void-packages/srcpkgs/gnome-themes-standard/template
2012-04-17 01:27:55 +02:00

29 lines
813 B
Text

# 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 <xtraeme@gmail.com>"
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
}