[oe-commits] Andreas Mueller : xfdesktop: Add initial recipe with version 4.8.2

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


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

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

xfdesktop: Add initial recipe with version 4.8.2

---

 .../xfdesktop/relative-symlinks-docs.patch         |   28 ++++++++++++++++++++
 .../recipes-xfce/xfdesktop/xfdesktop_4.8.2.bb      |   19 +++++++++++++
 2 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop/relative-symlinks-docs.patch b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop/relative-symlinks-docs.patch
new file mode 100644
index 0000000..fa70f6e
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop/relative-symlinks-docs.patch
@@ -0,0 +1,28 @@
+From 90e191cc4719172aa84e6a8ae694a6f2d6ee8989 Mon Sep 17 00:00:00 2001
+From: Andreas Mueller <schnitzeltony at gmx.de>
+Date: Fri, 22 Jul 2011 00:05:15 +0200
+Subject: [PATCH] docs: On installation create relative paths in symlinks to
+ images
+
+
+Signed-off-by: Andreas Mueller <schnitzeltony at gmx.de>
+---
+ doc/manual/Makefile.am |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
+index 646821d..cbf79e1 100644
+--- a/doc/manual/Makefile.am
++++ b/doc/manual/Makefile.am
+@@ -20,7 +20,7 @@ install-data-local:
+ 			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;
+-- 
+1.7.4.4
+
diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.8.2.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.8.2.bb
new file mode 100644
index 0000000..c3be330
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.8.2.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Xfce4 Desktop Manager"
+SECTION = "x11/base"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+DEPENDS = "gtk+ libxfce4util libxfce4ui libwnck xfconf dbus-glib thunar garcon exo"
+
+PR = "r0"
+
+inherit xfce
+
+# SRC_URI must follow inherited one
+SRC_URI += " \
+    file://relative-symlinks-docs.patch \
+"
+
+FILES_${PN} += "${datadir}/xfce4/backdrops"
+
+SRC_URI[md5sum] = "ed25d59f478afda552d121e96657d16f"
+SRC_URI[sha256sum] = "9d0a48c4e9ed6723a3f9a1c5303e2bbe9b04a3b483c52472da46881df4595e71"





More information about the Openembedded-commits mailing list