gnome-icon-theme: update to 3.2.0.

This commit is contained in:
Juan RP 2011-09-28 18:18:15 +02:00
parent f5773d7100
commit f0c9eda0d7

View file

@ -1,13 +1,12 @@
# Template build file for 'gnome-icon-theme'. # Template build file for 'gnome-icon-theme'.
pkgname=gnome-icon-theme pkgname=gnome-icon-theme
version=3.0.0 version=3.2.0
revision=1 distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--enable-icon-mapping" configure_args="--enable-icon-mapping"
short_desc="Theme consisting of a set of icons for GNOME" short_desc="Theme consisting of a set of icons for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=42da7c4ab1521e7beb1c26f5588c35a644ef57585754d8ceec427d9d7f94bb09 checksum=7e622748d6d9f96edbccad3f44acbba9b4583db7df69e076067c80489c593328
long_desc=" long_desc="
This package contains a set of icons forming the default icon theme This package contains a set of icons forming the default icon theme
for GNOME." for GNOME."
@ -18,11 +17,9 @@ gtk_iconcache_dirs="/usr/share/icons/gnome"
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency build intltool Add_dependency build intltool
Add_dependency build icon-naming-utils Add_dependency build icon-naming-utils
Add_dependency full librsvg Add_dependency full librsvg
post_install() post_install()
{ {
mkdir -p ${DESTDIR}/usr/lib
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache
} }