From 204f3463f62ddc58eac23184a83a1f2f53c716e0 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 29 Apr 2013 11:50:50 +0200 Subject: libgnomecanvas: update 2.30.3 to fix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit error message was: | gnome-canvas-rich-text.c: In function 'gnome_canvas_rich_text_draw': | gnome-canvas-rich-text.c:2150:2: error: implicit declaration of function 'gtk_text_layout_draw' [-Werror=implicit-function-declaration] Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- .../libgnome/libgnomecanvas_2.26.0.bb | 24 ---------------------- .../libgnome/libgnomecanvas_2.30.3.bb | 22 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 24 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb create mode 100644 meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb (limited to 'meta-gnome/recipes-gnome/libgnome') diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb deleted file mode 100644 index efb88fff08..0000000000 --- a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "A powerful object-oriented display" -LICENSE = "LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" -SECTION = "x11/gnome/libs" - -inherit gnome - -PR = "r1" - -DEPENDS = "gtk+ libglade libart-lgpl xineramaproto" - -EXTRA_OECONF = "--disable-gtk-doc" - -FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" -FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/" -FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas*.la" -FILES_${PN}-staticdev += "${libdir}/libglade/*/libcanvas*.a" - -do_configure_prepend() { - sed -i -e s:docs::g ${S}/Makefile.am -} - -SRC_URI[archive.md5sum] = "9bbc635e5ae70e63af071af74ba7e72f" -SRC_URI[archive.sha256sum] = "80b480acc33d7303f651e9c5bc8fea51c9e9a9ed59ebfdbbb730dd798bcbc58d" diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb new file mode 100644 index 0000000000..0821abb8d0 --- /dev/null +++ b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "A powerful object-oriented display" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" +SECTION = "x11/gnome/libs" + +inherit gnome + +DEPENDS = "gtk+ libglade libart-lgpl xineramaproto" + +SRC_URI[archive.md5sum] = "ffcbb719c671ff5cd86e59aeba8d0b92" +SRC_URI[archive.sha256sum] = "859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40" + +EXTRA_OECONF = "--disable-gtk-doc" + +FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" +FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/" +FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas*.la" +FILES_${PN}-staticdev += "${libdir}/libglade/*/libcanvas*.a" + +do_configure_prepend() { + sed -i -e s:docs::g ${S}/Makefile.am +} -- cgit 1.2.3-korg