aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Mueller <schnitzeltony@gmx.de>2011-08-01 17:52:15 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-05 19:49:58 +0200
commit5cd47b85f021ecd20ca59aa49042717ccab3c10d (patch)
treed841910d50f94c30173a5d055d51e4f01648faaf /meta-xfce
parent59a7546008c5332c55e13bdf03405cca1f9ba566 (diff)
downloadmeta-openembedded-contrib-5cd47b85f021ecd20ca59aa49042717ccab3c10d.tar.gz
xfdesktop: Add initial recipe with version 4.8.2
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/xfdesktop/xfdesktop/relative-symlinks-docs.patch28
-rw-r--r--meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.8.2.bb19
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 0000000000..fa70f6eb74
--- /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@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@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 0000000000..c3be330229
--- /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"