[oe-commits] Andreas Müller : xfce-panel-plugin: bbclass for panel plugins

git at git.openembedded.org git at git.openembedded.org
Tue Oct 18 11:03:08 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 4a4f0966ca3b1d0740c8ba54c5072c3f046673bb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4a4f0966ca3b1d0740c8ba54c5072c3f046673bb

Author: Andreas Müller <schnitzeltony at gmx.de>
Date:   Tue Oct 18 08:49:19 2011 +0000

xfce-panel-plugin: bbclass for panel plugins

* 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>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-xfce/classes/xfce-panel-plugin.bbclass |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

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"





More information about the Openembedded-commits mailing list