Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
electron27


Commits:
892e288d by Antonio Rojas at 2024-05-16T18:28:43+02:00
upgpkg: 27.3.11-3: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = electron27
        pkgdesc = Build cross platform desktop apps with web technologies
        pkgver = 27.3.11
-       pkgrel = 2
+       pkgrel = 3
        url = https://electronjs.org
        arch = x86_64
        license = MIT
@@ -27,6 +27,7 @@ pkgbase = electron27
        makedepends = python-pyparsing
        makedepends = python-requests
        makedepends = python-six
+       makedepends = python-setuptools
        makedepends = rust
        makedepends = qt5-base
        makedepends = wget


=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@
 
 pkgver=27.3.11
 _gcc_patches=118-2
-pkgrel=2
+pkgrel=3
 _major_ver=${pkgver%%.*}
 pkgname="electron${_major_ver}"
 pkgdesc='Build cross platform desktop apps with web technologies'
@@ -435,7 +435,7 @@ prepare() {
 
   cp -r chromium-mirror_third_party_depot_tools depot_tools
   export PATH+=":$PWD/depot_tools" DEPOT_TOOLS_UPDATE=0
-  export VPYTHON_BYPASS='manually managed python not supported by chrome 
operations'
+# export VPYTHON_BYPASS='manually managed python not supported by chrome 
operations'
 
   echo "Putting together electron sources"
   # Generate gclient gn args file and prepare-electron-source-tree.sh
@@ -453,8 +453,9 @@ prepare() {
     -s src/third_party/skia --header src/skia/ext/skia_commit_hash.h
   src/build/util/lastchange.py \
     -s src/third_party/dawn --revision src/gpu/webgpu/DAWN_VERSION
-  src/tools/update_pgo_profiles.py --target=linux update \
-    --gs-url-base=chromium-optimization-profiles/pgo_profiles
+# needs newer clang to read the bundled PGO profile
+# src/tools/update_pgo_profiles.py --target=linux update \
+#   
--gs-url-base=chromium-optimization-profiles/pgo_profilessrc/tools/update_pgo_profiles.py
 --target=linux update \
   depot_tools/download_from_google_storage.py --no_resume --extract --no_auth \
     --bucket chromium-nodejs -s src/third_party/node/node_modules.tar.gz.sha1
 
@@ -523,6 +524,13 @@ prepare() {
 
   ./build/linux/unbundle/replace_gn_files.py \
     --system-libraries "${!_system_libs[@]}"
+
+# Port away form imp
+  git cherry-pick -n 9e0c89a3b5638ba2b9b107fea34a01c774aa7805
+
+# Update vendored copy of six
+  pushd third_party/catapult
+  git cherry-pick -n 8cf7c46ad7ea03bf5d5588d0ed63be3df4baaf1f
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron27/-/commit/892e288dc5606607a63906cb43db67d2a9e1267f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron27/-/commit/892e288dc5606607a63906cb43db67d2a9e1267f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to