libgnomeui: Fix build with newer glib-2.0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2017-12-14 09:33:55 -08:00 committed by Armin Kuster
parent 30998bfc32
commit e32c5a17de
2 changed files with 22 additions and 0 deletions

View File

@ -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)
*

View File

@ -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"