aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2013-04-18 15:51:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-22 14:43:42 +0100
commita0643812b05cf7ed8b6f530f81925f60089c2410 (patch)
tree4cd4127f448394903041aae0b3160522b9a3742f /meta/recipes-gnome/gnome
parent261e377b08388a288ee521a3629877b89e18e42b (diff)
downloadopenembedded-core-a0643812b05cf7ed8b6f530f81925f60089c2410.tar.gz
gnome-icon-theme: add missing icon-cache inherit
When installing this manually the icon cache won't get refreshed. Rearrange recipe to comply the the styleguide as well. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r--meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb12
1 files changed, 6 insertions, 6 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
index ab541ed3db..920ee4ff8c 100644
--- a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
+++ b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
@@ -1,17 +1,16 @@
DESCRIPTION = "GNOME 2 default icon themes"
HOMEPAGE = "http://www.gnome.org/"
BUGTRACKER = "https://bugzilla.gnome.org/"
+SECTION = "x11/gnome"
LICENSE = "LGPLv3+ | CC-BY-SA-3.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=e7e289d90fc8bdceed5e3f142f98229e"
-SECTION = "x11/gnome"
+PR = "r5"
+
DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native"
-RDEPENDS_${PN} = "hicolor-icon-theme"
-RRECOMMENDS_${PN} = "librsvg-gtk"
-PR = "r4"
-FILES_${PN} += "${datadir}/*"
+inherit autotools perlnative gtk-icon-cache
SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \
file://iconpath-option.patch"
@@ -21,4 +20,5 @@ SRC_URI[sha256sum] = "ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a
EXTRA_OECONF = "--with-iconmap=${@d.getVar('STAGING_LIBEXECDIR_NATIVE', True).replace('gnome-icon-theme', 'icon-naming-utils')}/icon-name-mapping"
-inherit autotools perlnative
+FILES_${PN} += "${datadir}/*"
+RRECOMMENDS_${PN} += "librsvg-gtk"