From 6ce3b4f0aab73bb20147cacc6dc8b3c2e03cb04e Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 19 Mar 2018 19:36:12 +0100 Subject: libgnome: remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit project is dead - last release was 2011 Signed-off-by: Andreas Müller Signed-off-by: Armin Kuster --- ...nome-Makefile.am-allow-deprecated-symbols.patch | 35 -------------------- .../libgnome/libgnome/05_fix_invalid_utf8.patch | 26 --------------- .../recipes-gnome/libgnome/libgnome_2.32.1.bb | 38 ---------------------- 3 files changed, 99 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libgnome/libgnome/0001-libgnome-Makefile.am-allow-deprecated-symbols.patch delete mode 100644 meta-gnome/recipes-gnome/libgnome/libgnome/05_fix_invalid_utf8.patch delete mode 100644 meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome/0001-libgnome-Makefile.am-allow-deprecated-symbols.patch b/meta-gnome/recipes-gnome/libgnome/libgnome/0001-libgnome-Makefile.am-allow-deprecated-symbols.patch deleted file mode 100644 index b6583034f2..0000000000 --- a/meta-gnome/recipes-gnome/libgnome/libgnome/0001-libgnome-Makefile.am-allow-deprecated-symbols.patch +++ /dev/null @@ -1,35 +0,0 @@ -From ce1cd20fceea7dbcc5b983d94de771461eccf7cf Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Mon, 29 Apr 2013 14:17:13 +0200 -Subject: [PATCH] libgnome/Makefile.am: allow deprecated symbols -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -fixes: - -| gnome-program.c: In function 'gnome_program_init_common': -| gnome-program.c:2067:2: error: implicit declaration of function 'g_atexit' [-Werror=implicit-function-declaration] - -Upstream-Status: Inappropriate [configuration] - -Signed-off-by: Andreas Müller ---- - libgnome/Makefile.am | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) - -diff --git a/libgnome/Makefile.am b/libgnome/Makefile.am -index 9c8cd3e..aa01f6c 100644 ---- a/libgnome/Makefile.am -+++ b/libgnome/Makefile.am -@@ -17,7 +17,6 @@ INCLUDES = \ - -I$(srcdir)/.. \ - $(WARN_CFLAGS) \ - $(LIBGNOME_CFLAGS) \ -- -DG_DISABLE_DEPRECATED \ - -DLIBGNOME_PREFIX=\""$(prefix)"\" \ - -DLIBGNOME_LIBDIR=\""$(libdir)"\" \ - -DLIBGNOME_DATADIR=\""$(datadir)"\" \ --- -1.7.6.5 - diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome/05_fix_invalid_utf8.patch b/meta-gnome/recipes-gnome/libgnome/libgnome/05_fix_invalid_utf8.patch deleted file mode 100644 index cd90b8ed98..0000000000 --- a/meta-gnome/recipes-gnome/libgnome/libgnome/05_fix_invalid_utf8.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 33313713c4f5c1de500859ff128d6fd7e3af5722 Mon Sep 17 00:00:00 2001 -From: Colin Walters -Date: Mon, 7 Aug 2017 12:57:43 -0400 -Subject: gnome-config.h: Fix invalid UTF-8 in header - -This breaks the new Python `glib-mkenums`. ---- -Upstream-Status: Pending -Signed-off-by: Khem Raj - - libgnome/gnome-config.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libgnome/gnome-config.h b/libgnome/gnome-config.h -index 0c3dfe6..b9d659d 100644 ---- a/libgnome/gnome-config.h -+++ b/libgnome/gnome-config.h -@@ -270,7 +270,7 @@ void gnome_config_clean_key_ (const char *path, gboolean priv); - #define gnome_config_private_clean_key(path) \ - (gnome_config_clean_key_((path),TRUE)) - --/* returns the true filename of the config file */ -+/* returns the true filename of the config file */ - #define gnome_config_get_real_path(path) \ - (g_build_filename (gnome_user_dir_get(),(path),NULL)) - #define gnome_config_private_get_real_path(path) \ diff --git a/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb b/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb deleted file mode 100644 index 94fcf2e8c5..0000000000 --- a/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb +++ /dev/null @@ -1,38 +0,0 @@ -SUMMARY = "Gnome application programming libraries" -LICENSE = "LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" -SECTION = "x11/gnome/libs" - -inherit gnome lib_package - -PR = "r2" - -SRC_URI[archive.md5sum] = "a4345e6087ae6195d65a4674ffdca559" -SRC_URI[archive.sha256sum] = "b2c63916866485793b87398266dd7778548c1734923c272a94d84ee011b6f7a4" -SRC_URI += "file://0001-libgnome-Makefile.am-allow-deprecated-symbols.patch \ - file://05_fix_invalid_utf8.patch \ -" -GNOME_COMPRESS_TYPE="bz2" - -DEPENDS += "libcanberra gconf-native gnome-vfs libbonobo esound intltool-native gnome-common-native" - -EXTRA_OECONF += "--disable-gtk-doc" - -do_configure_prepend() { - sed -i -e s:docs::g ${S}/Makefile.am - echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make - echo "EXTRA_DIST = version.xml" > gtk-doc.make -} - -FILES_${PN} += "${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so \ - ${datadir}/gnome-background-properties ${datadir}/pixmaps" -FILES_${PN}-dev += "${libdir}/bonobo/monikers/*.la" -FILES_${PN}-staticdev += "${libdir}/bonobo/monikers/*.a" - -PACKAGES =+ "gnome-common-schemas" - -FILES_gnome-common-schemas = "${datadir}/gnome-background-properties ${datadir}/pixmaps ${sysconfdir}" - -RDEPENDS_${PN} = "gnome-common-schemas" - -FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug" -- cgit 1.2.3-korg