From c379f9ddb4e713c07511bbf0e8a7d3211c701a98 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 31 Aug 2014 18:06:41 +0200 Subject: [PATCH] New package: mate-icon-theme-1.8.0. --- srcpkgs/mate-icon-theme/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/mate-icon-theme/template diff --git a/srcpkgs/mate-icon-theme/template b/srcpkgs/mate-icon-theme/template new file mode 100644 index 00000000000..6d331a8e9a8 --- /dev/null +++ b/srcpkgs/mate-icon-theme/template @@ -0,0 +1,18 @@ +# Template file for 'mate-icon-theme' +pkgname=mate-icon-theme +version=1.8.0 +revision=1 +noarch=yes +build_style=gnu-configure +hostmakedepends="pkg-config intltool itstool icon-naming-utils" +depends="gtk-update-icon-cache hicolor-icon-theme" +short_desc="MATE icon theme" +maintainer="Juan RP " +license="LGPL-2" +homepage="http://mate-desktop.org" +distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz" +checksum=e6b981f74e7e5faa9d3a3b64580b66a327737152c1a230608367e9fa7bb63eac + +post_install() { + rm -f ${DESTDIR}/usr/share/icons/mate/icon-theme.cache +}