Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (55d2cb73e7e1420b3e4b5bd97aa49a75a1487ad5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (55d2cb73e7e1420b3e4b5bd97aa49a75a1487ad5)
  • Date: Thu, 3 Apr 2025 05:15:11 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

http/webkitgtk3/DETAILS | 4 -
http/webkitgtk3/HISTORY | 4 +
http/webkitgtk3/patches/0001-Support-ICU-76.1-build.patch | 33
--------------
3 files changed, 6 insertions(+), 35 deletions(-)

New commits:
commit 55d2cb73e7e1420b3e4b5bd97aa49a75a1487ad5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

webkitgtk3 2.48.0

diff --git a/http/webkitgtk3/DETAILS b/http/webkitgtk3/DETAILS
index b1814ad..cb7bf30 100755
--- a/http/webkitgtk3/DETAILS
+++ b/http/webkitgtk3/DETAILS
@@ -1,10 +1,10 @@
# Watch: https://www.webkitgtk.org/releases/ webkitgtk-([0-9.]*)[.]tar
. "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=webkitgtk3
- VERSION=2.46.5
+ VERSION=2.48.0
SOURCE=webkitgtk-$VERSION.tar.xz
SOURCE_URL[0]=http://www.webkitgtk.org/releases/$SOURCE
-
SOURCE_HASH=sha512:9a0eb018361d407f13b303f66babcdc9960075bf69b83cf2ee8f708e5396cfa9e0a720f77695aea216072392e0603c2dc8ad50e6d56f962d4a52e9cdadf38275
+
SOURCE_HASH=sha512:296d49f5d1eac94950d77fee098839b0d4a8eed8eb7dab793013755f499d2d0f7234a073afb30cf5d58eac107c6303ce3d9a7bfb8435fa40900d8178c281e529
SOURCE_DIRECTORY="$BUILD_DIRECTORY/webkitgtk-$VERSION"
WEB_SITE=http://webkitgtk.org/
SECURITY_PATCH=13
diff --git a/http/webkitgtk3/HISTORY b/http/webkitgtk3/HISTORY
index 0cc788a..d101cbb 100644
--- a/http/webkitgtk3/HISTORY
+++ b/http/webkitgtk3/HISTORY
@@ -1,3 +1,7 @@
+2025-04-03 Ismael Luceno <ismael AT sourcemage.org>
+ * patches/0001-Support-ICU-76.1-build.patch: removed, no longer needed
+ * DETAILS: updated spell to 2.48.0
+
2025-01-19 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DETAILS: updated spell to 2.46.5
* PRE_BUILD, patches/0001-Support-ICU-76.1-build.patch:
diff --git a/http/webkitgtk3/patches/0001-Support-ICU-76.1-build.patch
b/http/webkitgtk3/patches/0001-Support-ICU-76.1-build.patch
deleted file mode 100644
index 2ac2cc3..0000000
--- a/http/webkitgtk3/patches/0001-Support-ICU-76.1-build.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 63f7badbada070ebaadd318b2801818ecf7e7ea0 Mon Sep 17 00:00:00 2001
-From: Don Olmstead <don.olmstead AT sony.com>
-Date: Sat, 26 Oct 2024 08:27:01 -0700
-Subject: [PATCH] Support ICU 76.1 build
- https://bugs.webkit.org/show_bug.cgi?id=282120
-
-Reviewed by Yusuke Suzuki.
-
-In ICU 76.1 an additional macro `U_SHOW_CPLUSPLUS_HEADER_API` was added to
-control visibility of the C++ API within ICU. Set this value to `0` since
WebKit
-wants to only use the C API.
-
-* Source/WTF/wtf/Platform.h:
-
-Canonical link: https://commits.webkit.org/285727@main
-Upstream-Status: Backport
-Signed-off-by: Ismael Luceno <ismael AT sourcemage.org>
----
- Source/WTF/wtf/Platform.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h
-index 23070df2937ba..51a8dce97755e 100644
---- a/Source/WTF/wtf/Platform.h
-+++ b/Source/WTF/wtf/Platform.h
-@@ -115,6 +115,7 @@
- /* ICU configuration. Some of these match ICU defaults on some platforms,
but we would like them consistently set everywhere we build WebKit. */
- #define U_HIDE_DEPRECATED_API 1
- #define U_SHOW_CPLUSPLUS_API 0
-+#define U_SHOW_CPLUSPLUS_HEADER_API 0
- #ifdef __cplusplus
- #define UCHAR_TYPE char16_t
- #endif


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (55d2cb73e7e1420b3e4b5bd97aa49a75a1487ad5), Ismael Luceno, 04/03/2025

Archive powered by MHonArc 2.6.24.

Top of Page