Signed-off-by: Andreas Mueller <[email protected]>
---
 .../xfdesktop/relative-symlinks-docs.patch         |   28 ++++++++++++++++++++
 .../recipes-xfce/xfdesktop/xfdesktop_4.8.2.bb      |   19 +++++++++++++
 2 files changed, 47 insertions(+), 0 deletions(-)
 create mode 100644 
meta-xfce/recipes-xfce/xfdesktop/xfdesktop/relative-symlinks-docs.patch
 create mode 100644 meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.8.2.bb

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 <[email protected]>
+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 <[email protected]>
+---
+ 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"
-- 
1.7.4.4


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to