void-packages/srcpkgs/mate-icon-theme/template
2016-04-10 10:33:03 +02:00

20 lines
639 B
Bash

# Template file for 'mate-icon-theme'
pkgname=mate-icon-theme
version=1.14.0
revision=1
noarch=yes
build_style=gnu-configure
hostmakedepends="pkg-config intltool itstool icon-naming-utils"
makedepends="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=15bb2bed0046d7d4d8f770c04d00ffb55ffd72d601b05ac07f112265e9261eb5
post_install() {
rm -f ${DESTDIR}/usr/share/icons/mate/icon-theme.cache
}