vp-build/srcpkgs/mate-icon-theme-faenza/template

22 lines
698 B
Bash

# Template file for 'mate-icon-theme-faenza'
pkgname=mate-icon-theme-faenza
version=1.20.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-3.0-or-later"
homepage="https://mate-desktop.org"
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=ca7202b7c880399d3d1ccd409b79fd0de728350dcf3fe1b4a758d06559ca1b00
pre_configure() {
autoreconf -fi
}
post_install() {
rm -f ${DESTDIR}/usr/share/icons/matefaenza/icon-theme.cache
}