diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-17 10:44:10 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-17 10:45:10 +0000 |
commit | fbf22fa15629b820e252c8e7baf7ecb22680f215 (patch) | |
tree | dad46fd6a2f0db8f8c8054301a2af26466afef67 /main/gtk-xfce-engine/fix-utf8-codec-can-not-decode-byte.patch | |
parent | 1c2d90548a007b7ebf899dca5632dd38bc3d79c3 (diff) | |
download | aports-fbf22fa15629b820e252c8e7baf7ecb22680f215.tar.bz2 aports-fbf22fa15629b820e252c8e7baf7ecb22680f215.tar.xz |
main/gtk-xfce-engine: fix build
Fix build error:
UnicodeDecodeError: 'utf8' codec can't decode byte 0xd6 in
position 980: invalid continuation byte
Diffstat (limited to 'main/gtk-xfce-engine/fix-utf8-codec-can-not-decode-byte.patch')
-rw-r--r-- | main/gtk-xfce-engine/fix-utf8-codec-can-not-decode-byte.patch | 18 |
1 files changed, 18 insertions, 0 deletions
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 <timg@rrv.net>, +- * Tomas Ögren <stric@ing.umu.se, ++ * Tomas Ogren <stric@ing.umu.se, + * Richard Hult <rhult@codefactory.se> + * Portions based on Smooth theme by + * Andrew Johnson <ajgenius@ajgenius.us> + * Portions based on IceGradient theme by + * Tim Gerla <timg@means.net> +- * Tomas Ă–gren <stric@ing.umu.se> ++ * Tomas Ogren <stric@ing.umu.se> + * JM Perez <jose.perez@upcnet.es> + * Portions based on Wonderland theme by + * Garrett LeSage |