diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-12-14 09:33:55 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-27 07:25:00 -0800 |
commit | e32c5a17deed552e8cff14c9fae31a71eb0a3d00 (patch) | |
tree | 460fa5d64ef74f94671fb1c48626984535875560 /meta-gnome/recipes-gnome/libgnome | |
parent | 30998bfc32e6ff2ac4adc183dde4aaaa080b6f02 (diff) | |
download | meta-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/recipes-gnome/libgnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomeui/05_fix_invalid_utf8.patch | 21 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb | 1 |
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 @@ | |||
1 | Description: 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 | ||
4 | Author: Adrian Bunk <bunk@debian.org> | ||
5 | |||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
7 | Upstream-Status: Pending | ||
8 | |||
9 | Index: 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 | " |
21 | SRC_URI[archive.md5sum] = "d4bb506b1916015323928faab5aa708b" | 22 | SRC_URI[archive.md5sum] = "d4bb506b1916015323928faab5aa708b" |
22 | SRC_URI[archive.sha256sum] = "ae352f2495889e65524c979932c909f4629a58e64290fb0c95333373225d3c0f" | 23 | SRC_URI[archive.sha256sum] = "ae352f2495889e65524c979932c909f4629a58e64290fb0c95333373225d3c0f" |