electron10: update to 10.4.0.

This commit is contained in:
John 2021-02-27 17:21:30 +01:00
parent 6c89142644
commit f75154855d
2 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,7 @@
for patch_dir, repo in dirs.items():
git.import_patches(repo=repo, patch_data=patch_from_dir(patch_dir),
threeway=threeway is not None,
+ exclude=['content/test/**', 'test/cctest/**', 'test/unittests/**'],
+ exclude=['test/mjsunit/**', 'content/test/**', 'test/cctest/**', 'test/unittests/**'],
committer_name="Electron Scripts", committer_email="scripts@electron")

View file

@ -1,6 +1,6 @@
# Template file for 'electron10'
pkgname=electron10
version=10.3.0
version=10.4.0
_nodever=12.16.3
_chromiumver=85.0.4183.121
revision=1
@ -30,7 +30,7 @@ homepage="https://electronjs.org"
distfiles="https://github.com/electron/electron/archive/v$version.tar.gz>electron-${version}.tar.gz
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$_chromiumver.tar.xz
https://github.com/nodejs/node/archive/v$_nodever.tar.gz>node-$_nodever.tar.gz"
checksum="2938b0fd433d2a3f89eecaf3d28ecfec333ab15da84ae2e0a0db70cc3b047d75
checksum="83dfdc6921ab0263c08168536570720b19eb251a1655715fc5b9b100efecde38
e018547e54566410fb365d9f3dae10037c30fca5debe6ba8baceef3ad3b03d28
dcd0a1e619ff326399ca8fd87f61c255f4d1e9bff47860064993f01e4ff37fe1"
@ -293,7 +293,6 @@ do_configure() {
'is_component_build=false'
"is_debug=$_is_debug"
'is_desktop_linux=true'
'linux_use_bundled_binutils=false'
'proprietary_codecs=true'
'treat_warnings_as_errors=false'
'use_allocator_shim=false'