From 06aacf6226240d2083185217421696da9683cd86 Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Wed, 1 Dec 2010 09:04:58 +0800 Subject: gnome-icon-theme: Update to 2.31.0 Rebased the patch iconpath-option.patch Signed-off-by: Zhai Edwin --- .../recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb (limited to 'meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb') diff --git a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb new file mode 100644 index 0000000000..c8a2db7dfb --- /dev/null +++ b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "GNOME 2 default icon themes" +HOMEPAGE = "http://www.gnome.org/" +BUGTRACKER = "https://bugzilla.gnome.org/" + +LICENSE = "LGPLv3 | BY-SAv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=e7e289d90fc8bdceed5e3f142f98229e" + +SECTION = "x11/gnome" +DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native" +RDEPENDS = "hicolor-icon-theme" +RRECOMMENDS = "librsvg-gtk" +PR = "r0" + +FILES_${PN} += "${datadir}/*" + +SRC_URI = "${GNOME_MIRROR}/${PN}/2.31/${PN}-${PV}.tar.bz2 \ + file://iconpath-option.patch" + +EXTRA_OECONF = "--disable-hicolor-check --with-iconmap=${STAGING_LIBDIR_NATIVE}/../libexec/icon-name-mapping" + +inherit autotools + +PACKAGE_ARCH = "all" -- cgit 1.2.3-korg