2009-04-21 18:34:31 +00:00
|
|
|
# Template build file for 'gnome-icon-theme'.
|
|
|
|
pkgname=gnome-icon-theme
|
2011-10-18 20:02:47 +00:00
|
|
|
version=3.2.1
|
2011-09-28 16:18:15 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
2009-04-21 18:34:31 +00:00
|
|
|
build_style=gnu_configure
|
2011-04-08 13:44:11 +00:00
|
|
|
configure_args="--enable-icon-mapping"
|
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>"
|
2011-10-18 20:02:47 +00:00
|
|
|
checksum=a7f0a8b17e91ac338fdbc01ac59a8738e9c1e201de492c070d43aacf291a8959
|
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"
|
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build icon-naming-utils
|
2011-09-28 16:18:15 +00:00
|
|
|
Add_dependency full librsvg
|
2010-05-13 12:35:35 +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
|
|
|
}
|