Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
electron29


Commits:
02a24aaa by Caleb Maclennan at 2024-03-09T01:12:51+03:00
upgpkg: 29.1.1-4: Rebuild with chromium version from retagged Electron release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = electron29
        pkgdesc = Build cross platform desktop apps with web technologies
        pkgver = 29.1.1
-       pkgrel = 3
+       pkgrel = 4
        url = https://electronjs.org
        arch = x86_64
        license = MIT
@@ -89,11 +89,11 @@ pkgbase = electron29
        source = use-system-libraries-in-node.patch
        source = compiler-rt-adjust-paths.patch
        source = default_app-icon.patch
-       source = jinja-python-3.10.patch
        source = electron-launcher.sh
        source = electron.desktop
+       source = jinja-python-3.10.patch
        source = makepkg-source-roller.py
-       source = 
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=122.0.6261.95
+       source = 
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=122.0.6261.111
        source = 
chromium-mirror_third_party_nan::git+https://github.com/nodejs/nan.git#commit=e14bdcd1f72d62bca1d541b66da43130384ec213
        source = 
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v20.9.0
        source = 
chromium-mirror_third_party_engflow-reclient-configs::git+https://github.com/EngFlow/reclient-configs.git#commit=955335c30a752e9ef7bff375baab5e0819b6c00d
@@ -215,7 +215,7 @@ pkgbase = electron29
        source = 
chromium-mirror_third_party_xnnpack_src::git+https://chromium.googlesource.com/external/github.com/google/XNNPACK.git#commit=a68aa0a24b0d3e1c75f2f7c0915b70121cee0470
        source = 
chromium-mirror_tools_page_cycler_acid3::git+https://chromium.googlesource.com/chromium/deps/acid3.git#commit=a926d0a32e02c4c03ae95bb798e6c780e0e184ba
        source = 
chromium-mirror_third_party_zstd_src::git+https://chromium.googlesource.com/external/github.com/facebook/zstd.git#commit=050fec5c378d676fede8b2171ec5e84f6afa1504
-       source = 
chromium-mirror_v8::git+https://chromium.googlesource.com/v8/v8.git#commit=d5c51572dec5b2a385b57549fe195c319f1284e2
+       source = 
chromium-mirror_v8::git+https://chromium.googlesource.com/v8/v8.git#commit=ddbcde1a3adf125ed72dbfcb4f90040d0c7e5dae
        source = 
chromium-mirror_third_party_angle_third_party_glmark2_src::git+https://chromium.googlesource.com/external/github.com/glmark2/glmark2.git#commit=ca8de51fedb70bace5351c6b002eb952c747e889
        source = 
chromium-mirror_third_party_angle_third_party_rapidjson_src::git+https://chromium.googlesource.com/external/github.com/Tencent/rapidjson.git#commit=781a4e667d84aeedbeb8184b7b62425ea66ec59f
        source = 
chromium-mirror_third_party_angle_third_party_VK-GL-CTS_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/VK-GL-CTS.git#commit=0f6fd3de81102058dc2ae299af1ad5287d2145dd
@@ -252,9 +252,9 @@ pkgbase = electron29
        sha256sums = 
ff588a8a4fd2f79eb8a4f11cf1aa151298ffb895be566c57cc355d47f161f53f
        sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
        sha256sums = 
dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4
-       sha256sums = 
55dbe71dbc1f3ab60bf1fa79f7aea7ef1fe76436b1d7df48728a1f8227d2134e
        sha256sums = 
b0ac3422a6ab04859b40d4d7c0fd5f703c893c9ec145c9894c468fbc0a4d457c
        sha256sums = 
4484200d90b76830b69eea3a471c103999a3ce86bb2c29e6c14c945bf4102bae
+       sha256sums = 
55dbe71dbc1f3ab60bf1fa79f7aea7ef1fe76436b1d7df48728a1f8227d2134e
        sha256sums = 
3ae82375ba212c31fd4ba6f1fa4e2445eeca8eb8c952176131ad57c0258db224
        sha256sums = SKIP
        sha256sums = SKIP


