diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/thunar/thunar_1.2.2.bb')
-rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_1.2.2.bb | 34 |
1 files changed, 34 insertions, 0 deletions
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" | ||