[Commits] [SCM] claws-win32-installer branch, gtk2, updated. 3.20.0-2-11-gd786281

jonathan at claws-mail.org jonathan at claws-mail.org
Mon May 27 08:54:48 UTC 2024


The branch, gtk2 has been updated
       via  d78628109cbfdaa5144a07e5a30ac9f50352d3a7 (commit)
      from  022ca7bf61dc9659729667583739f275b1f14162 (commit)

Summary of changes:
 packages/packages.current                 |  2 +-
 patches/pango/02-glib-compatibility.patch | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)
 create mode 100644 patches/pango/02-glib-compatibility.patch


- Log -----------------------------------------------------------------
commit d78628109cbfdaa5144a07e5a30ac9f50352d3a7
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sun May 5 19:28:13 2024 -0700

    Update to pango-1.52.2

diff --git a/packages/packages.current b/packages/packages.current
index f665002..ebea348 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -53,7 +53,7 @@ libwebp,1.4.0,file,https://storage.googleapis.com/downloads.webmproject.org/rele
 libxml2,2.12.7,file,https://download.gnome.org/sources/libxml2/2.12/libxml2-2.12.7.tar.xz,24ae78ff1363a973e6d8beba941a7945da2ac056e19b53956aeb6927fd6cfb56,,
 libxslt,1.1.39,file,https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.39.tar.xz,2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0,,
 nettle,3.9.1,file,https://ftp.gnu.org/pub/gnu/nettle/nettle-3.9.1.tar.gz,ccfeff981b0ca71bbd6fbcb054f407c60ffb644389a5be80d6716d5b550c6ce3,,
-pango,1.52.1,file,https://download.gnome.org/sources/pango/1.52/pango-1.52.1.tar.xz,58728a0a2d86f60761208df9493033d18ecb2497abac80ee1a274ad0c6e55f0f,,
+pango,1.52.2,file,https://download.gnome.org/sources/pango/1.52/pango-1.52.2.tar.xz,d0076afe01082814b853deec99f9349ece5f2ce83908b8e58ff736b41f78a96b,,
 pixman,0.43.4,file,https://cairographics.org/releases/pixman-0.43.4.tar.gz,a0624db90180c7ddb79fc7a9151093dc37c646d8c38d3f232f767cf64b85a226,,
 poppler,24.03.0,file,https://poppler.freedesktop.org/poppler-24.03.0.tar.xz,bafbf0db5713dec25b5d16eb2cd87e4a62351cdc40f050c3937cd8dd6882d446,,
 poppler_data,0.4.12,file,https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz,c835b640a40ce357e1b83666aabd95edffa24ddddd49b8daff63adb851cdab74,,
diff --git a/patches/pango/02-glib-compatibility.patch b/patches/pango/02-glib-compatibility.patch
new file mode 100644
index 0000000..81f308b
--- /dev/null
+++ b/patches/pango/02-glib-compatibility.patch
@@ -0,0 +1,11 @@
+--- a/pango/break.c	2024-05-27 00:47:21.979084975 -0700
++++ b/pango/break.c	2024-05-27 00:47:33.343360900 -0700
+@@ -1405,7 +1405,7 @@
+ 		  next_break_type == G_UNICODE_BREAK_WORD_JOINER ||
+ 		  next_break_type == G_UNICODE_BREAK_CLOSE_PUNCTUATION ||
+ 		  next_break_type == G_UNICODE_BREAK_QUOTATION ||
+-		  next_break_type == G_UNICODE_BREAK_CLOSE_PARENTHESIS ||
++		  next_break_type == G_UNICODE_BREAK_CLOSE_PARANTHESIS ||
+ 		  next_break_type == G_UNICODE_BREAK_EXCLAMATION ||
+ 		  next_break_type == G_UNICODE_BREAK_INFIX_SEPARATOR ||
+ 		  next_break_type == G_UNICODE_BREAK_SYMBOL ||

-----------------------------------------------------------------------


hooks/post-receive
-- 
Installer sources for Claws Mail Windows port


More information about the Commits mailing list