[oe] [meta-xfce 1/4] libxfcegui4: add 4.8.1

Andreas Müller schnitzeltony at gmx.de
Mon Oct 17 22:27:04 UTC 2011


On Monday, October 17, 2011 07:23:18 PM Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
> ---
>  .../recipes-xfce/libxfcegui4/libxfcegui4_4.8.1.bb  |   20 ++++++++++++++++++++
>  1 files changed, 20 insertions(+), 0 deletions(-)
>  create mode 100644 meta-xfce/recipes-xfce/libxfcegui4/libxfcegui4_4.8.1.bb
> 
> diff --git a/meta-xfce/recipes-xfce/libxfcegui4/libxfcegui4_4.8.1.bb b/meta-xfce/recipes-xfce/libxfcegui4/libxfcegui4_4.8.1.bb
> new file mode 100644
> index 0000000..1273880
> --- /dev/null
> +++ b/meta-xfce/recipes-xfce/libxfcegui4/libxfcegui4_4.8.1.bb
> @@ -0,0 +1,20 @@
> +DESCRIPTION = "Xfce4 Widget library and X Window System interaction"
> +DEPENDS = "intltool virtual/libx11 libxfce4util xfconf libxml2 gtk+ libglade"
> +
> +LICENSE = "GPLv2 LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee \
> +                    file://COPYING.LIB;md5=b8081563814865b09774a6915b594a71 \
> +                   "
> +
> +SECTION = "x11/libs"
> +
> +inherit xfce gettext
> +
> +SRC_URI[md5sum] = "ca0cdeff99f1732307d0fc0672d382ef"
> +SRC_URI[sha256sum] = "309a81823cdfdb7301bc6a5199e14f0df29b58dae89a9302c7839b9b94812443"
> +
> +LEAD_SONAME = "libxfcegui4.so.4"
> +
> +FILES_${PN} += "${libdir}/xfce4/modules ${libdir}/libglade/2.0/*.so ${datadir}/xfce4/mime ${datadir}/icons/hicolor"
> +RDEPENDS_${PN} = "xfconf startup-notification "
> +
> 
I intentionally left out libxfcegui4 because it is deprecated [1] since xfce 4.8 and replaced by libxfce4ui.

Since meta-oe / oe-core is some fresh & new - I wanted to keep it out. Anyway - the panel recipes following in this series 
need a bit more love:

* DESCRIPTION missing
* LICENSE = "MIT" ??
* SRC_URI[*sum] missing

I checked the sources of the two panel plugins and would like to spend few nights to see how far I get migrating 
them to libxfce4ui ( take [2] as a starter - xfce4-cpufreq-plugin is already building - have run test tomorrow...). 

Andreas

[1] http://git.xfce.org/xfce/libxfcegui4/
[2] http://git.xfce.org/panel-plugins/xfce4-clipman-plugin/commit/?id=4b08db62bd85e6c9abc3c00570eaae365d992ad5




More information about the Openembedded-devel mailing list