[Commits] [SCM] claws-win32-installer branch, gtk3, updated. 4.0.0-1-56-g18d853b

jonathan at claws-mail.org jonathan at claws-mail.org
Mon Jan 17 07:15:46 CET 2022


The branch, gtk3 has been updated
       via  18d853b5d1bbc152b2e78fc2fc19d9172d157f19 (commit)
      from  fbe2ae42364cb4d1ec3e42ec3b03e3a325d63583 (commit)

Summary of changes:
 packages/packages.current       |  2 +-
 patches/pango/01-rounding.patch | 41 -----------------------------------------
 2 files changed, 1 insertion(+), 42 deletions(-)
 delete mode 100644 patches/pango/01-rounding.patch


- Log -----------------------------------------------------------------
commit 18d853b5d1bbc152b2e78fc2fc19d9172d157f19
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sun Jan 2 11:08:38 2022 -0700

    update to pango-1.50.3

diff --git a/packages/packages.current b/packages/packages.current
index 9d784b6..c50c54f 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -44,7 +44,7 @@ libxml2,2.9.12,file,ftp://xmlsoft.org/libxml2/libxml2-2.9.12.tar.gz,c8d6681e38c5
 libxslt,1.1.34,file,ftp://xmlsoft.org/libxml2/libxslt-1.1.34.tar.gz,98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f,,
 nettle,3.7.3,file,https://ftp.gnu.org/pub/gnu/nettle/nettle-3.7.3.tar.gz,661f5eb03f048a3b924c3a8ad2515d4068e40f67e774e8a26827658007e3bcf0,,
 p11_kit,0.24.0,file,https://github.com/p11-glue/p11-kit/releases/download/0.24.0/p11-kit-0.24.0.tar.xz,81e6140584f635e4e956a1b93a32239acf3811ff5b2d3a5c6094e94e99d2c685,,
-pango,1.48.10,file,https://download.gnome.org/sources/pango/1.48/pango-1.48.10.tar.xz,21e1f5798bcdfda75eabc4280514b0896ab56f656d4e7e66030b9a2535ecdc98,,
+pango,1.50.3,file,https://download.gnome.org/sources/pango/1.50/pango-1.50.3.tar.xz,4add05edf51c1fb375a1ccde7498914120e23cb280dd7395b1aeb441f1838a4c,,
 pcre,8.45,file,https://phoenixnap.dl.sourceforge.net/project/pcre/pcre/8.45/pcre-8.45.tar.bz2,4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8,,
 pixman,0.40.0,file,https://cairographics.org/releases/pixman-0.40.0.tar.gz,6d200dec3740d9ec4ec8d1180e25779c00bc749f94278c8b9021f5534db223fc,,
 poppler,21.11.0,file,https://poppler.freedesktop.org/poppler-21.11.0.tar.xz,31b76b5cac0a48612fdd154c02d9eca01fd38fb8eaa77c1196840ecdeb53a584,,
diff --git a/patches/pango/01-rounding.patch b/patches/pango/01-rounding.patch
deleted file mode 100644
index bb721eb..0000000
--- a/patches/pango/01-rounding.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From df0217a3f46c77b743fa1ae1ddfc2bb321ba91e8 Mon Sep 17 00:00:00 2001
-From: Chun-wei Fan <fanchunwei at src.gnome.org>
-Date: Mon, 9 Aug 2021 16:22:22 +0800
-Subject: [PATCH] pango/shape.c: Use the former rounding code as needed
-
-The careful rounding code that was brought back as a result of commit
-d4356779 only had effect if we are using a backend that supported font
-hinting, so on other backends, use the former rounding code that was
-dropped in favor of the careful rounding code that unfortunately did not
-apply for all backends.
-
-Should fix #578.
----
- pango/shape.c | 12 ++++++++++++
- 1 file changed, 12 insertions(+)
-
-diff --git a/pango/shape.c b/pango/shape.c
-index f8ac3691..aed028b7 100644
---- a/pango/shape.c
-+++ b/pango/shape.c
-@@ -341,5 +341,17 @@ pango_shape_with_flags (const gchar         *item_text,
-     #undef HINT
-             }
-         }
-+      else
-+        {
-+          for (i = 0; i < glyphs->num_glyphs; i++)
-+            {
-+              glyphs->glyphs[i].geometry.width =
-+                PANGO_UNITS_ROUND (glyphs->glyphs[i].geometry.width);
-+              glyphs->glyphs[i].geometry.x_offset =
-+                PANGO_UNITS_ROUND (glyphs->glyphs[i].geometry.x_offset);
-+              glyphs->glyphs[i].geometry.y_offset =
-+                PANGO_UNITS_ROUND (glyphs->glyphs[i].geometry.y_offset);
-+            }
-+        }
-     }
- }
--- 
-GitLab
-

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


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


More information about the Commits mailing list