void-packages/srcpkgs/gnome-icon-theme/template
2013-03-28 17:45:46 +01:00

19 lines
598 B
Plaintext

# Template build file for 'gnome-icon-theme'.
pkgname=gnome-icon-theme
version=3.8.0
revision=1
noarch=yes
build_style=gnu-configure
configure_args="--enable-icon-mapping"
hostmakedepends="pkg-config intltool librsvg icon-naming-utils"
short_desc="Theme consisting of a set of icons for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
checksum=e4f7c73e33eb8693e3adbab7df60fbb5f6dd147116ac04d9bd26986e41071270
post_install() {
rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache
}