-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci]
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
tur-electron/electron-24/0009-remove-usage-of-proto_ios_shared_v2.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>" | ||
_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" | ||
|