From 27d06858b5f3138039bddecc0eaaee1e05e21b48 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 20 Oct 2010 22:25:22 +0100 Subject: gnome-icon-theme: fix build Duplicate the patch from sato-icon-theme which enables the path to the icon-name-mapping tool to be specified. Signed-off-by: Joshua Lock --- meta/recipes-gnome/gnome/gnome-icon-theme_2.22.0.bb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'meta/recipes-gnome/gnome/gnome-icon-theme_2.22.0.bb') diff --git a/meta/recipes-gnome/gnome/gnome-icon-theme_2.22.0.bb b/meta/recipes-gnome/gnome/gnome-icon-theme_2.22.0.bb index f78e6a6e5..bdf5ee4fc 100644 --- a/meta/recipes-gnome/gnome/gnome-icon-theme_2.22.0.bb +++ b/meta/recipes-gnome/gnome/gnome-icon-theme_2.22.0.bb @@ -3,12 +3,15 @@ SECTION = "x11/gnome" DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native" RDEPENDS = "hicolor-icon-theme" RRECOMMENDS = "librsvg-gtk" -PR = "r1" +PR = "r2" FILES_${PN} += "${datadir}/*" -EXTRA_OECONF = "--disable-hicolor-check" +SRC_URI = "${GNOME_MIRROR}/${PN}/2.22/${PN}-${PV}.tar.bz2 \ + file://iconpath-option.patch" -inherit gnome +EXTRA_OECONF = "--disable-hicolor-check --with-iconmap=${STAGING_LIBDIR_NATIVE}/../libexec/icon-name-mapping" + +inherit autotools PACKAGE_ARCH = "all" -- cgit v1.2.3