diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-11 11:48:22 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-11 11:48:22 +0000 |
commit | a22f97e5c43501ceed138b3187c94db5760a3f96 (patch) | |
tree | 8d4912c1a55ba3f5bfee38d8ea8d422e854622ba /packages/xfce/thunar_0.8.0.bb | |
parent | 500967160d58626953ec52c4f927445aed6150b2 (diff) | |
parent | 022824ef842725cdab81209975b36d1cdc4ed353 (diff) |
merge of '1bb8268fd7793fa7cde34e0d086742cc7a98a639'
and '88cbce2efbfb5b53d746089e00d4c028271d57d2'
Diffstat (limited to 'packages/xfce/thunar_0.8.0.bb')
-rw-r--r-- | packages/xfce/thunar_0.8.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/xfce/thunar_0.8.0.bb b/packages/xfce/thunar_0.8.0.bb new file mode 100644 index 0000000000..ea739e4cde --- /dev/null +++ b/packages/xfce/thunar_0.8.0.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "File manager for the Xfce Desktop Environment" +DEPENDS = "libxfcegui4 exo dbus-glib libexif xfce4-panel libice libsm" + +inherit xfce + +SRC_URI = "http://thunar.xfce.org/download/sources/Thunar/0.8.0/Thunar-0.8.0.tar.bz2" + +S = "${WORKDIR}/Thunar-${PV}/" + +FILES_${PN} += "${libdir}/thunarx-1/*.so \ + ${datadir}/dbus-1 \ + ${datadir}/thumbnailers \ + ${datadir}/Thunar \ + ${datadir}/xfce4" +FILES_${PN}-dbg += "${libdir}/thunarx-1/.debug/" |