devel/electron30: update to 30.5.1

Changelog: https://github.com/electron/electron/releases/tag/v30.5.1

Reported by:	GitHub (watch releases)
This commit is contained in:
Hiroki Tagato 2024-09-25 13:03:32 +09:00
parent 14a3771430
commit cc14c921db
5 changed files with 15 additions and 15 deletions

View file

@ -1,2 +1,2 @@
ELECTRON_VER= 30.5.0
ELECTRON_VER= 30.5.1
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}

View file

@ -1,14 +1,14 @@
TIMESTAMP = 1726042075
TIMESTAMP = 1727162655
SHA256 (electron/chromium-124.0.6367.243.tar.xz) = 53ed2f29769fe105ae884e37fd9fd9d9756931cf1d6d16c6a252f5982b8496cb
SIZE (electron/chromium-124.0.6367.243.tar.xz) = 1633060772
SHA256 (electron/97a0b3c4c39cf05de1eafb6ffdec0fddd643f0a2) = dcfaea4d353d1df3d4ac2d245ea7e32ad177d4bea1351f363714c9c22ca5c4f8
SIZE (electron/97a0b3c4c39cf05de1eafb6ffdec0fddd643f0a2) = 9761601
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-30.5.0.tar.xz) = f1850543ce13619fe291e15e25418779cee8ed154d2424c5dbb49faa2e4c60f3
SIZE (electron/electron-yarn-cache-30.5.0.tar.xz) = 29179584
SHA256 (electron/electron-electron-v30.5.0_GH0.tar.gz) = 10ccd78b3c709d22aa78b5cc62627f3a08feb710c8efbc28dd893e4f7aa38df2
SIZE (electron/electron-electron-v30.5.0_GH0.tar.gz) = 13407784
SHA256 (electron/electron-yarn-cache-30.5.1.tar.xz) = f1850543ce13619fe291e15e25418779cee8ed154d2424c5dbb49faa2e4c60f3
SIZE (electron/electron-yarn-cache-30.5.1.tar.xz) = 29179584
SHA256 (electron/electron-electron-v30.5.1_GH0.tar.gz) = 720668d9fbc0b96bede1506dde82090539bb66eb19249b0d12cc2e9bd6ea3b2a
SIZE (electron/electron-electron-v30.5.1_GH0.tar.gz) = 13408303
SHA256 (electron/nodejs-node-v20.16.0_GH0.tar.gz) = d78104796225bcc150adf8ce4c486abfb390e1c71d0af7f28343803fe8588491
SIZE (electron/nodejs-node-v20.16.0_GH0.tar.gz) = 115322530
SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb

View file

@ -1,4 +1,4 @@
--- electron/BUILD.gn.orig 2024-05-15 08:18:48 UTC
--- electron/BUILD.gn.orig 2024-09-10 16:10:30 UTC
+++ electron/BUILD.gn
@@ -522,7 +522,7 @@ source_set("electron_lib") {
defines += [ "GDK_DISABLE_DEPRECATION_WARNINGS" ]
@ -22,7 +22,7 @@
if (is_linux) {
libs = [ "xshmfence" ]
deps += [
@@ -1195,7 +1201,7 @@ if (is_mac) {
@@ -1196,7 +1202,7 @@ if (is_mac) {
":electron_lib",
":electron_win32_resources",
":packed_resources",
@ -31,7 +31,7 @@
"//content:sandbox_helper_win",
"//electron/buildflags",
"//ui/strings",
@@ -1221,7 +1227,7 @@ if (is_mac) {
@@ -1222,7 +1228,7 @@ if (is_mac) {
public_deps = [ "//tools/v8_context_snapshot:v8_context_snapshot" ]
}
@ -40,7 +40,7 @@
data_deps += [ "//components/crash/core/app:chrome_crashpad_handler" ]
}
@@ -1288,7 +1294,7 @@ if (is_mac) {
@@ -1289,7 +1295,7 @@ if (is_mac) {
configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ]
}
@ -49,7 +49,7 @@
deps += [ "//sandbox/linux:chrome_sandbox" ]
}
}
@@ -1396,7 +1402,7 @@ dist_zip("electron_dist_zip") {
@@ -1397,7 +1403,7 @@ dist_zip("electron_dist_zip") {
":electron_version_file",
":licenses",
]

View file

@ -1,4 +1,4 @@
--- electron/shell/browser/api/electron_api_web_contents.cc.orig 2024-04-16 14:29:17 UTC
--- electron/shell/browser/api/electron_api_web_contents.cc.orig 2024-09-10 16:10:30 UTC
+++ electron/shell/browser/api/electron_api_web_contents.cc
@@ -152,11 +152,11 @@
#include "ui/base/cocoa/defaults_utils.h"
@ -50,7 +50,7 @@
if (owner_window())
owner_window()->Focus(true);
#endif
@@ -4132,7 +4132,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
@@ -4136,7 +4136,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
}
#endif

View file

@ -1,6 +1,6 @@
--- electron/shell/browser/api/electron_api_web_contents.h.orig 2024-04-16 14:29:17 UTC
--- electron/shell/browser/api/electron_api_web_contents.h.orig 2024-09-10 16:10:30 UTC
+++ electron/shell/browser/api/electron_api_web_contents.h
@@ -760,7 +760,7 @@ class WebContents : public ExclusiveAccessContext,
@@ -762,7 +762,7 @@ class WebContents : public ExclusiveAccessContext,
#if defined(TOOLKIT_VIEWS) && !BUILDFLAG(IS_MAC)
ui::ImageModel GetDevToolsWindowIcon() override;
#endif