aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Mueller <schnitzeltony@gmx.de>2011-08-01 17:48:16 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-05 19:49:58 +0200
commit59a7546008c5332c55e13bdf03405cca1f9ba566 (patch)
treecd47175b38222d9932457e0d712fe1186b22fbe1 /meta-xfce
parent545903e3f3d17ef516f2d51b144af67e1d0e1626 (diff)
downloadmeta-openembedded-contrib-59a7546008c5332c55e13bdf03405cca1f9ba566.tar.gz
thunar: Add initial recipe with version 1.2.2
* thunar crashes silently but since it is required by xfdesktop this patch is send out
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/thunar/thunar/relative-symlinks-docs.patch28
-rw-r--r--meta-xfce/recipes-xfce/thunar/thunar_1.2.2.bb34
2 files changed, 62 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar/relative-symlinks-docs.patch b/meta-xfce/recipes-xfce/thunar/thunar/relative-symlinks-docs.patch
new file mode 100644
index 0000000000..26f35be085
--- /dev/null
+++ b/meta-xfce/recipes-xfce/thunar/thunar/relative-symlinks-docs.patch
@@ -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
+
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.2.2.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.2.2.bb
new file mode 100644
index 0000000000..c978855af4
--- /dev/null
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.2.2.bb
@@ -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"