gnome-icon-theme: fix cross

This is a noarch pkg, while to cross build it needs icon-naming-utils
in the target for pkg-config to find it.
This commit is contained in:
Jürgen Buchmüller 2017-01-08 03:39:38 +01:00
parent 9bdc41a51a
commit 97abac2fd1

View file

@ -6,6 +6,7 @@ noarch="yes"
build_style=gnu-configure
configure_args="--enable-icon-mapping"
hostmakedepends="pkg-config intltool librsvg icon-naming-utils gtk-update-icon-cache"
makedepends="icon-naming-utils"
short_desc="Theme consisting of a set of icons for GNOME"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gnome.org"