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

20 lines
639 B
Bash

# Template file for 'mate-icon-theme'
pkgname=mate-icon-theme
version=1.16.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=edec67867b26974ef286cd85e968efee3ee5ea4d232b86b48ee6c47085e08dfe
post_install() {
rm -f ${DESTDIR}/usr/share/icons/mate/icon-theme.cache
}