summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2010-12-01 09:04:58 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-06 22:02:26 +0000
commit06aacf6226240d2083185217421696da9683cd86 (patch)
tree26ff5db7c7e942bd5575d8df37dce6bae091e80f /meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
parentb8b13dcbb76fdc3c9a2866bb35945dcf949c4b20 (diff)
downloadpoky-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.bb23
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 @@
1DESCRIPTION = "GNOME 2 default icon themes"
2HOMEPAGE = "http://www.gnome.org/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "LGPLv3 | BY-SAv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=e7e289d90fc8bdceed5e3f142f98229e"
7
8SECTION = "x11/gnome"
9DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native"
10RDEPENDS = "hicolor-icon-theme"
11RRECOMMENDS = "librsvg-gtk"
12PR = "r0"
13
14FILES_${PN} += "${datadir}/*"
15
16SRC_URI = "${GNOME_MIRROR}/${PN}/2.31/${PN}-${PV}.tar.bz2 \
17 file://iconpath-option.patch"
18
19EXTRA_OECONF = "--disable-hicolor-check --with-iconmap=${STAGING_LIBDIR_NATIVE}/../libexec/icon-name-mapping"
20
21inherit autotools
22
23PACKAGE_ARCH = "all"