=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@
 
 pkgver=29.1.1
 _gcc_patches=122-3
-pkgrel=3
+pkgrel=4
 _major_ver=${pkgver%%.*}
 pkgname="electron${_major_ver}"
 pkgdesc='Build cross platform desktop apps with web technologies'
@@ -70,12 +70,12 @@ 
source=("git+https://github.com/electron/electron.git#tag=v$pkgver";
         compiler-rt-adjust-paths.patch
         # Electron
         default_app-icon.patch
-        jinja-python-3.10.patch
         electron-launcher.sh
         electron.desktop
+        jinja-python-3.10.patch
         makepkg-source-roller.py
         # BEGIN managed sources
-        
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=122.0.6261.95
+        
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=122.0.6261.111
         
chromium-mirror_third_party_nan::git+https://github.com/nodejs/nan.git#commit=e14bdcd1f72d62bca1d541b66da43130384ec213
         
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v20.9.0
         
chromium-mirror_third_party_engflow-reclient-configs::git+https://github.com/EngFlow/reclient-configs.git#commit=955335c30a752e9ef7bff375baab5e0819b6c00d
@@ -197,7 +197,7 @@ 
source=("git+https://github.com/electron/electron.git#tag=v$pkgver";
         
chromium-mirror_third_party_xnnpack_src::git+https://chromium.googlesource.com/external/github.com/google/XNNPACK.git#commit=a68aa0a24b0d3e1c75f2f7c0915b70121cee0470
         
chromium-mirror_tools_page_cycler_acid3::git+https://chromium.googlesource.com/chromium/deps/acid3.git#commit=a926d0a32e02c4c03ae95bb798e6c780e0e184ba
         
chromium-mirror_third_party_zstd_src::git+https://chromium.googlesource.com/external/github.com/facebook/zstd.git#commit=050fec5c378d676fede8b2171ec5e84f6afa1504
-        
chromium-mirror_v8::git+https://chromium.googlesource.com/v8/v8.git#commit=d5c51572dec5b2a385b57549fe195c319f1284e2
+        
chromium-mirror_v8::git+https://chromium.googlesource.com/v8/v8.git#commit=ddbcde1a3adf125ed72dbfcb4f90040d0c7e5dae
         
chromium-mirror_third_party_angle_third_party_glmark2_src::git+https://chromium.googlesource.com/external/github.com/glmark2/glmark2.git#commit=ca8de51fedb70bace5351c6b002eb952c747e889
         
chromium-mirror_third_party_angle_third_party_rapidjson_src::git+https://chromium.googlesource.com/external/github.com/Tencent/rapidjson.git#commit=781a4e667d84aeedbeb8184b7b62425ea66ec59f
         
chromium-mirror_third_party_angle_third_party_VK-GL-CTS_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/VK-GL-CTS.git#commit=0f6fd3de81102058dc2ae299af1ad5287d2145dd
@@ -236,9 +236,9 @@ sha256sums=('SKIP'
             'ff588a8a4fd2f79eb8a4f11cf1aa151298ffb895be566c57cc355d47f161f53f'
             'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
             'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
-            '55dbe71dbc1f3ab60bf1fa79f7aea7ef1fe76436b1d7df48728a1f8227d2134e'
             'b0ac3422a6ab04859b40d4d7c0fd5f703c893c9ec145c9894c468fbc0a4d457c'
             '4484200d90b76830b69eea3a471c103999a3ce86bb2c29e6c14c945bf4102bae'
+            '55dbe71dbc1f3ab60bf1fa79f7aea7ef1fe76436b1d7df48728a1f8227d2134e'
             '3ae82375ba212c31fd4ba6f1fa4e2445eeca8eb8c952176131ad57c0258db224'
             'SKIP'
             'SKIP'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron29/-/commit/02a24aaa5ccb88121708891925b5aaeb5087afb9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron29/-/commit/02a24aaa5ccb88121708891925b5aaeb5087afb9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to