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