From 983032800a2717e7af1b322e856967fd25d384d2 Mon Sep 17 00:00:00 2001 From: Chongyun Lee <45286352+licy183@users.noreply.github.com> Date: Sun, 7 Apr 2024 01:28:54 +0800 Subject: [PATCH] electron-24: bump to 24.8.8 (#32) [skip ci] --- .../0009-remove-usage-of-proto_ios_shared_v2.patch | 13 +++++++++++++ tur-electron/electron-24/build.sh | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 tur-electron/electron-24/0009-remove-usage-of-proto_ios_shared_v2.patch diff --git a/tur-electron/electron-24/0009-remove-usage-of-proto_ios_shared_v2.patch b/tur-electron/electron-24/0009-remove-usage-of-proto_ios_shared_v2.patch new file mode 100644 index 0000000..cd9e5bd --- /dev/null +++ b/tur-electron/electron-24/0009-remove-usage-of-proto_ios_shared_v2.patch @@ -0,0 +1,13 @@ +This reverts https://github.com/chromium/chromium/commit/a7d41a879e76768b1875ed145dae2ad0584584a0 + +--- a/components/feed/core/proto/BUILD.gn ++++ b/components/feed/core/proto/BUILD.gn +@@ -67,7 +67,6 @@ + "v2/wire/xsurface_content.proto", + "v2/xsurface.proto", + ] +- proto_deps = [ ":proto_ios_shared_v2" ] + } + + if (is_android) { + diff --git a/tur-electron/electron-24/build.sh b/tur-electron/electron-24/build.sh index 7a5b7ad..0273020 100644 --- a/tur-electron/electron-24/build.sh +++ b/tur-electron/electron-24/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Build cross-platform desktop apps with JavaScript, HTML, TERMUX_PKG_LICENSE="MIT, BSD 3-Clause" TERMUX_PKG_MAINTAINER="Chongyun Lee " _CHROMIUM_VERSION=112.0.5615.49 -TERMUX_PKG_VERSION=24.0.0 +TERMUX_PKG_VERSION=24.8.8 TERMUX_PKG_SRCURL=git+https://github.com/electron/electron TERMUX_PKG_DEPENDS="electron-deps" TERMUX_PKG_BUILD_DEPENDS="libnotify, libffi-static"