summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb')
-rw-r--r--meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
new file mode 100644
index 0000000000..55b54d4043
--- /dev/null
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
@@ -0,0 +1,24 @@
1DESCRIPTION = "File manager for the Xfce Desktop Environment"
2SECTION = "x11"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel"
6
7inherit xfce
8
9SRC_URI[md5sum] = "a446103ab90855cc8ba484dfeedb82d8"
10SRC_URI[sha256sum] = "7dbd172ae396e7a2533f47dc1ff703a9ea1a61af3edfdc6f4877b9b9331abd85"
11SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2"
12
13S = "${WORKDIR}/Thunar-${PV}/"
14
15FILES_${PN} += "${libdir}/thunarx-2/* \
16 ${libdir}/xfce4/panel/plugins/* \
17 ${libdir}/Thunar/[Tt]hunar* \
18 ${datadir}/dbus-1 \
19 ${datadir}/Thunar \
20 ${datadir}/xfce4/panel-plugins/*"
21
22FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \
23 ${libdir}/xfce4/panel/plugins/.debug/ \
24 ${libdir}/Thunar/.debug/"