[Commits] [SCM] claws-win32-installer branch, master, updated. 4.3.0-1-71-g7c4b014

jonathan at claws-mail.org jonathan at claws-mail.org
Mon Feb 24 05:13:58 UTC 2025


The branch, master has been updated
       via  7c4b014e106445f9e66c5a8b8626a3e33902d0e5 (commit)
      from  e6addabf3498328792fee383e0e4f45f4943ed41 (commit)

Summary of changes:
 packages/packages.current    | 2 +-
 src/sections-installer.nsi   | 2 +-
 src/sections-uninstaller.nsi | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit 7c4b014e106445f9e66c5a8b8626a3e33902d0e5
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sun Feb 23 18:57:09 2025 -0700

    Update to poppler-25.02.0

diff --git a/packages/packages.current b/packages/packages.current
index 8fd09cd..aea419f 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -54,7 +54,7 @@ p11_kit,0.25.5,file,https://github.com/p11-glue/p11-kit/releases/download/0.25.5
 pango,1.56.1,file,https://download.gnome.org/sources/pango/1.56/pango-1.56.1.tar.xz,426be66460c98b8378573e7f6b0b2ab450f6bb6d2ec7cecc33ae81178f246480,,
 pcre2,10.45,file,https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.45/pcre2-10.45.tar.bz2,21547f3516120c75597e5b30a992e27a592a31950b5140e7b8bfde3f192033c4,,
 pixman,0.44.2,file,https://cairographics.org/releases/pixman-0.44.2.tar.gz,6349061ce1a338ab6952b92194d1b0377472244208d47ff25bef86fc71973466,,
-poppler,24.12.0,file,https://poppler.freedesktop.org/poppler-24.12.0.tar.xz,1cf374c3146f3f685d9257701bf0c2866c61d6c202c14d1f5c01a1f3a089028a,,
+poppler,25.02.0,file,https://poppler.freedesktop.org/poppler-25.02.0.tar.xz,21234cb2a9647d73c752ce4031e65a79d11a511a835f2798284c2497b8701dee,,
 poppler_data,0.4.12,file,https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz,c835b640a40ce357e1b83666aabd95edffa24ddddd49b8daff63adb851cdab74,,
 regex,20241207,git,git://git.savannah.gnu.org/gnulib.git,1b9aa344fb8bb23dfff4d81645d41486200c5b72cbfc3766c64077749172aaa6,master,5e1283bb13d74c6619afb71c6a322c648a8cc91e
 ytnef,2.1.2,file,https://github.com/Yeraze/ytnef/archive/refs/tags/v2.1.2.tar.gz,340f03f495884611209e9c0bc943fad06ce920e8c79655aa228d5ca7418dc360,,
diff --git a/src/sections-installer.nsi b/src/sections-installer.nsi
index c49be97..10d4dac 100644
--- a/src/sections-installer.nsi
+++ b/src/sections-installer.nsi
@@ -477,7 +477,7 @@ File ${prefix}/bin/libgumbo-3.dll
 ### poppler
 !insertmacro SetPrefix poppler
 File ${prefix}/bin/libpoppler-glib-8.dll
-File ${prefix}/bin/libpoppler-144.dll
+File ${prefix}/bin/libpoppler-146.dll
 
 #######################################
 ### claws-mail
diff --git a/src/sections-uninstaller.nsi b/src/sections-uninstaller.nsi
index 5636754..a3377aa 100644
--- a/src/sections-uninstaller.nsi
+++ b/src/sections-uninstaller.nsi
@@ -36,7 +36,7 @@ RMDir "$INSTDIR\lib\claws-mail"
 #######################################
 ### poppler
 Delete "$INSTDIR\libpoppler-glib-8.dll"
-Delete "$INSTDIR\libpoppler-144.dll"
+Delete "$INSTDIR\libpoppler-146.dll"
 
 #######################################
 ### gumbo-parser

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


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


More information about the Commits mailing list