diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-12-01 09:04:58 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-06 22:02:26 +0000 |
commit | 06aacf6226240d2083185217421696da9683cd86 (patch) | |
tree | 26ff5db7c7e942bd5575d8df37dce6bae091e80f /meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | |
parent | b8b13dcbb76fdc3c9a2866bb35945dcf949c4b20 (diff) | |
download | poky-06aacf6226240d2083185217421696da9683cd86.tar.gz |
gnome-icon-theme: Update to 2.31.0
Rebased the patch iconpath-option.patch
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
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 @@ | |||
1 | DESCRIPTION = "GNOME 2 default icon themes" | ||
2 | HOMEPAGE = "http://www.gnome.org/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "LGPLv3 | BY-SAv3" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=e7e289d90fc8bdceed5e3f142f98229e" | ||
7 | |||
8 | SECTION = "x11/gnome" | ||
9 | DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native" | ||
10 | RDEPENDS = "hicolor-icon-theme" | ||
11 | RRECOMMENDS = "librsvg-gtk" | ||
12 | PR = "r0" | ||
13 | |||
14 | FILES_${PN} += "${datadir}/*" | ||
15 | |||
16 | SRC_URI = "${GNOME_MIRROR}/${PN}/2.31/${PN}-${PV}.tar.bz2 \ | ||
17 | file://iconpath-option.patch" | ||
18 | |||
19 | EXTRA_OECONF = "--disable-hicolor-check --with-iconmap=${STAGING_LIBDIR_NATIVE}/../libexec/icon-name-mapping" | ||
20 | |||
21 | inherit autotools | ||
22 | |||
23 | PACKAGE_ARCH = "all" | ||