[oe-commits] Andreas Mueller : xfce4-session: Add initial recipe with version 4.8.1

git version control git at git.openembedded.org
Fri Aug 5 17:55:14 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: b03f5e0eafac2bf03054258d2f3d93c54d48debc
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b03f5e0eafac2bf03054258d2f3d93c54d48debc

Author: Andreas Mueller <schnitzeltony at gmx.de>
Date:   Mon Aug  1 17:36:47 2011 +0200

xfce4-session: Add initial recipe with version 4.8.1

---

 .../xfce4-session/relative-symlinks-docs.patch     |   11 +++++++
 .../xfce4-session/xfce4-session_4.8.1.bb           |   32 ++++++++++++++++++++
 2 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session/relative-symlinks-docs.patch b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session/relative-symlinks-docs.patch
new file mode 100644
index 0000000..fb78c57
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session/relative-symlinks-docs.patch
@@ -0,0 +1,11 @@
+--- a/doc/manual/Makefile.am	2010-09-08 18:37:19.000000000 +0200
++++ b/doc/manual/Makefile.am	2011-07-17 23:17:28.602626999 +0200
+@@ -20,7 +20,7 @@
+ 			done; \
+ 			if test x"$$lang" != x"C" -a ! -d $(srcdir)/images/$$lang; then \
+ 				echo "--- Creating symlink to C images for $$lang"; \
+-				ln -sf $(docdir)/html/C/images $(DESTDIR)$(docdir)/html/$$lang/images; \
++				ln -sf ../C/images $(DESTDIR)$(docdir)/html/$$lang/images; \
+ 			fi \
+ 		fi \
+ 	done;
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.1.bb
new file mode 100644
index 0000000..bedd35f
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.1.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "xfce4-session is a session manager for Xfce 4 Desktop Environment"
+SECTION = "x11"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
+DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf xfce4-panel gconf gnome-keyring"
+RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth"
+
+PR = "r0"
+
+inherit xfce
+
+# SRC_URI must follow inherited one
+SRC_URI += " \
+    file://relative-symlinks-docs.patch \
+"
+
+# protect from frightening message that xfce might not work correctly
+pkg_postinst_${PN} () {
+    echo 127.0.0.1    ${MACHINE} >> /etc/hosts
+}
+
+FILES_${PN} += "${libdir}/xfce4/*/*/*.so \
+                ${libdir}/xfce4/session/*-*-* \
+                ${datadir}/xfce4/*/* \
+                ${datadir}/themes/Default/balou/*"
+
+FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug"
+
+FILES_${PN}-dev += "${libdir}/xfce4/*/*/*.*a"
+
+SRC_URI[md5sum] = "478080ff666fdd36786a243829663efd"
+SRC_URI[sha256sum] = "1df52a77d87ed4d27b4f40a2f03a0b6334422d64bdc4e31b9aac22e25e68b829"





More information about the Openembedded-commits mailing list