20 lines
640 B
Plaintext
20 lines
640 B
Plaintext
# Template build file for 'gnome-icon-theme'.
|
|
pkgname=gnome-icon-theme
|
|
version=3.6.2
|
|
revision=2
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
configure_args="--enable-icon-mapping"
|
|
makedepends="pkg-config intltool librsvg icon-naming-utils"
|
|
short_desc="Theme consisting of a set of icons for GNOME"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
|
checksum=314d5535c12af5d62ba0e51addd3457e39140fb149efb9769eacbcc0449f1045
|
|
long_desc="
|
|
This package contains a set of icons forming the default icon theme
|
|
for GNOME."
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache
|
|
}
|