void-packages/srcpkgs/mate-icon-theme/template
2015-05-21 20:31:16 +02:00

19 lines
607 B
Bash

# Template file for 'mate-icon-theme'
pkgname=mate-icon-theme
version=1.10.0
revision=1
noarch=yes
build_style=gnu-configure
hostmakedepends="pkg-config intltool itstool icon-naming-utils"
depends="gtk-update-icon-cache hicolor-icon-theme"
short_desc="MATE icon theme"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2"
homepage="http://mate-desktop.org"
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=84b871065cce149aa0847075604fed20b6d8b0271330b66953c98d9582417cbd
post_install() {
rm -f ${DESTDIR}/usr/share/icons/mate/icon-theme.cache
}