devel/electron39: Update to 39.8.5
Changelog: - https://github.com/electron/electron/releases/tag/v39.8.4 - https://github.com/electron/electron/releases/tag/v39.8.5 Reported by: GitHub (watch releases)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
PORTNAME= electron
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= ${ELECTRON_VER}
|
||||
PORTREVISION= 1
|
||||
PULSEMV= 16
|
||||
PULSEV= ${PULSEMV}.1
|
||||
CATEGORIES= devel
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
ELECTRON_VER= 39.8.3
|
||||
ELECTRON_VER= 39.8.5
|
||||
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
TIMESTAMP = 1773831601
|
||||
TIMESTAMP = 1774724940
|
||||
SHA256 (electron/chromium-142.0.7444.265.tar.xz.0) = 54ca3cf92f6a207a4e1b46fe016da7d515097f999b5e53ba4201adc906ae383e
|
||||
SIZE (electron/chromium-142.0.7444.265.tar.xz.0) = 2000000000
|
||||
SHA256 (electron/chromium-142.0.7444.265.tar.xz.1) = 289722408b81d862eb63f98cf47516308add8e18f5d62d2455c98942a2ebface
|
||||
@@ -9,10 +9,10 @@ SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1
|
||||
SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111
|
||||
SHA256 (electron/yarn-4.12.0.tgz) = bd58d06826ce9542c4cd904fe10bab7bc718ea2cc39a45d9fbd15f2edb45761c
|
||||
SIZE (electron/yarn-4.12.0.tgz) = 1056794
|
||||
SHA256 (electron/electron39-39.8.3-node-modules.tar.xz) = 0f539cfddfd0cbcf8df0e5a974a0c2a7cf812d7c1fd10ba2148a69265412ad5a
|
||||
SIZE (electron/electron39-39.8.3-node-modules.tar.xz) = 59894046
|
||||
SHA256 (electron/electron-electron-v39.8.3_GH0.tar.gz) = 294c6df630f84152ef0f66a9a4a02d89e9aaf2a53c27ea183ecb19d615530159
|
||||
SIZE (electron/electron-electron-v39.8.3_GH0.tar.gz) = 17160436
|
||||
SHA256 (electron/electron39-39.8.5-node-modules.tar.xz) = 0f539cfddfd0cbcf8df0e5a974a0c2a7cf812d7c1fd10ba2148a69265412ad5a
|
||||
SIZE (electron/electron39-39.8.5-node-modules.tar.xz) = 59894046
|
||||
SHA256 (electron/electron-electron-v39.8.5_GH0.tar.gz) = 0d4703a0d4b6c5fea2fea7c71ee1cbd6faaf604e086bf0e2ca776c921b7b7e64
|
||||
SIZE (electron/electron-electron-v39.8.5_GH0.tar.gz) = 17181614
|
||||
SHA256 (electron/nodejs-node-v22.22.1_GH0.tar.gz) = 4d9ebbac6ba3f9610fdd5449274794a3b32305b33ca6f2fd476ac139024015c6
|
||||
SIZE (electron/nodejs-node-v22.22.1_GH0.tar.gz) = 129747267
|
||||
SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb
|
||||
|
||||
@@ -9,4 +9,8 @@ npmMinimalAgeGate: 10080
|
||||
npmPreapprovedPackages:
|
||||
- "@electron/*"
|
||||
|
||||
httpProxy: "${HTTP_PROXY:-}"
|
||||
|
||||
httpsProxy: "${HTTPS_PROXY:-}"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.12.0.cjs
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- electron/shell/browser/api/electron_api_base_window.cc.orig 2025-11-13 22:50:46 UTC
|
||||
--- electron/shell/browser/api/electron_api_base_window.cc.orig 2026-03-26 07:50:03 UTC
|
||||
+++ electron/shell/browser/api/electron_api_base_window.cc
|
||||
@@ -44,7 +44,7 @@
|
||||
#include "shell/browser/ui/views/win_frame_view.h"
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "shell/browser/ui/views/opaque_frame_view.h"
|
||||
#endif
|
||||
|
||||
@@ -1034,7 +1034,7 @@ void BaseWindow::SetIconImpl(v8::Isolate* isolate,
|
||||
@@ -1040,7 +1040,7 @@ void BaseWindow::SetIconImpl(v8::Isolate* isolate,
|
||||
static_cast<NativeWindowViews*>(window_.get())
|
||||
->SetIcon(native_image->GetHICON(GetSystemMetrics(SM_CXSMICON)),
|
||||
native_image->GetHICON(GetSystemMetrics(SM_CXICON)));
|
||||
@@ -18,7 +18,7 @@
|
||||
static_cast<NativeWindowViews*>(window_.get())
|
||||
->SetIcon(native_image->image().AsImageSkia());
|
||||
#endif
|
||||
@@ -1126,7 +1126,7 @@ v8::Local<v8::Value> BaseWindow::GetAccentColor() cons
|
||||
@@ -1132,7 +1132,7 @@ v8::Local<v8::Value> BaseWindow::GetAccentColor() cons
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
void BaseWindow::SetTitleBarOverlay(const gin_helper::Dictionary& options,
|
||||
gin_helper::Arguments* args) {
|
||||
static_cast<NativeWindowViews*>(window_.get())
|
||||
@@ -1323,7 +1323,7 @@ void BaseWindow::BuildPrototype(v8::Isolate* isolate,
|
||||
@@ -1329,7 +1329,7 @@ void BaseWindow::BuildPrototype(v8::Isolate* isolate,
|
||||
.SetMethod("setThumbnailToolTip", &BaseWindow::SetThumbnailToolTip)
|
||||
.SetMethod("setAppDetails", &BaseWindow::SetAppDetails)
|
||||
#endif
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- electron/shell/browser/api/electron_api_base_window.h.orig 2025-08-13 14:21:20 UTC
|
||||
--- electron/shell/browser/api/electron_api_base_window.h.orig 2026-03-26 07:50:03 UTC
|
||||
+++ electron/shell/browser/api/electron_api_base_window.h
|
||||
@@ -259,7 +259,7 @@ class BaseWindow : public gin_helper::TrackableObject<
|
||||
@@ -260,7 +260,7 @@ class BaseWindow : public gin_helper::TrackableObject<
|
||||
v8::Local<v8::Value> GetAccentColor() const;
|
||||
#endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- electron/spec/api-browser-window-spec.ts.orig 2026-03-17 08:46:38 UTC
|
||||
--- electron/spec/api-browser-window-spec.ts.orig 2026-03-26 07:50:03 UTC
|
||||
+++ electron/spec/api-browser-window-spec.ts
|
||||
@@ -69,7 +69,7 @@ describe('BrowserWindow module', () => {
|
||||
}).not.to.throw();
|
||||
@@ -171,7 +171,7 @@
|
||||
// Not implemented on Linux.
|
||||
afterEach(closeAllWindows);
|
||||
|
||||
@@ -6858,7 +6858,7 @@ describe('BrowserWindow module', () => {
|
||||
@@ -6906,7 +6906,7 @@ describe('BrowserWindow module', () => {
|
||||
describe('"transparent" option', () => {
|
||||
afterEach(closeAllWindows);
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- electron/spec/chromium-spec.ts.orig 2026-02-24 16:18:59 UTC
|
||||
--- electron/spec/chromium-spec.ts.orig 2026-03-26 07:50:03 UTC
|
||||
+++ electron/spec/chromium-spec.ts
|
||||
@@ -475,13 +475,13 @@ describe('command line switches', () => {
|
||||
it('should not set an invalid locale', async () => testLocale('asdfkl', `${currentLocale}|${currentSystemLocale}|${currentPreferredLanguages}`));
|
||||
@@ -18,7 +18,7 @@
|
||||
});
|
||||
|
||||
describe('--remote-debugging-pipe switch', () => {
|
||||
@@ -3253,12 +3253,12 @@ describe('font fallback', () => {
|
||||
@@ -3336,12 +3336,12 @@ describe('font fallback', () => {
|
||||
expect(fonts[0].familyName).to.equal('Arial');
|
||||
} else if (process.platform === 'darwin') {
|
||||
expect(fonts[0].familyName).to.equal('Helvetica');
|
||||
@@ -33,7 +33,7 @@
|
||||
const html = `
|
||||
<html lang="ja-JP">
|
||||
<head>
|
||||
@@ -3811,7 +3811,7 @@ describe('paste execCommand', () => {
|
||||
@@ -3894,7 +3894,7 @@ describe('paste execCommand', () => {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user