| Submitter | Andreas Müller |
|---|---|
| Date | Oct. 18, 2011, 12:49 a.m. |
| Message ID | <1318898961-19779-1-git-send-email-schnitzeltony@gmx.de> |
| Download | mbox | patch |
| Permalink | /patch/13397/ |
| State | Accepted |
| Commit | 4a4f0966ca3b1d0740c8ba54c5072c3f046673bb |
| Headers | show |
Comments
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 18-10-11 02:49, Andreas Müller schreef:
> * based on Koen's patch [1] * use libxfce4ui instead of libxfcegui4
Sweet! I was getting annoyed at XFCE saying the gui lib was deprecated and
then discovering pretty much all the panel-plugins depend on it...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFOnSKAMkyGM64RGpERAu8dAKCuzD3JRnwU3uG/RE4SYUlq1CAbRwCePqbn
EtzAxp3rQtZmPFsnTzuzv3Q=
=Q3Ps
-----END PGP SIGNATURE-----
Patch
diff --git a/meta-xfce/classes/xfce-panel-plugin.bbclass b/meta-xfce/classes/xfce-panel-plugin.bbclass new file mode 100644 index 0000000..51e40c9 --- /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"
* 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> --- meta-xfce/classes/xfce-panel-plugin.bbclass | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 meta-xfce/classes/xfce-panel-plugin.bbclass