aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-09 09:46:27 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-09 09:48:16 +0200
commit3885da37a8efada0eb54ef998556627f6239692b (patch)
tree8a8f54fc03d80e3ba65ffba5eaf87acae27f7a96 /meta-gnome
parent8d426c506eadf1024652e45bbe3d39209ff7eeb1 (diff)
downloadmeta-openembedded-contrib-3885da37a8efada0eb54ef998556627f6239692b.tar.gz
gnome-session 2.30.2: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-session/gnome-session_2.30.2.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.30.2.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.30.2.bb
new file mode 100644
index 0000000000..6c7047e3a3
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.30.2.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "Gnome session manager"
+LICENSE = "GPLv2 && LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
+
+SECTION = "x11/gnome"
+DEPENDS = "devicekit-power libwnck gnome-keyring libgnomeui startup-notification gtk+ gconf gdk-pixbuf-native"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "d93a2da931ac0b9c0d98f6b68a17a730"
+SRC_URI[archive.sha256sum] = "ea7b5d8b254eba0f4ee5f737ed3686fca4fa734ad54a20f206534241f6aef4ec"
+
+EXTRA_OECONF = " ac_cv_path_GCONF_SANITY_CHECK=set "
+
+do_configure_append() {
+ for i in $(find ${S} -name "Makefile") ; do
+ sed -i -e s:"GCONFTOOL = .*/usr/bin/gconftool-2":"GCONFTOOL = /usr/bin/gconftool-2":g $i
+ sed -i -e s:"GCONF_SANITY_CHECK = set":"GCONF_SANITY_CHECK = /usr/libexec/gconf-sanity-check-2":g $i
+ done
+}
+
+FILES_${PN} += "${datadir}/xsessions ${datadir}/icons ${datadir}/gnome ${libdir}/gnome-session/helpers"
+FILES_${PN}-dbg += "${libexecdir}/gnome-session/helpers/.debug"