gnome-icon-theme: enable compat symlinks, remove cache file.

This commit is contained in:
Juan RP 2011-04-08 15:44:11 +02:00
parent 2b39ee6e2f
commit 834cc2bfe0

View File

@ -1,8 +1,10 @@
# Template build file for 'gnome-icon-theme'.
pkgname=gnome-icon-theme
version=3.0.0
revision=1
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--enable-icon-mapping"
short_desc="Theme consisting of a set of icons for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=42da7c4ab1521e7beb1c26f5588c35a644ef57585754d8ceec427d9d7f94bb09
@ -22,4 +24,5 @@ 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
}