summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2018-03-19 19:36:12 +0100
committerArmin Kuster <akuster808@gmail.com>2018-04-08 17:00:06 -0700
commit6ce3b4f0aab73bb20147cacc6dc8b3c2e03cb04e (patch)
tree8c500bb8925e43b5c7143dbce5748a52363d1dd7
parentddc64ae1f43ce8650ada0d8b8c58f51a24c04cd7 (diff)
downloadmeta-openembedded-6ce3b4f0aab73bb20147cacc6dc8b3c2e03cb04e.tar.gz
libgnome: remove
project is dead - last release was 2011 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnome/0001-libgnome-Makefile.am-allow-deprecated-symbols.patch35
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnome/05_fix_invalid_utf8.patch26
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb38
3 files changed, 0 insertions, 99 deletions
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 b6583034f..000000000
--- a/meta-gnome/recipes-gnome/libgnome/libgnome/0001-libgnome-Makefile.am-allow-deprecated-symbols.patch
+++ /dev/null
@@ -1,35 +0,0 @@
1From ce1cd20fceea7dbcc5b983d94de771461eccf7cf Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Mon, 29 Apr 2013 14:17:13 +0200
4Subject: [PATCH] libgnome/Makefile.am: allow deprecated symbols
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9fixes:
10
11| gnome-program.c: In function 'gnome_program_init_common':
12| gnome-program.c:2067:2: error: implicit declaration of function 'g_atexit' [-Werror=implicit-function-declaration]
13
14Upstream-Status: Inappropriate [configuration]
15
16Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
17---
18 libgnome/Makefile.am | 1 -
19 1 files changed, 0 insertions(+), 1 deletions(-)
20
21diff --git a/libgnome/Makefile.am b/libgnome/Makefile.am
22index 9c8cd3e..aa01f6c 100644
23--- a/libgnome/Makefile.am
24+++ b/libgnome/Makefile.am
25@@ -17,7 +17,6 @@ INCLUDES = \
26 -I$(srcdir)/.. \
27 $(WARN_CFLAGS) \
28 $(LIBGNOME_CFLAGS) \
29- -DG_DISABLE_DEPRECATED \
30 -DLIBGNOME_PREFIX=\""$(prefix)"\" \
31 -DLIBGNOME_LIBDIR=\""$(libdir)"\" \
32 -DLIBGNOME_DATADIR=\""$(datadir)"\" \
33--
341.7.6.5
35
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 cd90b8ed9..000000000
--- a/meta-gnome/recipes-gnome/libgnome/libgnome/05_fix_invalid_utf8.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1From 33313713c4f5c1de500859ff128d6fd7e3af5722 Mon Sep 17 00:00:00 2001
2From: Colin Walters <walters@verbum.org>
3Date: Mon, 7 Aug 2017 12:57:43 -0400
4Subject: gnome-config.h: Fix invalid UTF-8 in header
5
6This breaks the new Python `glib-mkenums`.
7---
8Upstream-Status: Pending
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10
11 libgnome/gnome-config.h | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/libgnome/gnome-config.h b/libgnome/gnome-config.h
15index 0c3dfe6..b9d659d 100644
16--- a/libgnome/gnome-config.h
17+++ b/libgnome/gnome-config.h
18@@ -270,7 +270,7 @@ void gnome_config_clean_key_ (const char *path, gboolean priv);
19 #define gnome_config_private_clean_key(path) \
20 (gnome_config_clean_key_((path),TRUE))
21
22-/* returns the true filename of the config file */
23+/* returns the true filename of the config file */
24 #define gnome_config_get_real_path(path) \
25 (g_build_filename (gnome_user_dir_get(),(path),NULL))
26 #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 94fcf2e8c..000000000
--- a/meta-gnome/recipes-gnome/libgnome/libgnome_2.32.1.bb
+++ /dev/null
@@ -1,38 +0,0 @@
1SUMMARY = "Gnome application programming libraries"
2LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
4SECTION = "x11/gnome/libs"
5
6inherit gnome lib_package
7
8PR = "r2"
9
10SRC_URI[archive.md5sum] = "a4345e6087ae6195d65a4674ffdca559"
11SRC_URI[archive.sha256sum] = "b2c63916866485793b87398266dd7778548c1734923c272a94d84ee011b6f7a4"
12SRC_URI += "file://0001-libgnome-Makefile.am-allow-deprecated-symbols.patch \
13 file://05_fix_invalid_utf8.patch \
14"
15GNOME_COMPRESS_TYPE="bz2"
16
17DEPENDS += "libcanberra gconf-native gnome-vfs libbonobo esound intltool-native gnome-common-native"
18
19EXTRA_OECONF += "--disable-gtk-doc"
20
21do_configure_prepend() {
22 sed -i -e s:docs::g ${S}/Makefile.am
23 echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make
24 echo "EXTRA_DIST = version.xml" > gtk-doc.make
25}
26
27FILES_${PN} += "${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so \
28 ${datadir}/gnome-background-properties ${datadir}/pixmaps"
29FILES_${PN}-dev += "${libdir}/bonobo/monikers/*.la"
30FILES_${PN}-staticdev += "${libdir}/bonobo/monikers/*.a"
31
32PACKAGES =+ "gnome-common-schemas"
33
34FILES_gnome-common-schemas = "${datadir}/gnome-background-properties ${datadir}/pixmaps ${sysconfdir}"
35
36RDEPENDS_${PN} = "gnome-common-schemas"
37
38FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug"