summaryrefslogtreecommitdiff
path: root/packages/xfce/thunar_0.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/xfce/thunar_0.9.0.bb')
-rw-r--r--packages/xfce/thunar_0.9.0.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/xfce/thunar_0.9.0.bb b/packages/xfce/thunar_0.9.0.bb
index 4aebde8642..4c5f02565e 100644
--- a/packages/xfce/thunar_0.9.0.bb
+++ b/packages/xfce/thunar_0.9.0.bb
@@ -1,9 +1,10 @@
DESCRIPTION = "File manager for the Xfce Desktop Environment"
DEPENDS = "libxfcegui4 exo dbus-glib libexif xfce4-panel libice libsm"
-inherit xfce
+inherit xfce pkgconfig
SRC_URI = "http://www.us.xfce.org/archive/xfce-4.4.2/src/Thunar-${PV}.tar.bz2"
+FILE_PR = 'r1'
S = "${WORKDIR}/Thunar-${PV}/"
@@ -13,3 +14,7 @@ FILES_${PN} += "${libdir}/thunarx-1/*.so \
${datadir}/Thunar \
${datadir}/xfce4"
FILES_${PN}-dbg += "${libdir}/thunarx-1/.debug/ ${libexecdir}/xfce4/panel-plugins/.debug/"
+
+do_stage () {
+ autotools_stage_all
+}