Skip to content

Commit

Permalink
devel/electron19: update to 19.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tagattie committed Aug 27, 2022
1 parent 0e87423 commit c87cc8e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion devel/electron19/Makefile
Expand Up @@ -153,7 +153,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948

YARN_TIMESTAMP= 1661065960
YARN_TIMESTAMP= 1661457908

GN_ARGS+= clang_use_chrome_plugins=false \
enable_hangout_services_extension=true \
Expand Down
2 changes: 1 addition & 1 deletion devel/electron19/Makefile.version
@@ -1,2 +1,2 @@
ELECTRON_VER= 19.0.13
ELECTRON_VER= 19.0.14
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
10 changes: 5 additions & 5 deletions devel/electron19/distinfo
@@ -1,14 +1,14 @@
TIMESTAMP = 1661067270
TIMESTAMP = 1661459122
SHA256 (electron/chromium-102.0.5005.167.tar.xz) = 0ef31269e4fd0fe5871e29bb16a3a7aaea1de7eee5d7b2c4c209eff4b196d00e
SIZE (electron/chromium-102.0.5005.167.tar.xz) = 1302429260
SHA256 (electron/df473d4b1ab26ce6b669007521f2ffb8ff99f9d7) = 38fa60c59a8398ae33f8d12c1234735a74dc3c8d0c6d4bc7a9c212c2b4b7fef8
SIZE (electron/df473d4b1ab26ce6b669007521f2ffb8ff99f9d7) = 12046529
SHA256 (electron/cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb) = ec973eccd669d417fbf2d0a4dac730744a3174268ff062db5451b55c82bc3492
SIZE (electron/cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb) = 26759650
SHA256 (electron/electron-yarn-cache-19.0.13.tar.xz) = 9d150d5f6bba46b5712c8453edf25bb975b8d4592d6a356fd985b8cf18f8f43b
SIZE (electron/electron-yarn-cache-19.0.13.tar.xz) = 37910760
SHA256 (electron/electron-electron-v19.0.13_GH0.tar.gz) = 03790367714a9018f531a9be6932315ef37cf7a8375ee4d1511b075ad3da78f8
SIZE (electron/electron-electron-v19.0.13_GH0.tar.gz) = 10497623
SHA256 (electron/electron-yarn-cache-19.0.14.tar.xz) = 4c0dc47759e502c324170b0585ac724cee9fdca985765081b1405018bfd72e93
SIZE (electron/electron-yarn-cache-19.0.14.tar.xz) = 37911808
SHA256 (electron/electron-electron-v19.0.14_GH0.tar.gz) = 30b08539acd1ab8df840650b1da74abd7bd4b4b91b5907daaade056a9b0aceba
SIZE (electron/electron-electron-v19.0.14_GH0.tar.gz) = 10498155
SHA256 (electron/nodejs-node-v16.14.2_GH0.tar.gz) = cc2331a5c35d3dda0035d9cba71c3b8e234bc68e18ffd955b385c1e97062528f
SIZE (electron/nodejs-node-v16.14.2_GH0.tar.gz) = 88432213
SHA256 (electron/nodejs-nan-65b32af46e9d7fab2e4ff657751205b3865f4920_GH0.tar.gz) = a649b75bfa9c1a0254c73d022c6e98924b9471f593bcc83832daaf68da4cae8d
Expand Down
2 changes: 1 addition & 1 deletion devel/electron19/files/package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "19.0.13",
"version": "19.0.14",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
Expand Down
@@ -1,6 +1,6 @@
--- electron/shell/browser/electron_browser_main_parts.cc.orig 2022-08-03 15:31:58 UTC
--- electron/shell/browser/electron_browser_main_parts.cc.orig 2022-08-24 16:48:48 UTC
+++ electron/shell/browser/electron_browser_main_parts.cc
@@ -65,7 +65,7 @@
@@ -66,7 +66,7 @@
#include "ui/wm/core/wm_state.h"
#endif

Expand All @@ -9,7 +9,7 @@
#include "base/environment.h"
#include "base/threading/thread_task_runner_handle.h"
#include "device/bluetooth/bluetooth_adapter_factory.h"
@@ -146,7 +146,7 @@ std::u16string MediaStringProvider(media::MessageId id
@@ -147,7 +147,7 @@ std::u16string MediaStringProvider(media::MessageId id
}
}

