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

25 lines
665 B
Text
Raw Normal View History

# Template build file for 'gnome-icon-theme'.
pkgname=gnome-icon-theme
2013-05-13 20:46:47 +00:00
version=3.8.2
2013-03-28 16:45:46 +00:00
revision=1
build_style=gnu-configure
configure_args="--enable-icon-mapping"
2013-03-28 16:45:46 +00:00
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>"
2013-03-28 16:45:46 +00:00
homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
2013-05-13 20:46:47 +00:00
checksum=1a7c518f9d824242389d456259c64c31cd3f15cc495042b022b513321e2de108
2012-03-20 15:00:14 +00:00
post_install() {
rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache
}
gnome-icon-theme_package() {
noarch="yes"
pkg_install() {
2013-05-13 20:46:47 +00:00
vmove all
}
}