gnome-icon-theme: accept any librsvg version, revbump.
This commit is contained in:
parent
3e34f1561c
commit
dad913594c
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'gnome-icon-theme'.
|
# Template build file for 'gnome-icon-theme'.
|
||||||
pkgname=gnome-icon-theme
|
pkgname=gnome-icon-theme
|
||||||
version=3.2.1.2
|
version=3.2.1.2
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-icon-mapping"
|
configure_args="--enable-icon-mapping"
|
||||||
|
@ -17,7 +18,7 @@ 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 ">=0"
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue