summaryrefslogtreecommitdiff
path: root/import-layers/meta-openembedded/meta-xfce/classes/xfce-panel-plugin.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/meta-openembedded/meta-xfce/classes/xfce-panel-plugin.bbclass')
-rw-r--r--import-layers/meta-openembedded/meta-xfce/classes/xfce-panel-plugin.bbclass11
1 files changed, 11 insertions, 0 deletions
diff --git a/import-layers/meta-openembedded/meta-xfce/classes/xfce-panel-plugin.bbclass b/import-layers/meta-openembedded/meta-xfce/classes/xfce-panel-plugin.bbclass
new file mode 100644
index 000000000..b2f06781d
--- /dev/null
+++ b/import-layers/meta-openembedded/meta-xfce/classes/xfce-panel-plugin.bbclass
@@ -0,0 +1,11 @@
+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} += "${datadir}/xfce4/panel/plugins/"
+FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so"
+FILES_${PN} += "${libdir}/xfce4/panel/plugins/*.so"
+FILES_${PN}-dbg += "${libexecdir}/xfce4/panel-plugins/.debug"