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

20 lines
648 B
Bash

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