xfdesktop: Add initial recipe with version 4.8.2

This commit is contained in:
Andreas Mueller 2011-08-01 17:52:15 +02:00 committed by Koen Kooi
parent 59a7546008
commit 5cd47b85f0
2 changed files with 47 additions and 0 deletions

View File

@ -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

View File

@ -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"