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

23 lines
659 B
Text
Raw Normal View History

# Template build file for 'gnome-icon-theme'.
pkgname=gnome-icon-theme
2012-09-25 13:38:37 +00:00
version=3.6.0
revision=1
build_style=gnu-configure
configure_args="--enable-icon-mapping"
makedepends="pkg-config intltool icon-naming-utils"
fulldepends="librsvg>=0"
short_desc="Theme consisting of a set of icons for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-09-25 13:38:37 +00:00
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
checksum=5fbeef50b1dea1551ec9a008a6ebda0977154ebc4625ee9328695ec2b82cf0eb
long_desc="
This package contains a set of icons forming the default icon theme
for GNOME."
noarch=yes
2012-03-20 15:00:14 +00:00
post_install() {
rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache
}