mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
devel/electron4: update to 4.2.8
Changes: https://github.com/electron/electron/releases/tag/v4.2.7 Changes: https://github.com/electron/electron/releases/tag/v4.2.8 Submitted by: maintainer
This commit is contained in:
parent
ed0bd3b93b
commit
4b2faba030
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507313
8 changed files with 23 additions and 23 deletions
|
@ -62,7 +62,7 @@ GH_TUPLE= electron:node:8bc5d171a0873c0ba49f9433798bc8b67399788c:node
|
|||
# yaml:pyyaml:3.12:pyyaml \
|
||||
# kennethreitz:requests:e4d59bedfd3c7f4f254f4f5d036587bcd8152458:requests
|
||||
|
||||
ELECTRON_VER= 4.2.6
|
||||
ELECTRON_VER= 4.2.8
|
||||
# See ${WRKSRC}/electron/DEPS for CHROMIUM_VER
|
||||
CHROMIUM_VER= 69.0.3497.128
|
||||
# See ${WRKSRC}/third_party/node/node_modules.tar.gz.sha1 for CHROMIUM_NODE_MODULES_HASH
|
||||
|
@ -155,7 +155,7 @@ TEST_ALL_TARGET+= third_party/electron_node:headers
|
|||
POST_BUILD_TARGETS= licenses version
|
||||
POST_BUILD_DIST_TARGETS= dist.zip chromedriver.zip mksnapshot.zip
|
||||
|
||||
NPM_TIMESTAMP= 1562065273
|
||||
NPM_TIMESTAMP= 1563963161
|
||||
|
||||
PLIST_SUB= ELECTRON_VER=${ELECTRON_VER}
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
TIMESTAMP = 1562065465
|
||||
TIMESTAMP = 1563963324
|
||||
SHA256 (electron/chromium-69.0.3497.128.tar.xz) = af2b0ee2d16255fd28c3ef23a1481eebe58d6604f238b154594072e17ac643ed
|
||||
SIZE (electron/chromium-69.0.3497.128.tar.xz) = 1363607512
|
||||
SHA256 (electron/050c85d20f7cedd7f5c39533c1ba89dcdfa56a08) = d2e12fe5e144628f70536d1fea30fa817b7639f067e69f6a9e926f7311c9ec00
|
||||
SIZE (electron/050c85d20f7cedd7f5c39533c1ba89dcdfa56a08) = 4535767
|
||||
SHA256 (electron/electron-npm-modules-4.2.6.tar.xz) = 542ece76c0db618306be82ee4b34ba49f031ffea0da77ce7691c6a8930fe6452
|
||||
SIZE (electron/electron-npm-modules-4.2.6.tar.xz) = 15027272
|
||||
SHA256 (electron/electron-npm-modules-4.2.8.tar.xz) = 8fd94822ad10a878c942b53ddea34e30dc6857724c1daa7ec297ac95d1a8d818
|
||||
SIZE (electron/electron-npm-modules-4.2.8.tar.xz) = 15027636
|
||||
SHA256 (electron/a22de844e32a3f720d219e3911c3da3478039f89) = 6e331676d098a57c53c1250821dc47ed84c47f823901bf30c4704df90d8a34be
|
||||
SIZE (electron/a22de844e32a3f720d219e3911c3da3478039f89) = 17469927
|
||||
SHA256 (electron/electron-electron-v4.2.6_GH0.tar.gz) = 5f328197951914c6ffdcd381188b4cd7c6f79e062b53f337a6961f1d6183c16f
|
||||
SIZE (electron/electron-electron-v4.2.6_GH0.tar.gz) = 6519044
|
||||
SHA256 (electron/electron-electron-v4.2.8_GH0.tar.gz) = 5d53c7f2095167f2ac5a10d395616a76776cb9f403bbb427f2399cf3fb6aa4dd
|
||||
SIZE (electron/electron-electron-v4.2.8_GH0.tar.gz) = 6531740
|
||||
SHA256 (electron/electron-node-8bc5d171a0873c0ba49f9433798bc8b67399788c_GH0.tar.gz) = bc94083d3904643f17181c83db83a1c7d6557044e957185d0d73d88e82472b90
|
||||
SIZE (electron/electron-node-8bc5d171a0873c0ba49f9433798bc8b67399788c_GH0.tar.gz) = 56885474
|
||||
|
|
2
devel/electron4/files/package-lock.json
generated
2
devel/electron4/files/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "electron",
|
||||
"version": "4.2.6",
|
||||
"version": "4.2.8",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "electron",
|
||||
"version": "4.2.6",
|
||||
"version": "4.2.8",
|
||||
"repository": "https://github.com/electron/electron",
|
||||
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- components/network_session_configurator/browser/network_session_configurator.cc.orig 2019-06-07 04:25:15 UTC
|
||||
--- components/network_session_configurator/browser/network_session_configurator.cc.orig 2019-07-24 10:33:28 UTC
|
||||
+++ components/network_session_configurator/browser/network_session_configurator.cc
|
||||
@@ -601,7 +601,7 @@ net::URLRequestContextBuilder::HttpCacheParams::Type C
|
||||
@@ -618,7 +618,7 @@ net::URLRequestContextBuilder::HttpCacheParams::Type C
|
||||
}
|
||||
#endif // #if !defined(OS_ANDROID)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2019-03-15 06:37:20 UTC
|
||||
--- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2019-07-24 10:33:28 UTC
|
||||
+++ content/browser/renderer_host/render_widget_host_view_aura.cc
|
||||
@@ -119,7 +119,7 @@
|
||||
#include "content/browser/accessibility/browser_accessibility_auralinux.h"
|
||||
|
@ -9,7 +9,7 @@
|
|||
#include "ui/base/ime/linux/text_edit_command_auralinux.h"
|
||||
#include "ui/base/ime/linux/text_edit_key_bindings_delegate_auralinux.h"
|
||||
#endif
|
||||
@@ -2077,7 +2077,7 @@ bool RenderWidgetHostViewAura::NeedsInputGrab() {
|
||||
@@ -2081,7 +2081,7 @@ bool RenderWidgetHostViewAura::NeedsInputGrab() {
|
||||
}
|
||||
|
||||
bool RenderWidgetHostViewAura::NeedsMouseCapture() {
|
||||
|
@ -18,7 +18,7 @@
|
|||
return NeedsInputGrab();
|
||||
#endif
|
||||
return false;
|
||||
@@ -2277,7 +2277,7 @@ void RenderWidgetHostViewAura::ForwardKeyboardEventWit
|
||||
@@ -2281,7 +2281,7 @@ void RenderWidgetHostViewAura::ForwardKeyboardEventWit
|
||||
if (!target_host)
|
||||
return;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- electron/BUILD.gn.orig 2019-03-16 09:51:23 UTC
|
||||
--- electron/BUILD.gn.orig 2019-07-19 22:22:11 UTC
|
||||
+++ electron/BUILD.gn
|
||||
@@ -307,6 +307,15 @@ static_library("electron_lib") {
|
||||
@@ -308,6 +308,15 @@ static_library("electron_lib") {
|
||||
"//extensions/common/url_pattern.h",
|
||||
]
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
|||
if (is_component_build) {
|
||||
defines += [ "NODE_SHARED_MODE" ]
|
||||
}
|
||||
@@ -376,7 +385,7 @@ static_library("electron_lib") {
|
||||
@@ -377,7 +386,7 @@ static_library("electron_lib") {
|
||||
sources += filenames.lib_sources_win
|
||||
libs += [ "dwmapi.lib" ]
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- ui/views/controls/textfield/textfield.cc.orig 2019-03-15 06:38:29 UTC
|
||||
--- ui/views/controls/textfield/textfield.cc.orig 2019-07-24 10:33:28 UTC
|
||||
+++ ui/views/controls/textfield/textfield.cc
|
||||
@@ -59,7 +59,7 @@
|
||||
#include "base/win/win_util.h"
|
||||
|
@ -35,8 +35,8 @@
|
|||
return flags & ui::EF_CONTROL_DOWN;
|
||||
#else
|
||||
return false;
|
||||
@@ -669,7 +669,7 @@ bool Textfield::OnMousePressed(const ui::MouseEvent& e
|
||||
ShowVirtualKeyboardIfEnabled();
|
||||
@@ -671,7 +671,7 @@ bool Textfield::OnMousePressed(const ui::MouseEvent& e
|
||||
#endif
|
||||
}
|
||||
|
||||
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
||||
|
@ -44,7 +44,7 @@
|
|||
if (!handled && !had_focus && event.IsOnlyMiddleMouseButton())
|
||||
RequestFocusWithPointer(ui::EventPointerType::POINTER_TYPE_MOUSE);
|
||||
#endif
|
||||
@@ -713,7 +713,7 @@ bool Textfield::OnKeyPressed(const ui::KeyEvent& event
|
||||
@@ -715,7 +715,7 @@ bool Textfield::OnKeyPressed(const ui::KeyEvent& event
|
||||
if (!textfield)
|
||||
return handled;
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
|||
ui::TextEditKeyBindingsDelegateAuraLinux* delegate =
|
||||
ui::GetTextEditKeyBindingsDelegate();
|
||||
std::vector<ui::TextEditCommandAuraLinux> commands;
|
||||
@@ -875,7 +875,7 @@ void Textfield::AboutToRequestFocusFromTabTraversal(bo
|
||||
@@ -883,7 +883,7 @@ void Textfield::AboutToRequestFocusFromTabTraversal(bo
|
||||
}
|
||||
|
||||
bool Textfield::SkipDefaultKeyEventProcessing(const ui::KeyEvent& event) {
|
||||
|
@ -62,7 +62,7 @@
|
|||
// Skip any accelerator handling that conflicts with custom keybindings.
|
||||
ui::TextEditKeyBindingsDelegateAuraLinux* delegate =
|
||||
ui::GetTextEditKeyBindingsDelegate();
|
||||
@@ -2071,7 +2071,7 @@ bool Textfield::PasteSelectionClipboard() {
|
||||
@@ -2079,7 +2079,7 @@ bool Textfield::PasteSelectionClipboard() {
|
||||
}
|
||||
|
||||
void Textfield::UpdateSelectionClipboard() {
|
||||
|
|
Loading…
Add table
Reference in a new issue