void-packages/srcpkgs/gnome-themes-standard/template

30 lines
813 B
Plaintext

# Template build file for 'gnome-themes-standard'.
pkgname=gnome-themes-standard
version=3.4.2
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=aa29d23708e3357775fb7ea2de14b90551a2c732fce297f3372dae005374c3a8
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
}