mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* Some panel-plugins (e.g xfce4-clipman-plugin) use panel/plugins instead of xfce4/panel-plugins. * build tested on maiden tmp-dir * run tested all applications and plugins on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
12 lines
428 B
Plaintext
12 lines
428 B
Plaintext
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"
|