void-packages/srcpkgs/gnome-themes/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

35 lines
1 KiB
Plaintext

# Template file for 'gnome-themes'
pkgname=gnome-themes
version=3.0.0
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="Default themes for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b277b605185651571b7225a92e10755cb8ceb0d4e3eef0e85135312f0981f1c9
long_desc="
This package contains the default themes for the GNOME desktop."
gtk_iconcache_dirs="
/usr/share/icons/Crux
/usr/share/icons/HighContrast
/usr/share/icons/HighContrastInverse
/usr/share/icons/HighContrastLargePrint
/usr/share/icons/HighContrastLargePrintInverse
/usr/share/icons/HighContrast-SVG
/usr/share/icons/LargePrint
/usr/share/icons/Mist"
noarch=yes
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build icon-naming-utils
Add_dependency build gtk+3-devel
Add_dependency full gtk-engines
Add_dependency full librsvg
post_install()
{
# {High,Low}Contrast themes are already in gnome-themes-standard.
rm -f ${DESTDIR}/usr/share/themes/{High,Low}Contrast*/index.theme
}