2009-04-21 20:34:31 +02:00
|
|
|
# Template build file for 'gnome-icon-theme'.
|
|
|
|
pkgname=gnome-icon-theme
|
2012-03-28 18:10:25 +02:00
|
|
|
version=3.4.0
|
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-04-08 15:44:11 +02:00
|
|
|
configure_args="--enable-icon-mapping"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config intltool icon-naming-utils"
|
|
|
|
fulldepends="librsvg>=0"
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2009-04-21 20:34:31 +02:00
|
|
|
short_desc="Theme consisting of a set of icons for GNOME"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-28 18:10:25 +02:00
|
|
|
checksum=0963524f488f48e8b982ca80c1b5207c4e0946ccb95c131b853c9ff448f8e159
|
2009-04-21 20:34:31 +02:00
|
|
|
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"
|
|
|
|
|
2010-05-13 14:35:35 +02:00
|
|
|
|
2012-03-20 16:00:14 +01:00
|
|
|
post_install() {
|
2011-04-08 15:44:11 +02:00
|
|
|
rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache
|
2010-05-13 14:35:35 +02:00
|
|
|
}
|