void-packages/srcpkgs/gnome-icon-theme/template
2011-09-28 18:18:15 +02:00

26 lines
744 B
Plaintext

# Template build file for 'gnome-icon-theme'.
pkgname=gnome-icon-theme
version=3.2.0
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
build_style=gnu_configure
configure_args="--enable-icon-mapping"
short_desc="Theme consisting of a set of icons for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=7e622748d6d9f96edbccad3f44acbba9b4583db7df69e076067c80489c593328
long_desc="
This package contains a set of icons forming the default icon theme
for GNOME."
noarch=yes
gtk_iconcache_dirs="/usr/share/icons/gnome"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build icon-naming-utils
Add_dependency full librsvg
post_install()
{
rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache
}