gnome-icon-theme: enable compat symlinks, remove cache file.
This commit is contained in:
parent
2b39ee6e2f
commit
834cc2bfe0
1 changed files with 3 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
||||||
# 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.0.0
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
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=42da7c4ab1521e7beb1c26f5588c35a644ef57585754d8ceec427d9d7f94bb09
|
||||||
|
@ -22,4 +24,5 @@ post_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue