libs/glib2: remove the upstream patch
authorYegor Yefremov <yegorslists@googlemail.com>
Tue, 2 Jul 2024 12:55:20 +0000 (14:55 +0200)
committerRosen Penev <rosenp@gmail.com>
Thu, 4 Jul 2024 05:57:10 +0000 (22:57 -0700)
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
libs/glib2/patches/020-locale.patch [deleted file]

diff --git a/libs/glib2/patches/020-locale.patch b/libs/glib2/patches/020-locale.patch
deleted file mode 100644 (file)
index 9451634..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-From ebcc3c01db27b79af38b42c3c52a79d0225f744c Mon Sep 17 00:00:00 2001
-From: Seungha Yang <seungha@centricular.com>
-Date: Sun, 14 Aug 2022 04:56:20 +0900
-Subject: [PATCH] glib-mkenums: Specify output encoding as UTF-8 explicitly for
- non-English locale
-
-Fixup regression introduced by
-https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2797
----
- gobject/glib-mkenums.in | 3 +++
- 1 file changed, 3 insertions(+)
-
---- a/gobject/glib-mkenums.in
-+++ b/gobject/glib-mkenums.in
-@@ -22,6 +22,9 @@ import locale
- # Non-english locale systems might complain to unrecognized character
- sys.stdout = io.TextIOWrapper(sys.stdout.detach(), encoding='utf-8')
-+# Non-english locale systems might complain to unrecognized character
-+sys.stdout = io.TextIOWrapper(sys.stdout.detach(), encoding='utf-8')
-+
- VERSION_STR = '''glib-mkenums version @VERSION@
- glib-mkenums comes with ABSOLUTELY NO WARRANTY.
- You may redistribute copies of glib-mkenums under the terms of