diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-12-12 12:14:48 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-27 07:47:03 -0800 |
commit | 9473dddf8aecb73df88d7a1c83ad5643393ab057 (patch) | |
tree | 393903b69404e6752cd50c6544bea1afa95499e3 /meta-xfce/recipes-xfce | |
parent | 06ede871982d7d3954e24161ce9c7bf959c68f74 (diff) | |
download | meta-openembedded-9473dddf8aecb73df88d7a1c83ad5643393ab057.tar.gz |
gtk-xfce-engine: Fix build with glib-2.0 > 2.53
Fixes errors like
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in position 980: invalid continuation byte
Makefile:737: recipe for target 'xfce_typebuiltin.h' failed
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine/glib-2.54-ftbfs.patch | 23 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb | 2 |
2 files changed, 25 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine/glib-2.54-ftbfs.patch b/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine/glib-2.54-ftbfs.patch new file mode 100644 index 000000000..fb8910204 --- /dev/null +++ b/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine/glib-2.54-ftbfs.patch | |||
@@ -0,0 +1,23 @@ | |||
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 | ported from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870738 | ||
7 | |||
8 | Upstream-Status: Pending | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
10 | |||
11 | Index: gtk-xfce-engine-3.2.0/gtk-3.0/xfce_style_types.h | ||
12 | =================================================================== | ||
13 | --- gtk-xfce-engine-3.2.0.orig/gtk-3.0/xfce_style_types.h | ||
14 | +++ gtk-xfce-engine-3.2.0/gtk-3.0/xfce_style_types.h | ||
15 | @@ -19,7 +19,7 @@ | ||
16 | * | ||
17 | * Portions based Thinice port by | ||
18 | * Tim Gerla <timg@rrv.net>, | ||
19 | - * Tomas Ögren <stric@ing.umu.se, | ||
20 | + * Tomas Ă–gren <stric@ing.umu.se>, | ||
21 | * Richard Hult <rhult@codefactory.se> | ||
22 | * Portions based on Smooth theme by | ||
23 | * Andrew Johnson <ajgenius@ajgenius.us> | ||
diff --git a/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb b/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb index ae7f99f5a..ef4f4bfa8 100644 --- a/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb +++ b/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb | |||
@@ -8,6 +8,8 @@ inherit xfce distro_features_check | |||
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
11 | SRC_URI += "file://glib-2.54-ftbfs.patch" | ||
12 | |||
11 | SRC_URI[md5sum] = "363d6c16a48a00e26d45c45c2e1fd739" | 13 | SRC_URI[md5sum] = "363d6c16a48a00e26d45c45c2e1fd739" |
12 | SRC_URI[sha256sum] = "875c9c3bda96faf050a2224649cc42129ffb662c4de33add8c0fd1fb860b47ed" | 14 | SRC_URI[sha256sum] = "875c9c3bda96faf050a2224649cc42129ffb662c4de33add8c0fd1fb860b47ed" |
13 | 15 | ||