void-packages/srcpkgs/gnome-icon-theme/template

26 lines
744 B
Text
Raw Normal View History

# Template build file for 'gnome-icon-theme'.
pkgname=gnome-icon-theme
2011-10-18 20:02:47 +00:00
version=3.2.1
2011-09-28 16:18:15 +00:00
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>"
2011-10-18 20:02:47 +00:00
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
2011-09-28 16:18:15 +00:00
Add_dependency full librsvg
post_install()
{
rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache
}