20 lines
647 B
Bash
20 lines
647 B
Bash
# Template file for 'mate-icon-theme'
|
|
pkgname=mate-icon-theme
|
|
version=1.20.1
|
|
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="CC-BY-SA-3.0"
|
|
homepage="https://mate-desktop.org"
|
|
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=6a6fb81be131c5a9cc2b3e39868e07458e8d619f55039d89d2d3caf079e5f4f7
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/share/icons/mate/icon-theme.cache
|
|
}
|