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