void-packages/srcpkgs/mate-icon-theme/template
2020-09-17 22:40:42 +07:00

19 lines
637 B
Bash

# Template file for 'mate-icon-theme'
pkgname=mate-icon-theme
version=1.24.0
revision=2
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="Orphaned <orphan@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=ca9e5387439fcf7eed53eb33f10a6d3ae51b4d96af525eed6f8cf31d83f95428
post_install() {
rm -f ${DESTDIR}/usr/share/icons/mate/icon-theme.cache
}