void-packages/srcpkgs/gnome-themes/template
2011-03-08 23:21:39 +01:00

25 lines
772 B
Text

# Template file for 'gnome-themes'
pkgname=gnome-themes
version=2.91.90
revision=1
distfiles="${GNOME_SITE}/$pkgname/2.91/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--localstatedir=/var"
short_desc="Default themes for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1e65f0d7eb0fa14320b532599ba20f5594654077a47ed423efc0e64863e62b31
long_desc="
This package contains the default themes for the GNOME desktop."
noarch=yes
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build icon-naming-utils
Add_dependency full gtk-engines
Add_dependency full librsvg
post_install()
{
# {High,Low}Contrast themes are already in gnome-themes-standard.
rm -rf ${DESTDIR}/usr/share/themes/{High,Low}Contrast*/index.theme
}