diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2011-10-18 08:49:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-18 11:18:12 +0200 |
commit | 4a4f0966ca3b1d0740c8ba54c5072c3f046673bb (patch) | |
tree | 5dbba36e8332879021bc7c5f62b2d7b1b4dca6e0 /meta-xfce/classes/xfce-panel-plugin.bbclass | |
parent | ef33e684652db8b8fbc381a8ddd8e90c02f502df (diff) | |
download | meta-openembedded-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/classes/xfce-panel-plugin.bbclass')
-rw-r--r-- | 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 000000000..51e40c9e3 --- /dev/null +++ b/meta-xfce/classes/xfce-panel-plugin.bbclass | |||
@@ -0,0 +1,8 @@ | |||
1 | inherit xfce | ||
2 | |||
3 | DEPENDS += "libxfce4ui libxfce4util xfce4-panel" | ||
4 | |||
5 | SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" | ||
6 | |||
7 | FILES_${PN} += "${datadir}/xfce4/panel-plugins/" | ||
8 | FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug" | ||