20 lines
639 B
Bash
20 lines
639 B
Bash
# Template file for 'mate-icon-theme'
|
|
pkgname=mate-icon-theme
|
|
version=1.12.0
|
|
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-2"
|
|
homepage="http://mate-desktop.org"
|
|
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=77e253e8c332d7283384aca82c607513201477376bb15621a27df09ce8ce2135
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/share/icons/mate/icon-theme.cache
|
|
}
|