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

25 lines
676 B
Plaintext
Raw Normal View History

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