summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-12-14 09:33:55 -0800
committerArmin Kuster <akuster808@gmail.com>2017-12-27 07:25:00 -0800
commite32c5a17deed552e8cff14c9fae31a71eb0a3d00 (patch)
tree460fa5d64ef74f94671fb1c48626984535875560 /meta-gnome
parent30998bfc32e6ff2ac4adc183dde4aaaa080b6f02 (diff)
downloadmeta-openembedded-e32c5a17deed552e8cff14c9fae31a71eb0a3d00.tar.gz
libgnomeui: Fix build with newer glib-2.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnomeui/05_fix_invalid_utf8.patch21
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb1
2 files changed, 22 insertions, 0 deletions
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 000000000..bb09b4795
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomeui/05_fix_invalid_utf8.patch
@@ -0,0 +1,21 @@
1Description: Fix FTBFS with glib 2.54
2 glib-mkenums now expects input files to be UTF-8,
3 fix the encoding of libgnomeui/gnome-scores.h
4Author: Adrian Bunk <bunk@debian.org>
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7Upstream-Status: Pending
8
9Index: libgnomeui-2.24.5/libgnomeui/gnome-scores.h
10===================================================================
11--- libgnomeui-2.24.5.orig/libgnomeui/gnome-scores.h
12+++ libgnomeui-2.24.5/libgnomeui/gnome-scores.h
13@@ -27,7 +27,7 @@
14 * "High Scores" Widget
15 *
16 * AUTHOR:
17- * Horacio J. Peña <horape@compendium.com.ar>
18+ * Horacio J. Peña <horape@compendium.com.ar>
19 *
20 * This is free software (under the terms of the GNU LGPL)
21 *
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 45219d4d7..b78ffc505 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 += " \
17 file://0001-suppress-string-format-literal-warning-to-fix-build-.patch \ 17 file://0001-suppress-string-format-literal-warning-to-fix-build-.patch \
18 file://gnome-stock-pixbufs.h \ 18 file://gnome-stock-pixbufs.h \
19 file://no-pixbuf-csource.patch \ 19 file://no-pixbuf-csource.patch \
20 file://05_fix_invalid_utf8.patch \
20" 21"
21SRC_URI[archive.md5sum] = "d4bb506b1916015323928faab5aa708b" 22SRC_URI[archive.md5sum] = "d4bb506b1916015323928faab5aa708b"
22SRC_URI[archive.sha256sum] = "ae352f2495889e65524c979932c909f4629a58e64290fb0c95333373225d3c0f" 23SRC_URI[archive.sha256sum] = "ae352f2495889e65524c979932c909f4629a58e64290fb0c95333373225d3c0f"