From fbf22fa15629b820e252c8e7baf7ecb22680f215 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Fri, 17 Nov 2017 10:44:10 +0000 Subject: main/gtk-xfce-engine: fix build Fix build error: UnicodeDecodeError: 'utf8' codec can't decode byte 0xd6 in position 980: invalid continuation byte --- .../fix-utf8-codec-can-not-decode-byte.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 main/gtk-xfce-engine/fix-utf8-codec-can-not-decode-byte.patch (limited to 'main/gtk-xfce-engine/fix-utf8-codec-can-not-decode-byte.patch') diff --git a/main/gtk-xfce-engine/fix-utf8-codec-can-not-decode-byte.patch b/main/gtk-xfce-engine/fix-utf8-codec-can-not-decode-byte.patch new file mode 100644 index 0000000000..0aeeefb5b8 --- /dev/null +++ b/main/gtk-xfce-engine/fix-utf8-codec-can-not-decode-byte.patch @@ -0,0 +1,18 @@ +--- a/gtk-3.0/xfce_style_types.h ++++ b/gtk-3.0/xfce_style_types.h +@@ -19,13 +19,13 @@ + * + * Portions based Thinice port by + * Tim Gerla , +- * Tomas Ögren + * Portions based on Smooth theme by + * Andrew Johnson + * Portions based on IceGradient theme by + * Tim Gerla +- * Tomas Ă–gren ++ * Tomas Ogren + * JM Perez + * Portions based on Wonderland theme by + * Garrett LeSage -- cgit v1.2.3