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


Commits:
9d6cc096 by Antonio Rojas at 2024-05-16T14:45:18+02:00
upgpkg: 28.3.1-3: ICU 75 rebuild

- - - - -


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 = 2
+       pkgrel = 3
        url = https://electronjs.org
        arch = x86_64
        license = MIT
@@ -28,6 +28,7 @@ pkgbase = electron28
        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=28.3.1
 _gcc_patches=120
-pkgrel=2
+pkgrel=3
 _major_ver=${pkgver%%.*}
 pkgname="electron${_major_ver}"
 pkgdesc='Build cross platform desktop apps with web technologies'
@@ -437,7 +437,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
@@ -455,8 +455,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_profiles
   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
 
@@ -519,6 +520,10 @@ prepare() {
 
   ./build/linux/unbundle/replace_gn_files.py \
     --system-libraries "${!_system_libs[@]}"
+
+# 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/electron28/-/commit/9d6cc096f8e4a423ea7c914e93e66955d001f9fb

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


Reply via email to