diff options
author | Andreas Mueller <schnitzeltony@gmx.de> | 2010-06-18 00:26:42 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-18 11:16:29 -0700 |
commit | 19bd6d851cdefbe6be0b9766980a7338fe6ff82d (patch) | |
tree | c1e9efe56443e15af236d8513e0301d16e231746 /recipes/xfce-base/thunar_1.0.2.bb | |
parent | 7565ef3e4a53f715f16bdf6237061bcb9d6da33b (diff) |
xfce-base: Bump xfce recipes to version 4.6.2
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/xfce-base/thunar_1.0.2.bb')
-rw-r--r-- | recipes/xfce-base/thunar_1.0.2.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/xfce-base/thunar_1.0.2.bb b/recipes/xfce-base/thunar_1.0.2.bb new file mode 100644 index 0000000000..d35c44d668 --- /dev/null +++ b/recipes/xfce-base/thunar_1.0.2.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "File manager for the Xfce Desktop Environment" +HOMEPAGE="http://thunar.xfce.org" +DEPENDS = "exo dbus-glib libexif xfce4-panel libice libsm gamin" +RDEPENDS_${PN} = "libxfcegui4 exo dbus-glib libexif xfce4-panel libice libsm gamin" +RRECOMMENDS_${PN} = "shared-mime-info" +SECTION = "x11" +PR = "r0" + +inherit xfce46 + +XFCE_VERSION = "4.6.2" + +SRC_URI = "http://www.us.xfce.org/archive/xfce-${XFCE_VERSION}/src/Thunar-${PV}.tar.bz2" + +S = "${WORKDIR}/Thunar-${PV}/" + +EXTRA_OECONF += "--disable-dependency-tracking --enable-dbus" + +FILES_${PN} += "${libdir}/thunarx-1/*.so \ + ${libdir}/thunarx-1/*.la \ + ${datadir}/dbus-1 \ + ${datadir}/thumbnailers \ + ${datadir}/Thunar \ + ${datadir}/xfce4" +FILES_${PN}-dbg += "${libdir}/thunarx-1/.debug/ ${libexecdir}/xfce4/panel-plugins/.debug/" + +SRC_URI[md5sum] = "c91073202d373a1f9951a1240083c36d" +SRC_URI[sha256sum] = "75829b34a68346b33f66882bedc9794d580c200d11af22541885750459b55c03" |