void-packages/srcpkgs/gnome-icon-theme/template
2011-10-18 22:02:47 +02:00

25 lines
744 B
Text

# Template build file for 'gnome-icon-theme'.
pkgname=gnome-icon-theme
version=3.2.1
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=a7f0a8b17e91ac338fdbc01ac59a8738e9c1e201de492c070d43aacf291a8959
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
}