Expand All @@ -18,7 +18,7 @@
// GTK does not provide a way to check if current theme is dark, so we compare
// the text and background luminosity to get a result.
// This trick comes from FireFox.
@@ -164,7 +164,7 @@ void UpdateDarkThemeSetting() {
@@ -165,7 +165,7 @@ void UpdateDarkThemeSetting() {

} // namespace

Expand All @@ -27,7 +27,7 @@
class DarkThemeObserver : public ui::NativeThemeObserver {
public:
DarkThemeObserver() = default;
@@ -217,7 +217,7 @@ int ElectronBrowserMainParts::PreEarlyInitialization()
@@ -218,7 +218,7 @@ int ElectronBrowserMainParts::PreEarlyInitialization()
#if BUILDFLAG(IS_POSIX)
HandleSIGCHLD();
#endif
Expand All @@ -36,7 +36,7 @@
DetectOzonePlatform();
ui::OzonePlatform::PreEarlyInitialization();
#endif
@@ -279,7 +279,7 @@ int ElectronBrowserMainParts::PreCreateThreads() {
@@ -283,7 +283,7 @@ int ElectronBrowserMainParts::PreCreateThreads() {
#if defined(USE_AURA)
screen_ = views::CreateDesktopScreen();
display::Screen::SetScreenInstance(screen_.get());
Expand All @@ -45,7 +45,7 @@
views::LinuxUI::instance()->UpdateDeviceScaleFactor();
#endif
#endif
@@ -296,7 +296,7 @@ int ElectronBrowserMainParts::PreCreateThreads() {
@@ -300,7 +300,7 @@ int ElectronBrowserMainParts::PreCreateThreads() {
// happen before the ResourceBundle is loaded
if (locale.empty())
l10n_util::OverrideLocaleWithCocoaLocale();
Expand All @@ -54,7 +54,7 @@
// l10n_util::GetApplicationLocaleInternal uses g_get_language_names(),
// which keys off of getenv("LC_ALL").
// We must set this env first to make ui::ResourceBundle accept the custom
@@ -319,7 +319,7 @@ int ElectronBrowserMainParts::PreCreateThreads() {
@@ -323,7 +323,7 @@ int ElectronBrowserMainParts::PreCreateThreads() {
ElectronBrowserClient::SetApplicationLocale(app_locale);
fake_browser_process_->SetApplicationLocale(app_locale);

Expand All @@ -63,7 +63,7 @@
// Reset to the original LC_ALL since we should not be changing it.
if (!locale.empty()) {
if (lc_all)
@@ -366,7 +366,7 @@ void ElectronBrowserMainParts::PostDestroyThreads() {
@@ -370,7 +370,7 @@ void ElectronBrowserMainParts::PostDestroyThreads() {
}

void ElectronBrowserMainParts::ToolkitInitialized() {
Expand All @@ -72,7 +72,7 @@
auto linux_ui = BuildGtkUi();
linux_ui->Initialize();
DCHECK(ui::LinuxInputMethodContextFactory::instance());
@@ -483,7 +483,9 @@ void ElectronBrowserMainParts::PostCreateMainMessageLo
@@ -487,7 +487,9 @@ void ElectronBrowserMainParts::PostCreateMainMessageLo
ui::OzonePlatform::GetInstance()->PostCreateMainMessageLoop(
std::move(shutdown_cb));
bluez::DBusBluezManagerWrapperLinux::Initialize();
Expand All @@ -82,7 +82,7 @@
// Set up crypt config. This needs to be done before anything starts the
// network service, as the raw encryption key needs to be shared with the
// network service for encrypted cookie storage.
@@ -542,7 +544,7 @@ void ElectronBrowserMainParts::PostMainMessageLoopRun(
@@ -546,7 +548,7 @@ void ElectronBrowserMainParts::PostMainMessageLoopRun(
fake_browser_process_->PostMainMessageLoopRun();
content::DevToolsAgentHost::StopRemoteDebuggingPipeHandler();

Expand Down

0 comments on commit c87cc8e

Please sign in to comment.