void-packages/srcpkgs/mate-icon-theme/template
2017-04-25 06:36:41 +02:00

20 lines
641 B
Bash

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