diff options
author | Andreas Mueller <schnitzeltony@gmx.de> | 2011-08-01 17:48:16 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-05 19:49:58 +0200 |
commit | 59a7546008c5332c55e13bdf03405cca1f9ba566 (patch) | |
tree | cd47175b38222d9932457e0d712fe1186b22fbe1 /meta-xfce/recipes-xfce/thunar | |
parent | 545903e3f3d17ef516f2d51b144af67e1d0e1626 (diff) | |
download | meta-openembedded-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/recipes-xfce/thunar')
-rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar/relative-symlinks-docs.patch | 28 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_1.2.2.bb | 34 |
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 @@ | |||
1 | From 3123ef0e38d18b6dfda644abeb4da48520aa7cb9 Mon Sep 17 00:00:00 2001 | ||
2 | From: Andreas Mueller <schnitzeltony@gmx.de> | ||
3 | Date: Thu, 21 Jul 2011 23:18:47 +0200 | ||
4 | Subject: [PATCH] docs: On installation create relative paths in symlinks to | ||
5 | images | ||
6 | |||
7 | |||
8 | Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> | ||
9 | --- | ||
10 | docs/manual/Makefile.am | 2 +- | ||
11 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
12 | |||
13 | diff --git a/docs/manual/Makefile.am b/docs/manual/Makefile.am | ||
14 | index 57c7c00..5207733 100644 | ||
15 | --- a/docs/manual/Makefile.am | ||
16 | +++ b/docs/manual/Makefile.am | ||
17 | @@ -20,7 +20,7 @@ install-data-local: | ||
18 | done; \ | ||
19 | if test x"$$lang" != x"C" -a ! -d $(srcdir)/images/$$lang; then \ | ||
20 | echo "--- Creating symlink to C images for $$lang"; \ | ||
21 | - ln -sf $(docdir)/html/C/images $(DESTDIR)$(docdir)/html/$$lang/images; \ | ||
22 | + ln -sf ../C/images $(DESTDIR)$(docdir)/html/$$lang/images; \ | ||
23 | fi \ | ||
24 | fi \ | ||
25 | done; | ||
26 | -- | ||
27 | 1.7.4.4 | ||
28 | |||
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 @@ | |||
1 | DESCRIPTION = "File manager for the Xfce Desktop Environment" | ||
2 | SECTION = "x11" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | DEPENDS = "exo gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | inherit xfce | ||
10 | |||
11 | # SRC_URI must follow inherited one | ||
12 | SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2 \ | ||
13 | file://relative-symlinks-docs.patch \ | ||
14 | " | ||
15 | |||
16 | S = "${WORKDIR}/Thunar-${PV}/" | ||
17 | |||
18 | |||
19 | # no/minimum(default)/yes/full(fails <- Werror) | ||
20 | #EXTRA_OECONF += "--enable-debug=yes" | ||
21 | |||
22 | FILES_${PN} += "${libdir}/thunarx-2/* \ | ||
23 | ${libdir}/xfce4/panel/plugins/* \ | ||
24 | ${libdir}/Thunar/[Tt]hunar* \ | ||
25 | ${datadir}/dbus-1 \ | ||
26 | ${datadir}/Thunar \ | ||
27 | ${datadir}/xfce4/panel-plugins/*" | ||
28 | |||
29 | FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \ | ||
30 | ${libdir}/xfce4/panel/plugins/.debug/ \ | ||
31 | ${libdir}/Thunar/.debug/" | ||
32 | |||
33 | SRC_URI[md5sum] = "a86df0212db71e61f459bda6bc7b7fb6" | ||
34 | SRC_URI[sha256sum] = "56b07dddde423ae7854c5edd433948a912c27afe2a60689ffc50df3d981e90f6" | ||