summaryrefslogtreecommitdiff
path: root/packages/xfce/exo_0.3.2.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-05-10 13:47:25 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-05-10 13:47:25 +0000
commit4cd135021235febf37b5f04cee4174b05a75f57e (patch)
tree4c7d22f72e5c425c92bb2a0129865e72c53058e2 /packages/xfce/exo_0.3.2.bb
parent97eaf23d080c5eeb75c7a40f98fa355e80dd787a (diff)
parentc2faa0722e6c264b18d69a2f3f37fe5b81a9e675 (diff)
merge of '098b7308900ba9b5e6e5ff83f5e4a2f5d3b8da04'
and 'f2dc6beec88697c9537743d5c6c32fad2d323ee3'
Diffstat (limited to 'packages/xfce/exo_0.3.2.bb')
-rw-r--r--packages/xfce/exo_0.3.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/xfce/exo_0.3.2.bb b/packages/xfce/exo_0.3.2.bb
new file mode 100644
index 0000000000..6bf0e1292f
--- /dev/null
+++ b/packages/xfce/exo_0.3.2.bb
@@ -0,0 +1,17 @@
+
+DEPENDS = "libxfce4util xfce-mcs-manager hal liburi-perl-native python-native"
+
+inherit pkgconfig xfce
+
+SRC_URI = "http://www.us.xfce.org/archive/xfce-4.4.1/src/exo-0.3.2.tar.bz2"
+
+# Note: Python checking is broken
+
+do_stage() {
+ autotools_stage_all
+}
+
+FILES_${PN} += "${datadir}/xfce4/ \
+ ${libdir}/xfce4/mcs-plugins/exo-preferred-applications-settings.so"
+FILES_${PN}-dev += "${libdir}/xfce4/mcs-plugins/exo-preferred-applications-settings.*"
+FILES_${PN}-dbg += "${libdir}/xfce4/mcs-plugins/.debug/exo-preferred-applications-settings.*"