[oe] [meta-xfce][V2 1/3] xfce-panel-plugin: bbclass for panel plugins

Andreas Müller schnitzeltony at gmx.de
Tue Oct 18 00:49:19 UTC 2011


* based on Koen's patch [1]
* use libxfce4ui instead of libxfcegui4

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-October/035589.html

Signed-off-by: Andreas Müller <schnitzeltony at gmx.de>
---
 meta-xfce/classes/xfce-panel-plugin.bbclass |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/classes/xfce-panel-plugin.bbclass

diff --git a/meta-xfce/classes/xfce-panel-plugin.bbclass b/meta-xfce/classes/xfce-panel-plugin.bbclass
new file mode 100644
index 0000000..51e40c9
--- /dev/null
+++ b/meta-xfce/classes/xfce-panel-plugin.bbclass
@@ -0,0 +1,8 @@
+inherit xfce
+
+DEPENDS += "libxfce4ui libxfce4util xfce4-panel"
+
+SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
+
+FILES_${PN} += "${datadir}/xfce4/panel-plugins/"
+FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug"
-- 
1.7.4.4





More information about the Openembedded-devel mailing list