[oe-commits] [meta-openembedded] 02/38: libgnomeui: Fix build with newer glib-2.0

git at git.openembedded.org git at git.openembedded.org
Wed Dec 27 05:05:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 0dfa20a8a2e566c01b7720cfe8db7bf06dbdec49
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Dec 14 09:33:55 2017 -0800

    libgnomeui: Fix build with newer glib-2.0
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../libgnome/libgnomeui/05_fix_invalid_utf8.patch   | 21 +++++++++++++++++++++
 .../recipes-gnome/libgnome/libgnomeui_2.24.5.bb     |  1 +
 2 files changed, 22 insertions(+)

diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomeui/05_fix_invalid_utf8.patch b/meta-gnome/recipes-gnome/libgnome/libgnomeui/05_fix_invalid_utf8.patch
new file mode 100644
index 0000000..bb09b47
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomeui/05_fix_invalid_utf8.patch
@@ -0,0 +1,21 @@
+Description: Fix FTBFS with glib 2.54
+ glib-mkenums now expects input files to be UTF-8,
+ fix the encoding of libgnomeui/gnome-scores.h
+Author: Adrian Bunk <bunk at debian.org>
+
+Signed-off-by: Khem Raj <raj.khem at gmail.com>
+Upstream-Status: Pending
+
+Index: libgnomeui-2.24.5/libgnomeui/gnome-scores.h
+===================================================================
+--- libgnomeui-2.24.5.orig/libgnomeui/gnome-scores.h
++++ libgnomeui-2.24.5/libgnomeui/gnome-scores.h
+@@ -27,7 +27,7 @@
+  * "High Scores" Widget 
+  *
+  * AUTHOR: 
+- * Horacio J. Pe�a <horape at compendium.com.ar>
++ * Horacio J. Peña <horape at compendium.com.ar>
+  *
+  * This is free software (under the terms of the GNU LGPL)
+  *
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb
index 45219d4..b78ffc5 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb
@@ -17,6 +17,7 @@ SRC_URI += " \
     file://0001-suppress-string-format-literal-warning-to-fix-build-.patch \
     file://gnome-stock-pixbufs.h \
     file://no-pixbuf-csource.patch \
+    file://05_fix_invalid_utf8.patch \
 "
 SRC_URI[archive.md5sum] = "d4bb506b1916015323928faab5aa708b"
 SRC_URI[archive.sha256sum] = "ae352f2495889e65524c979932c909f4629a58e64290fb0c95333373225d3c0f"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list