void-packages/srcpkgs/mate-icon-theme/template
2019-06-06 09:06:52 +02:00

19 lines
650 B
Bash

# Template file for 'mate-icon-theme'
pkgname=mate-icon-theme
version=1.22.1
revision=1
archs=noarch
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.org>"
license="CC-BY-SA-3.0"
homepage="https://mate-desktop.org"
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=73448762d46612ebc3317ca50b677d96e6f45180384c6e0b89957092ebeac1de
post_install() {
rm -f ${DESTDIR}/usr/share/icons/mate/icon-theme.cache
}