22 lines
685 B
Bash
22 lines
685 B
Bash
# Template file for 'mate-icon-theme-faenza'
|
|
pkgname=mate-icon-theme-faenza
|
|
version=1.14.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="mate-common pkg-config intltool itstool icon-naming-utils"
|
|
depends="gtk-update-icon-cache hicolor-icon-theme"
|
|
short_desc="Faenza icon theme for MATE"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://mate-desktop.org"
|
|
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=d912ffc86e01e71e96499c993cc429922ffd2576abc075e5c212cd95095fb984
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/share/icons/matefaenza/icon-theme.cache
|
|
}
|