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


Commits:
e85689ae by Caleb Maclennan at 2024-05-23T18:12:41+03:00
upgpkg: 28.3.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = electron28
        pkgdesc = Build cross platform desktop apps with web technologies
-       pkgver = 28.3.1
-       pkgrel = 3
+       pkgver = 28.3.2
+       pkgrel = 1
        url = https://electronjs.org
        arch = x86_64
        license = MIT
@@ -83,7 +83,7 @@ pkgbase = electron28
        optdepends = trash-cli: file deletion support (trash-put)
        optdepends = xdg-utils: open URLs with desktop’s default (xdg-email, 
xdg-open)
        options = !lto
-       source = git+https://github.com/electron/electron.git#tag=v28.3.1
+       source = git+https://github.com/electron/electron.git#tag=v28.3.2
        source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/120/chromium-patches-120.tar.bz2
        source = drop-flag-unsupported-by-clang17.patch
        source = compiler-rt-adjust-paths.patch
@@ -245,7 +245,7 @@ pkgbase = electron28
        source = 
chromium-mirror_third_party_vulkan-deps_vulkan-tools_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git#commit=f7017f23337b90a2b2ceb65a4e1050e8ad89e065
        source = 
chromium-mirror_third_party_vulkan-deps_vulkan-utility-libraries_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries.git#commit=dcfce25b439a2785f2c90b184e1964898070b4f1
        source = 
chromium-mirror_third_party_vulkan-deps_vulkan-validation-layers_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=281e1c1c6b51bb6b33f88c18ed4da58ac3024311
-       sha256sums = 
2cf56fd333c232cd5981afca682a8c15174a48dfdcb62aba7dd6ead6b52bc2f2
+       sha256sums = 
ebc4aad8b4d940a8381cbf62285142a5b1aabc57f9cdb3304483191f99d722b9
        sha256sums = 
ffee1082fbe3d0c9e79dacb8405d5a0e1aa94d6745089a30b093f647354894d2
        sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1
        sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961


=====================================
PKGBUILD
=====================================
@@ -8,9 +8,9 @@
 # Note: source array can be synced with an Electron release after updating 
$pkgver with:
 # bash -c 'source PKGBUILD; _update_sources'
 
-pkgver=28.3.1
+pkgver=28.3.2
 _gcc_patches=120
-pkgrel=3
+pkgrel=1
 _major_ver=${pkgver%%.*}
 pkgname="electron${_major_ver}"
 pkgdesc='Build cross platform desktop apps with web technologies'
@@ -50,7 +50,7 @@ makedepends=(clang
              python-pyparsing
              python-requests
              python-six
-            python-setuptools
+             python-setuptools
              rust
              qt5-base
              wget
@@ -229,7 +229,7 @@ 
source=("git+https://github.com/electron/electron.git#tag=v$pkgver";
         
chromium-mirror_third_party_vulkan-deps_vulkan-validation-layers_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=281e1c1c6b51bb6b33f88c18ed4da58ac3024311
         # END managed sources
        )
-sha256sums=('2cf56fd333c232cd5981afca682a8c15174a48dfdcb62aba7dd6ead6b52bc2f2'
+sha256sums=('ebc4aad8b4d940a8381cbf62285142a5b1aabc57f9cdb3304483191f99d722b9'
             'ffee1082fbe3d0c9e79dacb8405d5a0e1aa94d6745089a30b093f647354894d2'
             '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'
             'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
@@ -431,6 +431,7 @@ _update_sources() {
 }
 
 prepare() {
+
   sed -i "s|@ELECTRON@|${pkgname}|" electron-launcher.sh
   sed -i "s|@ELECTRON@|${pkgname}|" electron.desktop
   sed -i "s|@ELECTRON_NAME@|Electron ${_major_ver}|" electron.desktop
@@ -464,6 +465,9 @@ prepare() {
   src/electron/script/apply_all_patches.py \
       src/electron/patches/config.json
 
+  # https://github.com/nodejs/node/issues/48444
+  export UV_USE_IO_URING=0
+
   pushd src
   pushd electron
   yarn install --frozen-lockfile



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron28/-/commit/e85689ae33d60f00d3897aafbf5c3954039b62fd

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


Reply via email to