void-packages/srcpkgs/mate-icon-theme/template
2017-04-06 14:47:38 +02:00

19 lines
641 B
Bash

# Template file for 'mate-icon-theme'
pkgname=mate-icon-theme
version=1.18.1
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-3"
homepage="https://mate-desktop.org"
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=95da603c6e1d7e2387150c681434dc971e7c69392bc4b44637bed238d4b72788
post_install() {
rm -f ${DESTDIR}/usr/share/icons/mate/icon-theme.cache
}