Files
meta-openembedded/meta-xfce/classes/xfce.bbclass
T
Andreas Müller 48640311c1 xfce.bbclass: Add further folders for ${PN}-dev/-staticdev/-dbg
* Some panel-plugins (e.g xfce4-clipman-plugin) store libraries in
  /usr/lib/xfce4/panel/plugins instead of
  /usr/lib/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>
2011-11-02 17:25:42 +01:00

16 lines
588 B
Plaintext

HOMEPAGE = "http://www.xfce.org"
SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
inherit autotools gtk-icon-cache pkgconfig
FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*"
FILES_${PN}-doc += "${datadir}/xfce4/doc"
FILES_${PN}-dev += "${libdir}/xfce4/*/*.la"
FILES_${PN}-dev += "${libdir}/xfce4/*/*/*.la"
FILES_${PN}-staticdev += "${libdir}/xfce4/*/*.a"
FILES_${PN}-staticdev += "${libdir}/xfce4/*/*/*.a"
FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug"
FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug"