aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmx.de>2011-10-18 08:49:19 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-18 11:18:12 +0200
commit4a4f0966ca3b1d0740c8ba54c5072c3f046673bb (patch)
tree5dbba36e8332879021bc7c5f62b2d7b1b4dca6e0 /meta-xfce
parentef33e684652db8b8fbc381a8ddd8e90c02f502df (diff)
downloadmeta-openembedded-contrib-4a4f0966ca3b1d0740c8ba54c5072c3f046673bb.tar.gz
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@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/classes/xfce-panel-plugin.bbclass8
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 0000000000..51e40c9e34
--- /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"