void-packages/srcpkgs/mate-icon-theme/template
2021-10-27 23:31:58 -05:00

20 lines
724 B
Bash

# Template file for 'mate-icon-theme'
pkgname=mate-icon-theme
version=1.26.0
revision=1
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="skmpz <dem.procopiou@gmail.com>"
license="CC-BY-SA-3.0"
homepage="https://mate-desktop.org"
changelog="https://raw.githubusercontent.com/mate-desktop/mate-icon-theme/master/NEWS"
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=41f50436d57f425e54fd9557541be77fb291e03aacd55f7991c042e84a290a5a
post_install() {
rm -f ${DESTDIR}/usr/share/icons/mate/icon-theme.cache
}