gnome-icon-theme: update to 3.2.0.
This commit is contained in:
parent
f5773d7100
commit
f0c9eda0d7
1 changed files with 4 additions and 7 deletions
|
@ -1,13 +1,12 @@
|
|||
# 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"
|
||||
version=3.2.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
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
|
||||
checksum=7e622748d6d9f96edbccad3f44acbba9b4583db7df69e076067c80489c593328
|
||||
long_desc="
|
||||
This package contains a set of icons forming the default icon theme
|
||||
for GNOME."
|
||||
|
@ -18,11 +17,9 @@ gtk_iconcache_dirs="/usr/share/icons/gnome"
|
|||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build icon-naming-utils
|
||||
Add_dependency full librsvg
|
||||
Add_dependency full librsvg
|
||||
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue