diff options
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.bb | 24 |
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 @@ | |||
| 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 glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel" | ||
| 6 | |||
| 7 | inherit xfce | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "a446103ab90855cc8ba484dfeedb82d8" | ||
| 10 | SRC_URI[sha256sum] = "7dbd172ae396e7a2533f47dc1ff703a9ea1a61af3edfdc6f4877b9b9331abd85" | ||
| 11 | SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/Thunar-${PV}/" | ||
| 14 | |||
| 15 | FILES_${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 | |||
| 22 | FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \ | ||
| 23 | ${libdir}/xfce4/panel/plugins/.debug/ \ | ||
| 24 | ${libdir}/Thunar/.debug/" | ||
