mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
libgnomeui: Fix build with newer glib-2.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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@debian.org>
|
||||||
|
|
||||||
|
Signed-off-by: Khem Raj <raj.khem@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@compendium.com.ar>
|
||||||
|
+ * Horacio J. Peña <horape@compendium.com.ar>
|
||||||
|
*
|
||||||
|
* This is free software (under the terms of the GNU LGPL)
|
||||||
|
*
|
||||||
@@ -17,6 +17,7 @@ SRC_URI += " \
|
|||||||
file://0001-suppress-string-format-literal-warning-to-fix-build-.patch \
|
file://0001-suppress-string-format-literal-warning-to-fix-build-.patch \
|
||||||
file://gnome-stock-pixbufs.h \
|
file://gnome-stock-pixbufs.h \
|
||||||
file://no-pixbuf-csource.patch \
|
file://no-pixbuf-csource.patch \
|
||||||
|
file://05_fix_invalid_utf8.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[archive.md5sum] = "d4bb506b1916015323928faab5aa708b"
|
SRC_URI[archive.md5sum] = "d4bb506b1916015323928faab5aa708b"
|
||||||
SRC_URI[archive.sha256sum] = "ae352f2495889e65524c979932c909f4629a58e64290fb0c95333373225d3c0f"
|
SRC_URI[archive.sha256sum] = "ae352f2495889e65524c979932c909f4629a58e64290fb0c95333373225d3c0f"
|
||||||
|
|||||||
Reference in New Issue
Block a user