thunar: Add initial recipe with version 1.2.2

* thunar crashes silently but since it is required by xfdesktop this patch is
  send out
This commit is contained in:
Andreas Mueller 2011-08-01 17:48:16 +02:00 committed by Koen Kooi
parent 545903e3f3
commit 59a7546008
2 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,28 @@
From 3123ef0e38d18b6dfda644abeb4da48520aa7cb9 Mon Sep 17 00:00:00 2001
From: Andreas Mueller <schnitzeltony@gmx.de>
Date: Thu, 21 Jul 2011 23:18:47 +0200
Subject: [PATCH] docs: On installation create relative paths in symlinks to
images
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
docs/manual/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/manual/Makefile.am b/docs/manual/Makefile.am
index 57c7c00..5207733 100644
--- a/docs/manual/Makefile.am
+++ b/docs/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,34 @@
DESCRIPTION = "File manager for the Xfce Desktop Environment"
SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "exo gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify"
PR = "r0"
inherit xfce
# SRC_URI must follow inherited one
SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2 \
file://relative-symlinks-docs.patch \
"
S = "${WORKDIR}/Thunar-${PV}/"
# no/minimum(default)/yes/full(fails <- Werror)
#EXTRA_OECONF += "--enable-debug=yes"
FILES_${PN} += "${libdir}/thunarx-2/* \
${libdir}/xfce4/panel/plugins/* \
${libdir}/Thunar/[Tt]hunar* \
${datadir}/dbus-1 \
${datadir}/Thunar \
${datadir}/xfce4/panel-plugins/*"
FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \
${libdir}/xfce4/panel/plugins/.debug/ \
${libdir}/Thunar/.debug/"
SRC_URI[md5sum] = "a86df0212db71e61f459bda6bc7b7fb6"
SRC_URI[sha256sum] = "56b07dddde423ae7854c5edd433948a912c27afe2a60689ffc50df3d981e90f6"