[arch-commits] Commit in caprine/repos/community-any (6 files)

2022-07-11 Thread Nicola Squartini via arch-commits
Date: Tuesday, July 12, 2022 @ 04:28:33
  Author: tensor5
Revision: 1249949

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 1249948, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 1249948, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 1249948, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  124 +++---
 caprine.desktop |   18 +++
 caprine.js  |   58 -
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-12 04:27:47 UTC (rev 1249948)
+++ PKGBUILD2022-07-12 04:28:33 UTC (rev 1249949)
@@ -1,62 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.55.6
-_commit=ee826bdd65e50b4bdea54bdd1eeaf85e22743c61
-pkgrel=1
-pkgdesc='Elegant Facebook Messenger desktop app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron13')
-makedepends=('git' 'npm')
-options=(!emptydirs)
-source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit}";
-'caprine.desktop'
-'caprine.js')
-sha256sums=('SKIP'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'93bf95cb916e3c6f8e44b598f3813fbdc63cc64f65cb376a4d08a5d574c6b3b4')
-
-build() {
-cd ${pkgname}
-
-npm install --ignore-scripts
-npx tsc
-rm -r node_modules
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}/usr/share/pixmaps"
-install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 1249948, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-12 04:28:33 UTC (rev 1249949)
@@ -0,0 +1,62 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.55.7
+_commit=ed0105c4ea901b57f61cf010341089548fec32cb
+pkgrel=1
+pkgdesc='Elegant Facebook Messenger desktop app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron13')
+makedepends=('git' 'npm')
+options=(!emptydirs)
+source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit}";
+'caprine.desktop'
+'caprine.js')
+sha256sums=('SKIP'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'93bf95cb916e3c6f8e44b598f3813fbdc63cc64f65cb376a4d08a5d574c6b3b4')
+
+build() {
+cd ${pkgname}
+
+npm install --ignore-scripts
+npx tsc
+rm -r node_modules
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}/usr/share/pixmaps"
+install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
+find "${pkgdir}"${appdir} \
+-name "package.json" \
+-exec sed

[arch-commits] Commit in caprine/trunk (PKGBUILD)

2022-07-11 Thread Nicola Squartini via arch-commits
Date: Tuesday, July 12, 2022 @ 04:27:47
  Author: tensor5
Revision: 1249948

upgpkg: caprine 2.55.7-1

Modified:
  caprine/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-12 03:57:32 UTC (rev 1249947)
+++ PKGBUILD2022-07-12 04:27:47 UTC (rev 1249948)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.55.6
-_commit=ee826bdd65e50b4bdea54bdd1eeaf85e22743c61
+pkgver=2.55.7
+_commit=ed0105c4ea901b57f61cf010341089548fec32cb
 pkgrel=1
 pkgdesc='Elegant Facebook Messenger desktop app'
 arch=('any')



[arch-commits] Commit in electron16/repos/community-x86_64 (28 files)

2022-07-10 Thread Nicola Squartini via arch-commits
Date: Monday, July 11, 2022 @ 02:25:34
  Author: tensor5
Revision: 1249481

archrelease: copy trunk to community-x86_64

Added:
  electron16/repos/community-x86_64/PKGBUILD
(from rev 1249480, electron16/trunk/PKGBUILD)
  electron16/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1249480, 
electron16/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron16/repos/community-x86_64/cppgc-fix-include.patch
(from rev 1249480, electron16/trunk/cppgc-fix-include.patch)
  electron16/repos/community-x86_64/default_app-icon.patch
(from rev 1249480, electron16/trunk/default_app-icon.patch)
  electron16/repos/community-x86_64/electron-launcher.sh
(from rev 1249480, electron16/trunk/electron-launcher.sh)
  electron16/repos/community-x86_64/electron.desktop
(from rev 1249480, electron16/trunk/electron.desktop)
  electron16/repos/community-x86_64/iwyu-add-utility-for-std-exchange.patch
(from rev 1249480, electron16/trunk/iwyu-add-utility-for-std-exchange.patch)
  electron16/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1249480, electron16/trunk/jinja-python-3.10.patch)
  
electron16/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1249480, 
electron16/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron16/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1249480, 
electron16/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron16/repos/community-x86_64/std-vector-non-const.patch
(from rev 1249480, electron16/trunk/std-vector-non-const.patch)
  
electron16/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1249480, 
electron16/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron16/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1249480, 
electron16/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron16/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1249480, electron16/trunk/use-system-libraries-in-node.patch)
  electron16/repos/community-x86_64/wayland-fix-binding-to-wrong-version.patch
(from rev 1249480, 
electron16/trunk/wayland-fix-binding-to-wrong-version.patch)
Deleted:
  electron16/repos/community-x86_64/PKGBUILD
  electron16/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron16/repos/community-x86_64/default_app-icon.patch
  electron16/repos/community-x86_64/electron-launcher.sh
  electron16/repos/community-x86_64/electron.desktop
  electron16/repos/community-x86_64/jinja-python-3.10.patch
  
electron16/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron16/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron16/repos/community-x86_64/std-vector-non-const.patch
  
electron16/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron16/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
  electron16/repos/community-x86_64/use-system-libraries-in-node.patch
  electron16/repos/community-x86_64/wayland-fix-binding-to-wrong-version.patch

+
 PKGBUILD   |  565 ++--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 
 cppgc-fix-include.patch|   28 
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 iwyu-add-utility-for-std-exchange.patch|   27 
 jinja-python-3.10.patch|   66 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 ++--
 std-vector-non-const.patch |  230 -
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 
 unexpire-accelerated-video-decode-flag.patch   |   22 
 use-system-libraries-in-node.patch |  106 
 wayland-fix-binding-to-wrong-version.patch | 1302 +--
 15 files changed, 1594 insertions(+), 1534 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-11 02:23:45 UTC (rev 1249480)
+++ PKGBUILD2022-07-11 02:25:34 UTC (rev 1249481)
@@ -1,280 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=1
-pkgver=16.2.5
-_commit=32f91f19e08ddf96ac114ae6b0f0c7483241ec1e
-_chromiumver=96.0.4664.174
-_gcc_patchset=4
-# shellcheck disable=SC2034
-pkgrel=1
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgde

[arch-commits] Commit in electron16/trunk (3 files)

2022-07-10 Thread Nicola Squartini via arch-commits
Date: Monday, July 11, 2022 @ 02:23:45
  Author: tensor5
Revision: 1249480

upgpkg: electron16 16.2.8-1

Added:
  electron16/trunk/cppgc-fix-include.patch
  electron16/trunk/iwyu-add-utility-for-std-exchange.patch
Modified:
  electron16/trunk/PKGBUILD

-+
 PKGBUILD|   13 +
 cppgc-fix-include.patch |   28 
 iwyu-add-utility-for-std-exchange.patch |   27 +++
 3 files changed, 64 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-11 01:03:54 UTC (rev 1249479)
+++ PKGBUILD2022-07-11 02:23:45 UTC (rev 1249480)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=16.2.5
-_commit=32f91f19e08ddf96ac114ae6b0f0c7483241ec1e
+pkgver=16.2.8
+_commit=10ce3725c280131d7b7ad5b1440680b76d25a4d5
 _chromiumver=96.0.4664.174
 _gcc_patchset=4
 # shellcheck disable=SC2034
@@ -23,8 +23,7 @@
 # shellcheck disable=SC2034
 license=('MIT' 'custom')
 # shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
+depends=('c-ares' 'ffmpeg' 'gtk3' 'libxslt' 'minizip' 'nss' 're2' 'snappy')
 # shellcheck disable=SC2034
 makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
  'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
@@ -56,6 +55,8 @@
 'sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch'
 'std-vector-non-const.patch'
 'use-system-libraries-in-node.patch'
+'cppgc-fix-include.patch'
+'iwyu-add-utility-for-std-exchange.patch'
 'sql-make-VirtualCursor-standard-layout-type.patch'
 'wayland-fix-binding-to-wrong-version.patch'
 'unbundle-fix-visibility-of-build-config-freetype.patch'
@@ -73,6 +74,8 @@
 'f910be9370c880de6e1d61cc30383c069e421d7acf406166e4fbfad324fc7d61'
 '4fbef42aaa7bf60d059f1a6b0a92dc997d475256110bd4df32c12de7f4f175a7'
 'c70652a8b24c237bcfd27469de32797a2cb46d9f0d63d897bb6418314a25644c'
+'7987b106dbb35b74d6ff28dc8cf2c897647d5ce59d5d6dbe36b2f72542e713b6'
+'6f666ef0acb08704ca58cc0d5e97e7ce64d8fea51042e593adae1ce15a61231c'
 'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
 'fc2be146412d117869368f8559afef76ad39a3442ace16e5c7000bd45aa56b27'
 'd0b17162211dd49e3a58c16d1697e7d8c322dcfd3b7890f0c2f920b711f52293'
@@ -176,6 +179,8 @@
   patch -Np1 -i ../patches/chromium-96-DrmRenderNodePathFinder-include.patch
   patch -Np1 -i ../patches/chromium-96-CouponDB-include.patch
 
+  patch -Np1 -d v8 < ../cppgc-fix-include.patch
+  patch -Np1 -i ../iwyu-add-utility-for-std-exchange.patch
   patch -Np1 -d third_party/breakpad/breakpad < 
../breakpad-fix-for-non-constant-SIGSTKSZ.patch
   patch -Np1 -i ../unbundle-fix-visibility-of-build-config-freetype.patch
   patch -Np1 -i ../sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch

Added: cppgc-fix-include.patch
===
--- cppgc-fix-include.patch (rev 0)
+++ cppgc-fix-include.patch 2022-07-11 02:23:45 UTC (rev 1249480)
@@ -0,0 +1,28 @@
+From 84cf3230a9680aac3b73c410c2b758760b6d3066 Mon Sep 17 00:00:00 2001
+From: Michael Lippautz 
+Date: Thu, 27 Jan 2022 14:14:11 +0100
+Subject: [PATCH] cppgc: Fix include
+
+Add  to cover for std::exchange.
+
+Bug: v8:12585
+Change-Id: Ida65144e93e466be8914527d0e646f348c136bcb
+Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3420309
+Auto-Submit: Michael Lippautz 
+Reviewed-by: Omer Katz 
+Commit-Queue: Michael Lippautz 
+Cr-Commit-Position: refs/heads/main@{#78820}
+---
+
+diff --git a/src/heap/cppgc/prefinalizer-handler.h 
b/src/heap/cppgc/prefinalizer-handler.h
+index bc17c99..c82c91f 100644
+--- a/src/heap/cppgc/prefinalizer-handler.h
 b/src/heap/cppgc/prefinalizer-handler.h
+@@ -5,6 +5,7 @@
+ #ifndef V8_HEAP_CPPGC_PREFINALIZER_HANDLER_H_
+ #define V8_HEAP_CPPGC_PREFINALIZER_HANDLER_H_
+ 
++#include 
+ #include 
+ 
+ #include "include/cppgc/prefinalizer.h"

Added: iwyu-add-utility-for-std-exchange.patch
===
--- iwyu-add-utility-for-std-exchange.patch (rev 0)
+++ iwyu-add-utility-for-std-exchange.patch 2022-07-11 02:23:45 UTC (rev 
1249480)
@@ -0,0 +1,27 @@
+From 9dd0503835dc875807ab63efb1f477bffed2a852 Mon Sep 17 00:00:00 2001
+From: Stephan Hartmann 
+Date: Mon, 25 Apr 2022 23:18:30 +
+Subject: [PATCH] IWYU: add utility for std::exchange
+
+Bug: 957519
+Change-Id: I307d520fdc34d2452018ed32a505e7e519739410
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3604643
+Reviewed-by: Wez 
+Commit-Queue: Stephan Hartmann 
+Cr-Commit-Position: refs/heads/main@{#995855}
+---

[arch-commits] Commit in electron17/repos/community-x86_64 (30 files)

2022-07-10 Thread Nicola Squartini via arch-commits
Date: Monday, July 11, 2022 @ 01:03:54
  Author: tensor5
Revision: 1249479

archrelease: copy trunk to community-x86_64

Added:
  electron17/repos/community-x86_64/PKGBUILD
(from rev 1249478, electron17/trunk/PKGBUILD)
  electron17/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1249478, 
electron17/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron17/repos/community-x86_64/cppgc-fix-include.patch
(from rev 1249478, electron17/trunk/cppgc-fix-include.patch)
  electron17/repos/community-x86_64/default_app-icon.patch
(from rev 1249478, electron17/trunk/default_app-icon.patch)
  
electron17/repos/community-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
(from rev 1249478, 
electron17/trunk/downgrade-duplicate-peer-error-to-dvlog.patch)
  electron17/repos/community-x86_64/electron-launcher.sh
(from rev 1249478, electron17/trunk/electron-launcher.sh)
  electron17/repos/community-x86_64/electron.desktop
(from rev 1249478, electron17/trunk/electron.desktop)
  electron17/repos/community-x86_64/fix-build-break-with-system-libdrm.patch
(from rev 1249478, 
electron17/trunk/fix-build-break-with-system-libdrm.patch)
  electron17/repos/community-x86_64/iwyu-add-utility-for-std-exchange.patch
(from rev 1249478, electron17/trunk/iwyu-add-utility-for-std-exchange.patch)
  electron17/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1249478, electron17/trunk/jinja-python-3.10.patch)
  
electron17/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1249478, 
electron17/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron17/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1249478, 
electron17/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron17/repos/community-x86_64/std-vector-non-const.patch
(from rev 1249478, electron17/trunk/std-vector-non-const.patch)
  
electron17/repos/community-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
(from rev 1249478, 
electron17/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch)
  electron17/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1249478, electron17/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron17/repos/community-x86_64/PKGBUILD
  electron17/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron17/repos/community-x86_64/cppgc-fix-include.patch
  electron17/repos/community-x86_64/default_app-icon.patch
  
electron17/repos/community-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
  electron17/repos/community-x86_64/electron-launcher.sh
  electron17/repos/community-x86_64/electron.desktop
  electron17/repos/community-x86_64/fix-build-break-with-system-libdrm.patch
  electron17/repos/community-x86_64/iwyu-add-utility-for-std-exchange.patch
  electron17/repos/community-x86_64/jinja-python-3.10.patch
  
electron17/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron17/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron17/repos/community-x86_64/std-vector-non-const.patch
  
electron17/repos/community-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
  electron17/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  576 +--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 cppgc-fix-include.patch|   56 -
 default_app-icon.patch |   42 
 downgrade-duplicate-peer-error-to-dvlog.patch  |   66 -
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 fix-build-break-with-system-libdrm.patch   |  124 +-
 iwyu-add-utility-for-std-exchange.patch|   54 -
 jinja-python-3.10.patch|   44 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 -
 std-vector-non-const.patch |  230 ++--
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|  144 +-
 use-system-libraries-in-node.patch |  106 +-
 15 files changed, 1060 insertions(+), 1060 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-11 01:02:01 UTC (rev 1249478)
+++ PKGBUILD2022-07-11 01:03:54 UTC (rev 1249479)
@@ -1,288 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=1
-pkgver=17.4.9
-_commit=4a9890d3a43b8730bae7f7c2caedffe20bc13bef
-_chromiumver=98.0.4758.141
-_gcc_patchset=5
-# shellcheck disable=SC2034
-pkgrel=1
-
-_major_ver=${pkgver%

[arch-commits] Commit in electron17/trunk (PKGBUILD)

2022-07-10 Thread Nicola Squartini via arch-commits
Date: Monday, July 11, 2022 @ 01:02:01
  Author: tensor5
Revision: 1249478

upgpkg: electron17 17.4.10-1

Modified:
  electron17/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-11 00:57:15 UTC (rev 1249477)
+++ PKGBUILD2022-07-11 01:02:01 UTC (rev 1249478)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=17.4.9
-_commit=4a9890d3a43b8730bae7f7c2caedffe20bc13bef
+pkgver=17.4.10
+_commit=937637db3d015c65cd9ae99514bf1a8973a8387f
 _chromiumver=98.0.4758.141
 _gcc_patchset=5
 # shellcheck disable=SC2034



[arch-commits] Commit in min/repos/community-x86_64 (8 files)

2022-07-10 Thread Nicola Squartini via arch-commits
Date: Sunday, July 10, 2022 @ 15:07:38
  Author: tensor5
Revision: 1249296

archrelease: copy trunk to community-x86_64

Added:
  min/repos/community-x86_64/PKGBUILD
(from rev 1249295, min/trunk/PKGBUILD)
  min/repos/community-x86_64/icon.patch
(from rev 1249295, min/trunk/icon.patch)
  min/repos/community-x86_64/min.desktop
(from rev 1249295, min/trunk/min.desktop)
  min/repos/community-x86_64/min.js
(from rev 1249295, min/trunk/min.js)
Deleted:
  min/repos/community-x86_64/PKGBUILD
  min/repos/community-x86_64/icon.patch
  min/repos/community-x86_64/min.desktop
  min/repos/community-x86_64/min.js

-+
 PKGBUILD|  181 +-
 icon.patch  |   22 +++
 min.desktop |   20 +++---
 min.js  |   58 +-
 4 files changed, 143 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-10 15:06:49 UTC (rev 1249295)
+++ PKGBUILD2022-07-10 15:07:38 UTC (rev 1249296)
@@ -1,88 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.24.0
-_commit=c487d685529e9e6b36df6fedbcb31f9ed7bc345a
-pkgrel=1
-pkgdesc='A fast, minimal browser that protects your privacy'
-arch=('x86_64')
-url='https://minbrowser.org/'
-license=('Apache')
-depends=('electron16' 'libsecret')
-makedepends=('git' 'npm')
-options=(!emptydirs)
-source=("git+https://github.com/minbrowser/min.git#commit=${_commit}";
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('SKIP'
-'a069caac07638ca2bafde5f96a4db646ec7484741ff9b44788c2e159b5142650'
-'4db5f7a92c71d865b0561639f5bc7d3daae1000b623f5bb3924047ea45fdbfc0'
-'ac24fe55be98edf115602533b8e892ebc5c0841a4edb412ef4ed29a07d9d89dd')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "*.Makefile" -exec rm '{}' \; \
--or -name "*.h" -exec rm '{}' \; \
--or -name "*.c" -exec rm '{}' \; \
--or -name "*.cc" -exec rm '{}' \; \
--or -name "*.gypi" -exec rm '{}' \; \
--or -name "*.mk" -exec rm '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -exec rm '{}' \; \
--or -name "bower.json" -exec rm '{}' \; \
--or -name "cli.js" -exec rm '{}' \; \
--or -name "cmd.js" -exec rm '{}' \; \
--or -name "coffee" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "obj.target" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \; \
--or -name "tests" -prune -exec rm -r '{}' \;
-}

Copied: min/repos/community-x86_64/PKGBUILD (from rev 1249295, 
min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-10 15:07:38 UTC (rev 1249296)
@@ -0,0 +1,93 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.25.1
+_commit=aeb937b7f6e67bd67765dd77d8c95fc9ac448a75
+_electronver=19
+pkgrel=1
+pkgdesc='A fast, minimal browser that protects your privacy'
+arch=('x86_64')
+url='https://minbrowser.org/'
+license=('Apache')
+depends=("electron${_electronver}" 'libsecret')
+makedepends=('git' 'npm')
+options=(!emptydirs)
+source=("git+https://github.com/minbrowser/min.git#commit=${_commit}";
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('SKIP'
+'a069caac07638ca2bafde5f96a4db646ec7484741ff9b44788c2e159b5142650'
+

[arch-commits] Commit in min/trunk (PKGBUILD icon.patch min.js)

2022-07-10 Thread Nicola Squartini via arch-commits
Date: Sunday, July 10, 2022 @ 15:06:49
  Author: tensor5
Revision: 1249295

upgpkg: min 1.25.1-1

Modified:
  min/trunk/PKGBUILD
  min/trunk/icon.patch
  min/trunk/min.js

+
 PKGBUILD   |   17 +++--
 icon.patch |2 +-
 min.js |2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-10 14:38:48 UTC (rev 1249294)
+++ PKGBUILD2022-07-10 15:06:49 UTC (rev 1249295)
@@ -1,14 +1,15 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=min
-pkgver=1.24.0
-_commit=c487d685529e9e6b36df6fedbcb31f9ed7bc345a
+pkgver=1.25.1
+_commit=aeb937b7f6e67bd67765dd77d8c95fc9ac448a75
+_electronver=19
 pkgrel=1
 pkgdesc='A fast, minimal browser that protects your privacy'
 arch=('x86_64')
 url='https://minbrowser.org/'
 license=('Apache')
-depends=('electron16' 'libsecret')
+depends=("electron${_electronver}" 'libsecret')
 makedepends=('git' 'npm')
 options=(!emptydirs)
 source=("git+https://github.com/minbrowser/min.git#commit=${_commit}";
@@ -17,8 +18,8 @@
 'icon.patch')
 sha256sums=('SKIP'
 'a069caac07638ca2bafde5f96a4db646ec7484741ff9b44788c2e159b5142650'
-'4db5f7a92c71d865b0561639f5bc7d3daae1000b623f5bb3924047ea45fdbfc0'
-'ac24fe55be98edf115602533b8e892ebc5c0841a4edb412ef4ed29a07d9d89dd')
+'58925a72ab69500d4b2b2b9fe216aca44276423dfcb337063516fb8024a01b0a'
+'3cff8e5613907c3776115ccdb14f37a4899c96874f662281a630912d893c1d87')
 
 prepare() {
 cd ${pkgname}
@@ -48,7 +49,11 @@
 mv icons/icon256.png \
 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
 
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -d "${pkgdir}/usr/bin"
+sed "s|@ELECTRON@|electron${_electronver=19}|" "${srcdir}/${pkgname}.js" \
+> "${pkgdir}/usr/bin/${pkgname}"
+chmod 755 "${pkgdir}/usr/bin/${pkgname}"
+
 install -Dm644 "${srcdir}"/${pkgname}.desktop \
 "${pkgdir}"/usr/share/applications/${pkgname}.desktop
 

Modified: icon.patch
===
--- icon.patch  2022-07-10 14:38:48 UTC (rev 1249294)
+++ icon.patch  2022-07-10 15:06:49 UTC (rev 1249295)
@@ -1,6 +1,6 @@
 --- a/main/main.js
 +++ b/main/main.js
-@@ -181,7 +181,7 @@
+@@ -185,7 +185,7 @@
  minHeight: 350,
  titleBarStyle: settings.get('useSeparateTitlebar') ? 'default' : 'hidden',
  trafficLightPosition: { x: 12, y: 10 },

Modified: min.js
===
--- min.js  2022-07-10 14:38:48 UTC (rev 1249294)
+++ min.js  2022-07-10 15:06:49 UTC (rev 1249295)
@@ -1,4 +1,4 @@
-#!/usr/bin/electron16
+#!/usr/bin/@ELECTRON@
 
 const name = 'min';
 



[arch-commits] Commit in react-native-debugger/repos/community-any (9 files)

2022-07-10 Thread Nicola Squartini via arch-commits
Date: Sunday, July 10, 2022 @ 08:42:34
  Author: tensor5
Revision: 1249269

archrelease: copy trunk to community-any

Added:
  react-native-debugger/repos/community-any/PKGBUILD
(from rev 1249268, react-native-debugger/trunk/PKGBUILD)
  react-native-debugger/repos/community-any/disable-context-isolation.patch
(from rev 1249268, 
react-native-debugger/trunk/disable-context-isolation.patch)
  react-native-debugger/repos/community-any/iconPath.patch
(from rev 1249268, react-native-debugger/trunk/iconPath.patch)
  react-native-debugger/repos/community-any/react-native-debugger.desktop
(from rev 1249268, 
react-native-debugger/trunk/react-native-debugger.desktop)
  react-native-debugger/repos/community-any/react-native-debugger.js
(from rev 1249268, react-native-debugger/trunk/react-native-debugger.js)
Deleted:
  react-native-debugger/repos/community-any/PKGBUILD
  react-native-debugger/repos/community-any/iconPath.patch
  react-native-debugger/repos/community-any/react-native-debugger.desktop
  react-native-debugger/repos/community-any/react-native-debugger.js

-+
 PKGBUILD|  137 +++---
 disable-context-isolation.patch |   10 ++
 iconPath.patch  |   22 +++---
 react-native-debugger.desktop   |   16 ++--
 react-native-debugger.js|   64 -
 5 files changed, 131 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-10 08:41:39 UTC (rev 1249268)
+++ PKGBUILD2022-07-10 08:42:34 UTC (rev 1249269)
@@ -1,67 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=react-native-debugger
-pkgver=0.12.1
-_commit=816daff45247715a09bc657e13555d89bb5cb3dd
-pkgrel=3
-pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
-arch=('any')
-url='https://github.com/jhen0409/react-native-debugger'
-license=('MIT')
-depends=('electron')
-makedepends=('asar' 'git' 'yarn')
-options=(!emptydirs)
-source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit}";
-'iconPath.patch'
-'react-native-debugger.desktop'
-'react-native-debugger.js')
-sha256sums=('SKIP'
-'75cd9814325bfcdfc5dc9f85a7ce75a021e4b3c8cd105b851eb804e7b580d474'
-'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
-'949661b3c14081d1e59b8036dd63f8895d195c17a259eb9df8fdf2239a7739dd')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i ../iconPath.patch
-}
-
-build() {
-cd ${pkgname}
-
-yarn --ignore-scripts
-cd dist
-yarn
-node ../scripts/patch-modules.js
-cd ..
-yarn build
-}
-
-package() {
-cd ${pkgname}
-
-install -dm755 "${pkgdir}/usr/lib"
-rm dist/logo.png  # see iconPath.patch
-# asar pack dist "${pkgdir}/usr/lib/${pkgname}.asar"
-cp -r dist "${pkgdir}/usr/lib/${pkgname}"
-
-install -Dm755 ../${pkgname}.js "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
-install -Dm644 electron/logo.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-rm "${pkgdir}/usr/lib/${pkgname}/node_modules/loose-envify/cli.js"
-rm -rf 
"${pkgdir}/usr/lib/${pkgname}/node_modules/apollo-client-devtools/"{assets,build,development,shells/dev,src}
-find "${pkgdir}/usr/lib/${pkgname}/node_modules" \
-  -name 'bin' -prune -exec rm -r '{}' \; \
-  -or -name 'example' -prune -exec rm -r '{}' \; \
-  -or -name 'examples' -prune -exec rm -r '{}' \; \
-  -or -name 'test' -prune -exec rm -r '{}' \; \
-  -or -name 'tests' -prune -exec rm -r '{}' \; \
-  -or -name '*.md' -exec rm '{}' \; \
-  -or -name '*.markdown' -exec rm '{}' \; \
-  -or -name 'CHANGELOG*' -prune -exec rm -r '{}' \; \
-  -or -name 'Makefile' -exec rm '{}' \; \
-  -or -name '.*' -prune -exec rm -r '{}' \;
-}

Copied: react-native-debugger/repos/community-any/PKGBUILD (from rev 1249268, 
react-native-debugger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-10 08:42:34 UTC (rev 1249269)
@@ -0,0 +1,70 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=react-native-debugger
+pkgver=0.12.1
+_commit=816daff45247715a09bc657e13555d89bb5cb3dd
+pkgrel=4
+pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
+arch=('any')
+url='https://github.com/jhen0409/react-native-debugger'
+license=('MIT')
+depends=('electron12')
+makedepends=('asar' 'git' 'yarn')
+options=(!emptydirs)
+source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit}";
+'disable-context-isolation.patch'
+'iconPath.patch'
+'react-native-debugger.desktop'
+'react-nativ

[arch-commits] Commit in react-native-debugger/trunk (3 files)

2022-07-10 Thread Nicola Squartini via arch-commits
Date: Sunday, July 10, 2022 @ 08:41:39
  Author: tensor5
Revision: 1249268

upgpkg: react-native-debugger 0.12.1-4

Added:
  react-native-debugger/trunk/disable-context-isolation.patch
Modified:
  react-native-debugger/trunk/PKGBUILD
  react-native-debugger/trunk/react-native-debugger.js

-+
 PKGBUILD|9 ++---
 disable-context-isolation.patch |   10 ++
 react-native-debugger.js|2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-10 08:24:48 UTC (rev 1249267)
+++ PKGBUILD2022-07-10 08:41:39 UTC (rev 1249268)
@@ -3,26 +3,29 @@
 pkgname=react-native-debugger
 pkgver=0.12.1
 _commit=816daff45247715a09bc657e13555d89bb5cb3dd
-pkgrel=3
+pkgrel=4
 pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
 arch=('any')
 url='https://github.com/jhen0409/react-native-debugger'
 license=('MIT')
-depends=('electron')
+depends=('electron12')
 makedepends=('asar' 'git' 'yarn')
 options=(!emptydirs)
 
source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit}";
+'disable-context-isolation.patch'
 'iconPath.patch'
 'react-native-debugger.desktop'
 'react-native-debugger.js')
 sha256sums=('SKIP'
+'e82a75bfb28a4cafe8b90c707e1e818917511200dada09e9224042bf29c3a804'
 '75cd9814325bfcdfc5dc9f85a7ce75a021e4b3c8cd105b851eb804e7b580d474'
 'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
-'949661b3c14081d1e59b8036dd63f8895d195c17a259eb9df8fdf2239a7739dd')
+'59f0aa629cdb6e287ba08f47ced2e442fe449b58d07e8182a10e855a3a34f433')
 
 prepare() {
 cd ${pkgname}
 
+patch -Np1 -i ../disable-context-isolation.patch
 patch -Np1 -i ../iconPath.patch
 }
 

Added: disable-context-isolation.patch
===
--- disable-context-isolation.patch (rev 0)
+++ disable-context-isolation.patch 2022-07-10 08:41:39 UTC (rev 1249268)
@@ -0,0 +1,10 @@
+--- a/electron/window.js
 b/electron/window.js
+@@ -99,6 +99,7 @@
+ backgroundColor: '#272c37',
+ tabbingIdentifier: 'rndebugger',
+ webPreferences: {
++  contextIsolation: false,
+   nodeIntegration: true,
+   enableRemoteModule: true,
+ },

Modified: react-native-debugger.js
===
--- react-native-debugger.js2022-07-10 08:24:48 UTC (rev 1249267)
+++ react-native-debugger.js2022-07-10 08:41:39 UTC (rev 1249268)
@@ -1,4 +1,4 @@
-#!/usr/bin/electron
+#!/usr/bin/electron12
 
 const name = "react-native-debugger";
 



[arch-commits] Commit in electron17/repos/community-x86_64 (28 files)

2022-07-01 Thread Nicola Squartini via arch-commits
Date: Friday, July 1, 2022 @ 16:21:08
  Author: tensor5
Revision: 1243214

archrelease: copy trunk to community-x86_64

Added:
  electron17/repos/community-x86_64/PKGBUILD
(from rev 1243213, electron17/trunk/PKGBUILD)
  electron17/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1243213, 
electron17/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron17/repos/community-x86_64/cppgc-fix-include.patch
(from rev 1243213, electron17/trunk/cppgc-fix-include.patch)
  electron17/repos/community-x86_64/default_app-icon.patch
(from rev 1243213, electron17/trunk/default_app-icon.patch)
  
electron17/repos/community-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
(from rev 1243213, 
electron17/trunk/downgrade-duplicate-peer-error-to-dvlog.patch)
  electron17/repos/community-x86_64/electron-launcher.sh
(from rev 1243213, electron17/trunk/electron-launcher.sh)
  electron17/repos/community-x86_64/electron.desktop
(from rev 1243213, electron17/trunk/electron.desktop)
  electron17/repos/community-x86_64/fix-build-break-with-system-libdrm.patch
(from rev 1243213, 
electron17/trunk/fix-build-break-with-system-libdrm.patch)
  electron17/repos/community-x86_64/iwyu-add-utility-for-std-exchange.patch
(from rev 1243213, electron17/trunk/iwyu-add-utility-for-std-exchange.patch)
  electron17/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1243213, electron17/trunk/jinja-python-3.10.patch)
  
electron17/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1243213, 
electron17/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron17/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1243213, 
electron17/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron17/repos/community-x86_64/std-vector-non-const.patch
(from rev 1243213, electron17/trunk/std-vector-non-const.patch)
  
electron17/repos/community-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
(from rev 1243213, 
electron17/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch)
  electron17/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1243213, electron17/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron17/repos/community-x86_64/PKGBUILD
  electron17/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron17/repos/community-x86_64/default_app-icon.patch
  
electron17/repos/community-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
  electron17/repos/community-x86_64/electron-launcher.sh
  electron17/repos/community-x86_64/electron.desktop
  electron17/repos/community-x86_64/fix-build-break-with-system-libdrm.patch
  electron17/repos/community-x86_64/jinja-python-3.10.patch
  
electron17/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron17/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron17/repos/community-x86_64/std-vector-non-const.patch
  
electron17/repos/community-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
  electron17/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  570 +--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 cppgc-fix-include.patch|   28 
 default_app-icon.patch |   42 
 downgrade-duplicate-peer-error-to-dvlog.patch  |   66 -
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 fix-build-break-with-system-libdrm.patch   |  124 +-
 iwyu-add-utility-for-std-exchange.patch|   27 
 jinja-python-3.10.patch|   44 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 -
 std-vector-non-const.patch |  230 ++--
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|  144 +-
 use-system-libraries-in-node.patch |  106 +-
 15 files changed, 1060 insertions(+), 999 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-01 16:20:43 UTC (rev 1243213)
+++ PKGBUILD2022-07-01 16:21:08 UTC (rev 1243214)
@@ -1,282 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=1
-pkgver=17.4.3
-_commit=322f1c3f8907f2592eef5b5e03a97045e30df9e3
-_chromiumver=98.0.4758.141
-_gcc_patchset=5
-# shellcheck disable=SC2034
-pkgrel=1
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgd

[arch-commits] Commit in electron17/trunk (3 files)

2022-07-01 Thread Nicola Squartini via arch-commits
Date: Friday, July 1, 2022 @ 16:20:43
  Author: tensor5
Revision: 1243213

upgpkg: electron17 17.4.9-1

Added:
  electron17/trunk/cppgc-fix-include.patch
  electron17/trunk/iwyu-add-utility-for-std-exchange.patch
Modified:
  electron17/trunk/PKGBUILD

-+
 PKGBUILD|   12 +---
 cppgc-fix-include.patch |   28 
 iwyu-add-utility-for-std-exchange.patch |   27 +++
 3 files changed, 64 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-01 15:58:05 UTC (rev 1243212)
+++ PKGBUILD2022-07-01 16:20:43 UTC (rev 1243213)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=17.4.3
-_commit=322f1c3f8907f2592eef5b5e03a97045e30df9e3
+pkgver=17.4.9
+_commit=4a9890d3a43b8730bae7f7c2caedffe20bc13bef
 _chromiumver=98.0.4758.141
 _gcc_patchset=5
 # shellcheck disable=SC2034
@@ -54,6 +54,8 @@
 'jinja-python-3.10.patch'
 'std-vector-non-const.patch'
 'use-system-libraries-in-node.patch'
+'cppgc-fix-include.patch'
+'iwyu-add-utility-for-std-exchange.patch'
 'downgrade-duplicate-peer-error-to-dvlog.patch'
 'fix-build-break-with-system-libdrm.patch'
 'sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch'
@@ -71,6 +73,8 @@
 '55dbe71dbc1f3ab60bf1fa79f7aea7ef1fe76436b1d7df48728a1f8227d2134e'
 '4fbef42aaa7bf60d059f1a6b0a92dc997d475256110bd4df32c12de7f4f175a7'
 'c70652a8b24c237bcfd27469de32797a2cb46d9f0d63d897bb6418314a25644c'
+'7987b106dbb35b74d6ff28dc8cf2c897647d5ce59d5d6dbe36b2f72542e713b6'
+'6f666ef0acb08704ca58cc0d5e97e7ce64d8fea51042e593adae1ce15a61231c'
 '291c6a6ad44c06ae8d1b13433f0c4e37d280c70fb06eaa97a1cc9b0dcc122aaa'
 'edf4d973ff197409d319bb6fbbaa529e53bc62347d26b0733c45a116a1b23f37'
 'f910be9370c880de6e1d61cc30383c069e421d7acf406166e4fbfad324fc7d61'
@@ -171,10 +175,12 @@
 
   echo "Applying local patches..."
   # Upstream fixes
+  patch -Np1 -d v8 < ../cppgc-fix-include.patch
+  patch -Np1 -i ../iwyu-add-utility-for-std-exchange.patch
   patch -Np1 -F3 -i ../downgrade-duplicate-peer-error-to-dvlog.patch
   patch -Np1 -i ../fix-build-break-with-system-libdrm.patch
   patch -Np1 -i ../sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
-  patch -Np1 -d third_party//breakpad/breakpad 
<../breakpad-fix-for-non-constant-SIGSTKSZ.patch
+  patch -Np1 -d third_party/breakpad/breakpad 
<../breakpad-fix-for-non-constant-SIGSTKSZ.patch
   patch -Np1 -d third_party/pdfium 
<../use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
 
   # https://chromium-review.googlesource.com/c/chromium/src/+/2862724

Added: cppgc-fix-include.patch
===
--- cppgc-fix-include.patch (rev 0)
+++ cppgc-fix-include.patch 2022-07-01 16:20:43 UTC (rev 1243213)
@@ -0,0 +1,28 @@
+From 84cf3230a9680aac3b73c410c2b758760b6d3066 Mon Sep 17 00:00:00 2001
+From: Michael Lippautz 
+Date: Thu, 27 Jan 2022 14:14:11 +0100
+Subject: [PATCH] cppgc: Fix include
+
+Add  to cover for std::exchange.
+
+Bug: v8:12585
+Change-Id: Ida65144e93e466be8914527d0e646f348c136bcb
+Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3420309
+Auto-Submit: Michael Lippautz 
+Reviewed-by: Omer Katz 
+Commit-Queue: Michael Lippautz 
+Cr-Commit-Position: refs/heads/main@{#78820}
+---
+
+diff --git a/src/heap/cppgc/prefinalizer-handler.h 
b/src/heap/cppgc/prefinalizer-handler.h
+index bc17c99..c82c91f 100644
+--- a/src/heap/cppgc/prefinalizer-handler.h
 b/src/heap/cppgc/prefinalizer-handler.h
+@@ -5,6 +5,7 @@
+ #ifndef V8_HEAP_CPPGC_PREFINALIZER_HANDLER_H_
+ #define V8_HEAP_CPPGC_PREFINALIZER_HANDLER_H_
+ 
++#include 
+ #include 
+ 
+ #include "include/cppgc/prefinalizer.h"

Added: iwyu-add-utility-for-std-exchange.patch
===
--- iwyu-add-utility-for-std-exchange.patch (rev 0)
+++ iwyu-add-utility-for-std-exchange.patch 2022-07-01 16:20:43 UTC (rev 
1243213)
@@ -0,0 +1,27 @@
+From 9dd0503835dc875807ab63efb1f477bffed2a852 Mon Sep 17 00:00:00 2001
+From: Stephan Hartmann 
+Date: Mon, 25 Apr 2022 23:18:30 +
+Subject: [PATCH] IWYU: add utility for std::exchange
+
+Bug: 957519
+Change-Id: I307d520fdc34d2452018ed32a505e7e519739410
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3604643
+Reviewed-by: Wez 
+Commit-Queue: Stephan Hartmann 
+Cr-Commit-Position: refs/heads/main@{#995855}
+---
+ base/third_party/symbolize/symbolize.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/base/third_party/symbolize/symbolize.h 
b/base/third_party/symbolize/symbolize.h
+index 99029a968d5..278078f6071 100644
+--- a/base/third_party/symbolize/symbolize.

[arch-commits] Commit in go-ethereum/repos/community-x86_64 (4 files)

2022-06-30 Thread Nicola Squartini via arch-commits
Date: Friday, July 1, 2022 @ 04:08:07
  Author: tensor5
Revision: 1243152

archrelease: copy trunk to community-x86_64

Added:
  go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 1243151, go-ethereum/trunk/PKGBUILD)
  go-ethereum/repos/community-x86_64/geth-user.service
(from rev 1243151, go-ethereum/trunk/geth-user.service)
Deleted:
  go-ethereum/repos/community-x86_64/PKGBUILD
  go-ethereum/repos/community-x86_64/geth-user.service

---+
 PKGBUILD  |   70 ++--
 geth-user.service |   22 
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-01 04:07:54 UTC (rev 1243151)
+++ PKGBUILD2022-07-01 04:08:07 UTC (rev 1243152)
@@ -1,35 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=go-ethereum
-pkgver=1.10.19
-_commit=23bee16208718975f9b9e012949b8d4ee1223108
-pkgrel=1
-pkgdesc='Official Go implementation of the Ethereum protocol'
-arch=('x86_64')
-url='https://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-provides=('geth')
-conflicts=('geth')
-replaces=('geth')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";
-'geth-user.service')
-sha256sums=('SKIP'
-'806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645')
-
-build() {
-cd ${pkgname}
-
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie"
-make all
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-install -Dm644 ../geth-user.service \
-"${pkgdir}/usr/lib/systemd/user/geth.service"
-}

Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 1243151, 
go-ethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-01 04:08:07 UTC (rev 1243152)
@@ -0,0 +1,35 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=go-ethereum
+pkgver=1.10.20
+_commit=8f2416a89a3def6ec2c749d5afafbf2c9a18e3c8
+pkgrel=1
+pkgdesc='Official Go implementation of the Ethereum protocol'
+arch=('x86_64')
+url='https://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+provides=('geth')
+conflicts=('geth')
+replaces=('geth')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";
+'geth-user.service')
+sha256sums=('SKIP'
+'806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645')
+
+build() {
+cd ${pkgname}
+
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie"
+make all
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+install -Dm644 ../geth-user.service \
+"${pkgdir}/usr/lib/systemd/user/geth.service"
+}

Deleted: geth-user.service
===
--- geth-user.service   2022-07-01 04:07:54 UTC (rev 1243151)
+++ geth-user.service   2022-07-01 04:08:07 UTC (rev 1243152)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Geth
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/geth
-KillSignal=SIGINT
-Restart=on-failure
-
-[Install]
-WantedBy=default.target

Copied: go-ethereum/repos/community-x86_64/geth-user.service (from rev 1243151, 
go-ethereum/trunk/geth-user.service)
===
--- geth-user.service   (rev 0)
+++ geth-user.service   2022-07-01 04:08:07 UTC (rev 1243152)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Geth
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/geth
+KillSignal=SIGINT
+Restart=on-failure
+
+[Install]
+WantedBy=default.target



[arch-commits] Commit in go-ethereum/trunk (PKGBUILD)

2022-06-30 Thread Nicola Squartini via arch-commits
Date: Friday, July 1, 2022 @ 04:07:54
  Author: tensor5
Revision: 1243151

upgpkg: go-ethereum 1.10.20-1

Modified:
  go-ethereum/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-01 00:10:03 UTC (rev 1243150)
+++ PKGBUILD2022-07-01 04:07:54 UTC (rev 1243151)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=go-ethereum
-pkgver=1.10.19
-_commit=23bee16208718975f9b9e012949b8d4ee1223108
+pkgver=1.10.20
+_commit=8f2416a89a3def6ec2c749d5afafbf2c9a18e3c8
 pkgrel=1
 pkgdesc='Official Go implementation of the Ethereum protocol'
 arch=('x86_64')



[arch-commits] Commit in caprine/repos/community-any (6 files)

2022-06-18 Thread Nicola Squartini via arch-commits
Date: Saturday, June 18, 2022 @ 07:40:34
  Author: tensor5
Revision: 1238364

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 1238363, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 1238363, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 1238363, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  124 +++---
 caprine.desktop |   18 +++
 caprine.js  |   58 -
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-18 07:40:26 UTC (rev 1238363)
+++ PKGBUILD2022-06-18 07:40:34 UTC (rev 1238364)
@@ -1,62 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.55.5
-_commit=17a70bec678cac8095b19c8683803a8ffd5a44f0
-pkgrel=1
-pkgdesc='Elegant Facebook Messenger desktop app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron13')
-makedepends=('git' 'npm')
-options=(!emptydirs)
-source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit}";
-'caprine.desktop'
-'caprine.js')
-sha256sums=('SKIP'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'93bf95cb916e3c6f8e44b598f3813fbdc63cc64f65cb376a4d08a5d574c6b3b4')
-
-build() {
-cd ${pkgname}
-
-npm install --ignore-scripts
-npx tsc
-rm -r node_modules
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}/usr/share/pixmaps"
-install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 1238363, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-18 07:40:34 UTC (rev 1238364)
@@ -0,0 +1,62 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.55.6
+_commit=ee826bdd65e50b4bdea54bdd1eeaf85e22743c61
+pkgrel=1
+pkgdesc='Elegant Facebook Messenger desktop app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron13')
+makedepends=('git' 'npm')
+options=(!emptydirs)
+source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit}";
+'caprine.desktop'
+'caprine.js')
+sha256sums=('SKIP'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'93bf95cb916e3c6f8e44b598f3813fbdc63cc64f65cb376a4d08a5d574c6b3b4')
+
+build() {
+cd ${pkgname}
+
+npm install --ignore-scripts
+npx tsc
+rm -r node_modules
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}/usr/share/pixmaps"
+install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
+find "${pkgdir}"${appdir} \
+-name "package.json" \
+-exec se

[arch-commits] Commit in caprine/trunk (PKGBUILD)

2022-06-18 Thread Nicola Squartini via arch-commits
Date: Saturday, June 18, 2022 @ 07:40:26
  Author: tensor5
Revision: 1238363

upgpkg: caprine 2.55.6-1

Modified:
  caprine/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-18 07:34:12 UTC (rev 1238362)
+++ PKGBUILD2022-06-18 07:40:26 UTC (rev 1238363)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.55.5
-_commit=17a70bec678cac8095b19c8683803a8ffd5a44f0
+pkgver=2.55.6
+_commit=ee826bdd65e50b4bdea54bdd1eeaf85e22743c61
 pkgrel=1
 pkgdesc='Elegant Facebook Messenger desktop app'
 arch=('any')



[arch-commits] Commit in solidity/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-06-18 Thread Nicola Squartini via arch-commits
Date: Saturday, June 18, 2022 @ 07:34:12
  Author: tensor5
Revision: 1238362

archrelease: copy trunk to community-x86_64

Added:
  solidity/repos/community-x86_64/PKGBUILD
(from rev 1238361, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-18 07:33:59 UTC (rev 1238361)
+++ PKGBUILD2022-06-18 07:34:12 UTC (rev 1238362)
@@ -1,41 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.8.14
-_commit=80d49f37028b13e162951b6b67b0a42f477ba93c
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('cvc4' 'z3')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}";)
-sha512sums=('SKIP')
-
-prepare() {
-cd ${pkgname}
-
-commithash=$(git rev-parse --short=8 HEAD)
-echo -n ${commithash} > commit_hash.txt
-echo -n > prerelease.txt
-}
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 1238361, 
solidity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-18 07:34:12 UTC (rev 1238362)
@@ -0,0 +1,41 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.8.15
+_commit=e14f27147bd4ffc63e2bf46a68e0d271fad0ed79
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('cvc4' 'z3')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}";)
+sha512sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+commithash=$(git rev-parse --short=8 HEAD)
+echo -n ${commithash} > commit_hash.txt
+echo -n > prerelease.txt
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTESTS=OFF \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in solidity/trunk (PKGBUILD)

2022-06-18 Thread Nicola Squartini via arch-commits
Date: Saturday, June 18, 2022 @ 07:33:59
  Author: tensor5
Revision: 1238361

upgpkg: solidity 0.8.15-1

Modified:
  solidity/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-18 07:32:07 UTC (rev 1238360)
+++ PKGBUILD2022-06-18 07:33:59 UTC (rev 1238361)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.8.14
-_commit=80d49f37028b13e162951b6b67b0a42f477ba93c
+pkgver=0.8.15
+_commit=e14f27147bd4ffc63e2bf46a68e0d271fad0ed79
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('x86_64')



[arch-commits] Commit in go-ethereum/repos/community-x86_64 (4 files)

2022-06-18 Thread Nicola Squartini via arch-commits
Date: Saturday, June 18, 2022 @ 07:17:18
  Author: tensor5
Revision: 1238354

archrelease: copy trunk to community-x86_64

Added:
  go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 1238353, go-ethereum/trunk/PKGBUILD)
  go-ethereum/repos/community-x86_64/geth-user.service
(from rev 1238353, go-ethereum/trunk/geth-user.service)
Deleted:
  go-ethereum/repos/community-x86_64/PKGBUILD
  go-ethereum/repos/community-x86_64/geth-user.service

---+
 PKGBUILD  |   70 ++--
 geth-user.service |   22 
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-18 07:17:05 UTC (rev 1238353)
+++ PKGBUILD2022-06-18 07:17:18 UTC (rev 1238354)
@@ -1,35 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=go-ethereum
-pkgver=1.10.18
-_commit=de23cf910b814867d5c5d1ad6164835d79069638
-pkgrel=1
-pkgdesc='Official Go implementation of the Ethereum protocol'
-arch=('x86_64')
-url='https://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-provides=('geth')
-conflicts=('geth')
-replaces=('geth')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";
-'geth-user.service')
-sha256sums=('SKIP'
-'806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645')
-
-build() {
-cd ${pkgname}
-
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie"
-make all
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-install -Dm644 ../geth-user.service \
-"${pkgdir}/usr/lib/systemd/user/geth.service"
-}

Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 1238353, 
go-ethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-18 07:17:18 UTC (rev 1238354)
@@ -0,0 +1,35 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=go-ethereum
+pkgver=1.10.19
+_commit=23bee16208718975f9b9e012949b8d4ee1223108
+pkgrel=1
+pkgdesc='Official Go implementation of the Ethereum protocol'
+arch=('x86_64')
+url='https://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+provides=('geth')
+conflicts=('geth')
+replaces=('geth')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";
+'geth-user.service')
+sha256sums=('SKIP'
+'806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645')
+
+build() {
+cd ${pkgname}
+
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie"
+make all
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+install -Dm644 ../geth-user.service \
+"${pkgdir}/usr/lib/systemd/user/geth.service"
+}

Deleted: geth-user.service
===
--- geth-user.service   2022-06-18 07:17:05 UTC (rev 1238353)
+++ geth-user.service   2022-06-18 07:17:18 UTC (rev 1238354)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Geth
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/geth
-KillSignal=SIGINT
-Restart=on-failure
-
-[Install]
-WantedBy=default.target

Copied: go-ethereum/repos/community-x86_64/geth-user.service (from rev 1238353, 
go-ethereum/trunk/geth-user.service)
===
--- geth-user.service   (rev 0)
+++ geth-user.service   2022-06-18 07:17:18 UTC (rev 1238354)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Geth
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/geth
+KillSignal=SIGINT
+Restart=on-failure
+
+[Install]
+WantedBy=default.target



[arch-commits] Commit in go-ethereum/trunk (PKGBUILD)

2022-06-18 Thread Nicola Squartini via arch-commits
Date: Saturday, June 18, 2022 @ 07:17:05
  Author: tensor5
Revision: 1238353

upgpkg: go-ethereum 1.10.19-1

Modified:
  go-ethereum/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-18 05:28:57 UTC (rev 1238352)
+++ PKGBUILD2022-06-18 07:17:05 UTC (rev 1238353)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=go-ethereum
-pkgver=1.10.18
-_commit=de23cf910b814867d5c5d1ad6164835d79069638
+pkgver=1.10.19
+_commit=23bee16208718975f9b9e012949b8d4ee1223108
 pkgrel=1
 pkgdesc='Official Go implementation of the Ethereum protocol'
 arch=('x86_64')



[arch-commits] Commit in qpid-proton/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-06-11 Thread Nicola Squartini via arch-commits
Date: Saturday, June 11, 2022 @ 08:52:54
  Author: tensor5
Revision: 1232193

archrelease: copy trunk to community-x86_64

Added:
  qpid-proton/repos/community-x86_64/PKGBUILD
(from rev 1232192, qpid-proton/trunk/PKGBUILD)
Deleted:
  qpid-proton/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-11 08:52:44 UTC (rev 1232192)
+++ PKGBUILD2022-06-11 08:52:54 UTC (rev 1232193)
@@ -1,40 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=qpid-proton
-pkgver=0.36.0
-pkgrel=3
-pkgdesc='High-performance, lightweight messaging library'
-arch=('x86_64')
-url='https://qpid.apache.org/proton'
-license=('Apache')
-depends=('libjsoncpp.so' 'python')
-makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 
'python-wheel' 'swig')
-options=(!emptydirs)
-source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz";)
-sha512sums=('b22d498a5193c966f9c703caa84320eed6491131962475f155eead9246f3c5ce40316b00e43c9868ac564e9ac46ffcdbba335fa6396028d958e69573d38b728e')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_SUFFIX='' \
--DSYSINSTALL_BINDINGS=ON \
--DENABLE_TOX_TEST=OFF \
-..
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}/build
-
-make test || true
-}
-
-package() {
-cd ${pkgname}-${pkgver}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: qpid-proton/repos/community-x86_64/PKGBUILD (from rev 1232192, 
qpid-proton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-11 08:52:54 UTC (rev 1232193)
@@ -0,0 +1,40 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=qpid-proton
+pkgver=0.37.0
+pkgrel=1
+pkgdesc='High-performance, lightweight messaging library'
+arch=('x86_64')
+url='https://qpid.apache.org/proton'
+license=('Apache')
+depends=('libjsoncpp.so' 'python')
+makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 
'python-wheel' 'swig')
+options=(!emptydirs)
+source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz";)
+sha512sums=('84d67aab0e81f371fbcee3db89a8a585794966e17ffcd2e2e9418cb587efc0bc4e635c6ce251ebefd716817632ea5b049b759678cebbad64a0d0c07285bd5962')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_SUFFIX='' \
+-DSYSINSTALL_BINDINGS=ON \
+-DENABLE_TOX_TEST=OFF \
+..
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}/build
+
+make test || true
+}
+
+package() {
+cd ${pkgname}-${pkgver}/build
+
+make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in qpid-proton/trunk (PKGBUILD)

2022-06-11 Thread Nicola Squartini via arch-commits
Date: Saturday, June 11, 2022 @ 08:52:44
  Author: tensor5
Revision: 1232192

upgpkg: qpid-proton 0.37.0-1

Modified:
  qpid-proton/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-11 08:52:20 UTC (rev 1232191)
+++ PKGBUILD2022-06-11 08:52:44 UTC (rev 1232192)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=qpid-proton
-pkgver=0.36.0
-pkgrel=3
+pkgver=0.37.0
+pkgrel=1
 pkgdesc='High-performance, lightweight messaging library'
 arch=('x86_64')
 url='https://qpid.apache.org/proton'
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 
'python-wheel' 'swig')
 options=(!emptydirs)
 
source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz";)
-sha512sums=('b22d498a5193c966f9c703caa84320eed6491131962475f155eead9246f3c5ce40316b00e43c9868ac564e9ac46ffcdbba335fa6396028d958e69573d38b728e')
+sha512sums=('84d67aab0e81f371fbcee3db89a8a585794966e17ffcd2e2e9418cb587efc0bc4e635c6ce251ebefd716817632ea5b049b759678cebbad64a0d0c07285bd5962')
 
 build() {
 cd ${pkgname}-${pkgver}



[arch-commits] Commit in go-ethereum/repos/community-x86_64 (4 files)

2022-06-11 Thread Nicola Squartini via arch-commits
Date: Saturday, June 11, 2022 @ 08:37:26
  Author: tensor5
Revision: 1232185

archrelease: copy trunk to community-x86_64

Added:
  go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 1232184, go-ethereum/trunk/PKGBUILD)
  go-ethereum/repos/community-x86_64/geth-user.service
(from rev 1232184, go-ethereum/trunk/geth-user.service)
Deleted:
  go-ethereum/repos/community-x86_64/PKGBUILD
  go-ethereum/repos/community-x86_64/geth-user.service

---+
 PKGBUILD  |   70 ++--
 geth-user.service |   22 
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-11 08:37:14 UTC (rev 1232184)
+++ PKGBUILD2022-06-11 08:37:26 UTC (rev 1232185)
@@ -1,35 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=go-ethereum
-pkgver=1.10.17
-_commit=25c9b49fdb74931137431c24cf28d3c65f9420d2
-pkgrel=1
-pkgdesc='Official Go implementation of the Ethereum protocol'
-arch=('x86_64')
-url='https://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-provides=('geth')
-conflicts=('geth')
-replaces=('geth')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";
-'geth-user.service')
-sha256sums=('SKIP'
-'806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645')
-
-build() {
-cd ${pkgname}
-
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie"
-make all
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-install -Dm644 ../geth-user.service \
-"${pkgdir}/usr/lib/systemd/user/geth.service"
-}

Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 1232184, 
go-ethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-11 08:37:26 UTC (rev 1232185)
@@ -0,0 +1,35 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=go-ethereum
+pkgver=1.10.18
+_commit=de23cf910b814867d5c5d1ad6164835d79069638
+pkgrel=1
+pkgdesc='Official Go implementation of the Ethereum protocol'
+arch=('x86_64')
+url='https://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+provides=('geth')
+conflicts=('geth')
+replaces=('geth')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";
+'geth-user.service')
+sha256sums=('SKIP'
+'806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645')
+
+build() {
+cd ${pkgname}
+
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie"
+make all
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+install -Dm644 ../geth-user.service \
+"${pkgdir}/usr/lib/systemd/user/geth.service"
+}

Deleted: geth-user.service
===
--- geth-user.service   2022-06-11 08:37:14 UTC (rev 1232184)
+++ geth-user.service   2022-06-11 08:37:26 UTC (rev 1232185)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Geth
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/geth
-KillSignal=SIGINT
-Restart=on-failure
-
-[Install]
-WantedBy=default.target

Copied: go-ethereum/repos/community-x86_64/geth-user.service (from rev 1232184, 
go-ethereum/trunk/geth-user.service)
===
--- geth-user.service   (rev 0)
+++ geth-user.service   2022-06-11 08:37:26 UTC (rev 1232185)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Geth
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/geth
+KillSignal=SIGINT
+Restart=on-failure
+
+[Install]
+WantedBy=default.target



[arch-commits] Commit in go-ethereum/trunk (PKGBUILD)

2022-06-11 Thread Nicola Squartini via arch-commits
Date: Saturday, June 11, 2022 @ 08:37:08
  Author: tensor5
Revision: 1232183

upgpkg: go-ethereum 1.10.18-1

Modified:
  go-ethereum/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-11 08:37:03 UTC (rev 1232182)
+++ PKGBUILD2022-06-11 08:37:08 UTC (rev 1232183)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=go-ethereum
-pkgver=1.10.17
-_commit=25c9b49fdb74931137431c24cf28d3c65f9420d2
+pkgver=1.10.18
+_commit=de23cf910b814867d5c5d1ad6164835d79069638
 pkgrel=1
 pkgdesc='Official Go implementation of the Ethereum protocol'
 arch=('x86_64')



[arch-commits] Commit in solidity/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-05-21 Thread Nicola Squartini via arch-commits
Date: Saturday, May 21, 2022 @ 16:40:50
  Author: tensor5
Revision: 1209864

archrelease: copy trunk to community-x86_64

Added:
  solidity/repos/community-x86_64/PKGBUILD
(from rev 1209863, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-21 16:40:43 UTC (rev 1209863)
+++ PKGBUILD2022-05-21 16:40:50 UTC (rev 1209864)
@@ -1,41 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.8.13
-_commit=abaa5c0eb321aab4cd09617598696172378a4b83
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('cvc4' 'z3')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}";)
-sha512sums=('SKIP')
-
-prepare() {
-cd ${pkgname}
-
-commithash=$(git rev-parse --short=8 HEAD)
-echo -n ${commithash} > commit_hash.txt
-echo -n > prerelease.txt
-}
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 1209863, 
solidity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-21 16:40:50 UTC (rev 1209864)
@@ -0,0 +1,41 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.8.14
+_commit=80d49f37028b13e162951b6b67b0a42f477ba93c
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('cvc4' 'z3')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}";)
+sha512sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+commithash=$(git rev-parse --short=8 HEAD)
+echo -n ${commithash} > commit_hash.txt
+echo -n > prerelease.txt
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTESTS=OFF \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in solidity/trunk (PKGBUILD)

2022-05-21 Thread Nicola Squartini via arch-commits
Date: Saturday, May 21, 2022 @ 16:40:43
  Author: tensor5
Revision: 1209863

upgpkg: solidity 0.8.14-1

Modified:
  solidity/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-21 16:32:06 UTC (rev 1209862)
+++ PKGBUILD2022-05-21 16:40:43 UTC (rev 1209863)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.8.13
-_commit=abaa5c0eb321aab4cd09617598696172378a4b83
+pkgver=0.8.14
+_commit=80d49f37028b13e162951b6b67b0a42f477ba93c
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('x86_64')



[arch-commits] Commit in caprine/repos/community-any (6 files)

2022-05-21 Thread Nicola Squartini via arch-commits
Date: Saturday, May 21, 2022 @ 16:32:06
  Author: tensor5
Revision: 1209862

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 1209861, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 1209861, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 1209861, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  124 +++---
 caprine.desktop |   18 +++
 caprine.js  |   58 -
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-21 16:31:49 UTC (rev 1209861)
+++ PKGBUILD2022-05-21 16:32:06 UTC (rev 1209862)
@@ -1,62 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.55.4
-_commit=e14d13d61e137b4a8d76f6278a98b378def0c176
-pkgrel=1
-pkgdesc='Elegant Facebook Messenger desktop app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron13')
-makedepends=('git' 'npm')
-options=(!emptydirs)
-source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit}";
-'caprine.desktop'
-'caprine.js')
-sha256sums=('SKIP'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'93bf95cb916e3c6f8e44b598f3813fbdc63cc64f65cb376a4d08a5d574c6b3b4')
-
-build() {
-cd ${pkgname}
-
-npm install --ignore-scripts
-npx tsc
-rm -r node_modules
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}/usr/share/pixmaps"
-install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 1209861, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-21 16:32:06 UTC (rev 1209862)
@@ -0,0 +1,62 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.55.5
+_commit=17a70bec678cac8095b19c8683803a8ffd5a44f0
+pkgrel=1
+pkgdesc='Elegant Facebook Messenger desktop app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron13')
+makedepends=('git' 'npm')
+options=(!emptydirs)
+source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit}";
+'caprine.desktop'
+'caprine.js')
+sha256sums=('SKIP'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'93bf95cb916e3c6f8e44b598f3813fbdc63cc64f65cb376a4d08a5d574c6b3b4')
+
+build() {
+cd ${pkgname}
+
+npm install --ignore-scripts
+npx tsc
+rm -r node_modules
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}/usr/share/pixmaps"
+install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
+find "${pkgdir}"${appdir} \
+-name "package.json" \
+-exec sed

[arch-commits] Commit in caprine/trunk (PKGBUILD)

2022-05-21 Thread Nicola Squartini via arch-commits
Date: Saturday, May 21, 2022 @ 16:31:49
  Author: tensor5
Revision: 1209861

upgpkg: caprine 2.55.5-1

Modified:
  caprine/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-21 16:31:20 UTC (rev 1209860)
+++ PKGBUILD2022-05-21 16:31:49 UTC (rev 1209861)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.55.4
-_commit=e14d13d61e137b4a8d76f6278a98b378def0c176
+pkgver=2.55.5
+_commit=17a70bec678cac8095b19c8683803a8ffd5a44f0
 pkgrel=1
 pkgdesc='Elegant Facebook Messenger desktop app'
 arch=('any')



[arch-commits] Commit in electron/repos/community-x86_64 (25 files)

2022-05-21 Thread Nicola Squartini via arch-commits
Date: Saturday, May 21, 2022 @ 16:19:11
  Author: tensor5
Revision: 1209755

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 1209754, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 1209754, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/electron-launcher.sh
(from rev 1209754, electron/trunk/electron-launcher.sh)
  electron/repos/community-x86_64/electron.desktop
(from rev 1209754, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 1209754, 
electron/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  electron/repos/community-x86_64/fix-no-member-named-tie-in-namespace-std.patch
(from rev 1209754, 
electron/trunk/fix-no-member-named-tie-in-namespace-std.patch)
  electron/repos/community-x86_64/iwyu-add-utility-for-std-exchange.patch
(from rev 1209754, electron/trunk/iwyu-add-utility-for-std-exchange.patch)
  electron/repos/community-x86_64/iwyu-add-vector-needed-by-statsentry.patch
(from rev 1209754, 
electron/trunk/iwyu-add-vector-needed-by-statsentry.patch)
  electron/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1209754, electron/trunk/jinja-python-3.10.patch)
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1209754, 
electron/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron/repos/community-x86_64/std-vector-non-const.patch
(from rev 1209754, electron/trunk/std-vector-non-const.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1209754, electron/trunk/use-system-libraries-in-node.patch)
  electron/repos/community-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
(from rev 1209754, 
electron/trunk/webcodecs-stop-using-AudioOpusEncoder.patch)
  
electron/repos/community-x86_64/webrtc-check-existence-of-cursor-metadata.patch
(from rev 1209754, 
electron/trunk/webrtc-check-existence-of-cursor-metadata.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/electron-launcher.sh
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  electron/repos/community-x86_64/jinja-python-3.10.patch
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron/repos/community-x86_64/std-vector-non-const.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
  electron/repos/community-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
  
electron/repos/community-x86_64/webrtc-check-existence-of-cursor-metadata.patch

---+
 PKGBUILD  |  575 ++--
 default_app-icon.patch|   42 -
 electron-launcher.sh  |   40 -
 electron.desktop  |   14 
 enable-GlobalMediaControlsCastStartStop.patch |   64 +-
 fix-no-member-named-tie-in-namespace-std.patch|   28 
 iwyu-add-utility-for-std-exchange.patch   |   27 
 iwyu-add-vector-needed-by-statsentry.patch|   29 +
 jinja-python-3.10.patch   |   44 -
 sql-make-VirtualCursor-standard-layout-type.patch |  476 
 std-vector-non-const.patch|  258 
 use-system-libraries-in-node.patch|  106 +--
 webcodecs-stop-using-AudioOpusEncoder.patch   |   98 +--
 webrtc-check-existence-of-cursor-metadata.patch   |   62 +-
 14 files changed, 979 insertions(+), 884 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-21 16:18:44 UTC (rev 1209754)
+++ PKGBUILD2022-05-21 16:19:11 UTC (rev 1209755)
@@ -1,282 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=0
-pkgver=18.2.1
-_commit=3bc25c997d8b80f6f7f8e95e8d1e1f2d6bbfe543
-_chromiumver=100.0.4896.143
-_gcc_patchset=4
-# shellcheck disable=SC2034
-pkgrel=1
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
- 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
- 'npm' 'pciutils' 'pipewire' 'python' 'python-h

[arch-commits] Commit in electron/trunk (4 files)

2022-05-21 Thread Nicola Squartini via arch-commits
Date: Saturday, May 21, 2022 @ 16:18:44
  Author: tensor5
Revision: 1209754

upgpkg: electron 18.2.4-1

Added:
  electron/trunk/fix-no-member-named-tie-in-namespace-std.patch
  electron/trunk/iwyu-add-utility-for-std-exchange.patch
  electron/trunk/iwyu-add-vector-needed-by-statsentry.patch
Modified:
  electron/trunk/PKGBUILD

+
 PKGBUILD   |   17 +++--
 fix-no-member-named-tie-in-namespace-std.patch |   28 ++
 iwyu-add-utility-for-std-exchange.patch|   27 +
 iwyu-add-vector-needed-by-statsentry.patch |   29 +++
 4 files changed, 98 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-21 16:13:44 UTC (rev 1209753)
+++ PKGBUILD2022-05-21 16:18:44 UTC (rev 1209754)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=0
-pkgver=18.2.1
-_commit=3bc25c997d8b80f6f7f8e95e8d1e1f2d6bbfe543
-_chromiumver=100.0.4896.143
+pkgver=18.2.4
+_commit=f4ba63536a3558f814a81015ecbfaf3451be5694
+_chromiumver=100.0.4896.160
 _gcc_patchset=4
 # shellcheck disable=SC2034
 pkgrel=1
@@ -56,6 +56,9 @@
 'use-system-libraries-in-node.patch'
 'webcodecs-stop-using-AudioOpusEncoder.patch'
 'webrtc-check-existence-of-cursor-metadata.patch'
+'fix-no-member-named-tie-in-namespace-std.patch'
+'iwyu-add-utility-for-std-exchange.patch'
+'iwyu-add-vector-needed-by-statsentry.patch'
 'enable-GlobalMediaControlsCastStartStop.patch'
 'sql-make-VirtualCursor-standard-layout-type.patch'
)
@@ -71,6 +74,9 @@
 'c70652a8b24c237bcfd27469de32797a2cb46d9f0d63d897bb6418314a25644c'
 '064daaa2b9d95b96ec04d8ddebf4af441f92263d123365b58fe73966866080af'
 '88b2c8d9c6c1917f6632453f18aad7a3fd94d605eecb6c77ae2394ac5856ba95'
+'7ad0106161bbf25e2e603ae1a723ae4217155ebb26eb4778363ad396e8c14156'
+'6f666ef0acb08704ca58cc0d5e97e7ce64d8fea51042e593adae1ce15a61231c'
+'0ec88c8022c946ac333cbc1060d6b9cacbef6c4a86fe8763d23add6939a3c490'
 '779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
 'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
)
@@ -170,6 +176,11 @@
   patch -Np1 -i ../webcodecs-stop-using-AudioOpusEncoder.patch
   patch -Np1 -d third_party/webrtc 
<../webrtc-check-existence-of-cursor-metadata.patch
 
+  # Upstream fixes
+  patch -Np1 -i ../fix-no-member-named-tie-in-namespace-std.patch
+  patch -Np1 -i ../iwyu-add-utility-for-std-exchange.patch
+  patch -Np1 -i ../iwyu-add-vector-needed-by-statsentry.patch
+
   # Revert kGlobalMediaControlsCastStartStop enabled by default
   # https://crbug.com/1314342
   patch -Rp1 -F3 -i ../enable-GlobalMediaControlsCastStartStop.patch

Added: fix-no-member-named-tie-in-namespace-std.patch
===
--- fix-no-member-named-tie-in-namespace-std.patch  
(rev 0)
+++ fix-no-member-named-tie-in-namespace-std.patch  2022-05-21 16:18:44 UTC 
(rev 1209754)
@@ -0,0 +1,28 @@
+From 68c9c63c0b148ff5246a0cdad59000697bbd8645 Mon Sep 17 00:00:00 2001
+From: Maksim Sisov 
+Date: Tue, 12 Apr 2022 15:11:34 +
+Subject: [PATCH] Fix no member named 'tie' in namespace 'std'
+
+Bug: None
+Change-Id: I8a097af2b16b738fa9bbb8231536bca85522f350
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3581869
+Auto-Submit: Maksim Sisov 
+Reviewed-by: Matt Menke 
+Commit-Queue: Matt Menke 
+Cr-Commit-Position: refs/heads/main@{#991529}
+---
+ net/base/address_list.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/net/base/address_list.h b/net/base/address_list.h
+index 029af1aded3..a93093e41f3 100644
+--- a/net/base/address_list.h
 b/net/base/address_list.h
+@@ -8,6 +8,7 @@
+ #include 
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ 

Added: iwyu-add-utility-for-std-exchange.patch
===
--- iwyu-add-utility-for-std-exchange.patch (rev 0)
+++ iwyu-add-utility-for-std-exchange.patch 2022-05-21 16:18:44 UTC (rev 
1209754)
@@ -0,0 +1,27 @@
+From 9dd0503835dc875807ab63efb1f477bffed2a852 Mon Sep 17 00:00:00 2001
+From: Stephan Hartmann 
+Date: Mon, 25 Apr 2022 23:18:30 +
+Subject: [PATCH] IWYU: add utility for std::exchange
+
+Bug: 957519
+Change-Id: I307d520fdc34d2452018ed32a505e7e519739410
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3604643
+Reviewed-by: Wez 
+Commit-Queue: Stephan Hartmann 
+Cr-Commit-Position: refs/heads/main@{#995855}
+---
+ base/third_party/symbolize/symbolize.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/base/third_party/symbolize/symbolize.h 
b/base/third_party/symbolize/symbolize.h
+index 99029a968d5..278078f

[arch-commits] Commit in zcash/repos/community-x86_64 (6 files)

2022-05-20 Thread Nicola Squartini via arch-commits
Date: Friday, May 20, 2022 @ 17:34:43
  Author: tensor5
Revision: 1209426

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/PKGBUILD
(from rev 1209425, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/use-system-rust.patch
(from rev 1209425, zcash/trunk/use-system-rust.patch)
  zcash/repos/community-x86_64/zcashd.service
(from rev 1209425, zcash/trunk/zcashd.service)
Deleted:
  zcash/repos/community-x86_64/PKGBUILD
  zcash/repos/community-x86_64/use-system-rust.patch
  zcash/repos/community-x86_64/zcashd.service

---+
 PKGBUILD  |  166 
 use-system-rust.patch |   28 
 zcashd.service|   18 ++---
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-20 17:34:28 UTC (rev 1209425)
+++ PKGBUILD2022-05-20 17:34:43 UTC (rev 1209426)
@@ -1,83 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=zcash
-pkgver=4.7.0
-_commit=8793f68e5ecb656a6975902f69872965e40b5587
-_db_version=6.2.23
-_db_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
-pkgrel=1
-pkgdesc='Permissionless financial system employing zero-knowledge security'
-arch=('x86_64')
-url='https://z.cash/'
-license=('MIT')
-depends=('boost-libs' 'libevent' 'zeromq')
-makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'utf8cpp' 'wget')
-checkdepends=('python-pyblake2' 'python-pyzmq' 'python-requests'
-  'python-simplejson')
-source=("git+https://github.com/zcash/zcash.git#commit=${_commit}";
-"https://download.oracle.com/berkeley-db/db-${_db_version}.tar.gz";
-'use-system-rust.patch'
-'zcashd.service')
-sha256sums=('SKIP'
-"${_db_sha256_hash}"
-'119e787cb22f2941ead286d2621fae7d6c4de6216e24615eb3c0f875e7a2547f'
-'7b0919ac447824199aff8c17b5a5799b46414818c6aed314506c5295d0ce9ccd')
-
-prepare() {
-cd ${pkgname}
-
-# Set gitattributes on src/clientversion.cpp
-git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
-
-patch -Np1 -i ../use-system-rust.patch
-}
-
-build() {
-cd "db-${_db_version}/build_unix"
-
-../dist/configure \
---prefix=/ \
---disable-shared \
---enable-cxx \
---disable-replication \
---enable-option-checking \
---with-pic
-make libdb_cxx-6.2.a libdb-6.2.a
-make DESTDIR="${srcdir}/db-root" install
-
-cd "${srcdir}/${pkgname}"
-
-CPPFLAGS="${CPPFLAGS} -I${srcdir}/db-root/include -I/usr/include/utf8cpp"
-LDFLAGS="${LDFLAGS} -L${srcdir}/db-root/lib"
-rust_target=$(RUSTC_BOOTSTRAP=1 rustc -Z unstable-options --print 
target-spec-json | python -c 'import 
json,sys;obj=json.load(sys.stdin);print(obj["llvm-target"])')
-
-./autogen.sh
-./configure --prefix=/usr \
---enable-online-rust
-make RUST_TARGET="${rust_target}"
-}
-
-check() {
-cd ${pkgname}
-
-./zcutil/fetch-params.sh
-
-rust_target=$(RUSTC_BOOTSTRAP=1 rustc -Z unstable-options --print 
target-spec-json | python -c 'import 
json,sys;obj=json.load(sys.stdin);print(obj["llvm-target"])')
-export RUST_TARGET="${rust_target}"
-./qa/zcash/full_test_suite.py || true
-}
-
-package() {
-cd ${pkgname}
-
-rust_target=$(RUSTC_BOOTSTRAP=1 rustc -Z unstable-options --print 
target-spec-json | python -c 'import 
json,sys;obj=json.load(sys.stdin);print(obj["llvm-target"])')
-make DESTDIR="${pkgdir}" RUST_TARGET="${rust_target}" install
-
-for ext in '-cli' '-tx' 'd'; do
-install -Dm644 contrib/zcash${ext}.bash-completion \
-"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
-done
-
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../zcashd.service
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 1209425, 
zcash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-20 17:34:43 UTC (rev 1209426)
@@ -0,0 +1,83 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=5.0.0
+_commit=16b49eadd56086aae10f2907e5b8e77b773f1813
+_db_version=6.2.23
+_db_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
+pkgrel=1
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('boost-libs' 'libevent' 'zeromq')
+makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'utf8cpp' 'wget')
+checkdepends=('python-pyblake2' 'python-pyzmq' 'python-requests'
+  'python-simplejson')
+source=("git+https://github.com/zcash/zcash.git#commit=${_commit}";
+"https://download.oracle.com/berkeley-db/db-${_db_version}.tar.gz";
+'use-system-rust.p

[arch-commits] Commit in zcash/trunk (PKGBUILD)

2022-05-20 Thread Nicola Squartini via arch-commits
Date: Friday, May 20, 2022 @ 17:34:28
  Author: tensor5
Revision: 1209425

upgpkg: zcash 5.0.0-1

Modified:
  zcash/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-20 17:33:25 UTC (rev 1209424)
+++ PKGBUILD2022-05-20 17:34:28 UTC (rev 1209425)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=zcash
-pkgver=4.7.0
-_commit=8793f68e5ecb656a6975902f69872965e40b5587
+pkgver=5.0.0
+_commit=16b49eadd56086aae10f2907e5b8e77b773f1813
 _db_version=6.2.23
 
_db_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
 pkgrel=1



[arch-commits] Commit in electron15/repos/community-x86_64 (34 files)

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 14:08:41
  Author: tensor5
Revision: 1196197

archrelease: copy trunk to community-x86_64

Added:
  electron15/repos/community-x86_64/PKGBUILD
(from rev 1196196, electron15/trunk/PKGBUILD)
  electron15/repos/community-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
(from rev 1196196, 
electron15/trunk/add-a-TODO-about-a-missing-pnacl-flag.patch)
  electron15/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1196196, 
electron15/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron15/repos/community-x86_64/default_app-icon.patch
(from rev 1196196, electron15/trunk/default_app-icon.patch)
  electron15/repos/community-x86_64/electron-launcher.sh
(from rev 1196196, electron15/trunk/electron-launcher.sh)
  electron15/repos/community-x86_64/electron.desktop
(from rev 1196196, electron15/trunk/electron.desktop)
  electron15/repos/community-x86_64/gn-visibility-gmock.patch
(from rev 1196196, electron15/trunk/gn-visibility-gmock.patch)
  electron15/repos/community-x86_64/gn-visibility-mojo.patch
(from rev 1196196, electron15/trunk/gn-visibility-mojo.patch)
  electron15/repos/community-x86_64/gn-visibility-webrtc.patch
(from rev 1196196, electron15/trunk/gn-visibility-webrtc.patch)
  electron15/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1196196, electron15/trunk/jinja-python-3.10.patch)
  electron15/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
(from rev 1196196, electron15/trunk/replace-blacklist-with-ignorelist.patch)
  
electron15/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1196196, 
electron15/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron15/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1196196, 
electron15/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
electron15/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1196196, 
electron15/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron15/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1196196, 
electron15/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron15/repos/community-x86_64/use-ffile-compilation-dir.patch
(from rev 1196196, electron15/trunk/use-ffile-compilation-dir.patch)
  electron15/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1196196, electron15/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron15/repos/community-x86_64/PKGBUILD
  electron15/repos/community-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
  electron15/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron15/repos/community-x86_64/default_app-icon.patch
  electron15/repos/community-x86_64/electron-launcher.sh
  electron15/repos/community-x86_64/electron.desktop
  electron15/repos/community-x86_64/gn-visibility-gmock.patch
  electron15/repos/community-x86_64/gn-visibility-mojo.patch
  electron15/repos/community-x86_64/gn-visibility-webrtc.patch
  electron15/repos/community-x86_64/jinja-python-3.10.patch
  electron15/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
  
electron15/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron15/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
electron15/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron15/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
  electron15/repos/community-x86_64/use-ffile-compilation-dir.patch
  electron15/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  574 +--
 add-a-TODO-about-a-missing-pnacl-flag.patch|   56 -
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 gn-visibility-gmock.patch  |   86 -
 gn-visibility-mojo.patch   |   72 -
 gn-visibility-webrtc.patch |   90 -
 jinja-python-3.10.patch|   66 -
 replace-blacklist-with-ignorelist.patch|  392 +++
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 -
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 -
 unexpire-accelerated-video-decode-flag.patch   |   22 
 use-ffile-compilation-dir.patch|  130 +-
 use-s

[arch-commits] Commit in electron15/trunk (PKGBUILD)

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 14:08:13
  Author: tensor5
Revision: 1196196

upgpkg: electron15 15.5.4-1

Modified:
  electron15/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 14:06:31 UTC (rev 1196195)
+++ PKGBUILD2022-05-07 14:08:13 UTC (rev 1196196)
@@ -1,12 +1,12 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=15.5.2
-_commit=0d94bdda5070d8b28f7cf8a5f64e675f8c8f6ec0
+pkgver=15.5.4
+_commit=ec7baba40166e9f11046cff31de180e4f652ec23
 _chromiumver=94.0.4606.81
 _gcc_patchset=3
 # shellcheck disable=SC2034
-pkgrel=2
+pkgrel=1
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then



[arch-commits] Commit in electron16/repos/community-x86_64 (26 files)

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 12:54:44
  Author: tensor5
Revision: 1196185

archrelease: copy trunk to community-x86_64

Added:
  electron16/repos/community-x86_64/PKGBUILD
(from rev 1196184, electron16/trunk/PKGBUILD)
  electron16/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1196184, 
electron16/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron16/repos/community-x86_64/default_app-icon.patch
(from rev 1196184, electron16/trunk/default_app-icon.patch)
  electron16/repos/community-x86_64/electron-launcher.sh
(from rev 1196184, electron16/trunk/electron-launcher.sh)
  electron16/repos/community-x86_64/electron.desktop
(from rev 1196184, electron16/trunk/electron.desktop)
  electron16/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1196184, electron16/trunk/jinja-python-3.10.patch)
  
electron16/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1196184, 
electron16/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron16/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1196184, 
electron16/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron16/repos/community-x86_64/std-vector-non-const.patch
(from rev 1196184, electron16/trunk/std-vector-non-const.patch)
  
electron16/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1196184, 
electron16/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron16/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1196184, 
electron16/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron16/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1196184, electron16/trunk/use-system-libraries-in-node.patch)
  electron16/repos/community-x86_64/wayland-fix-binding-to-wrong-version.patch
(from rev 1196184, 
electron16/trunk/wayland-fix-binding-to-wrong-version.patch)
Deleted:
  electron16/repos/community-x86_64/PKGBUILD
  electron16/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron16/repos/community-x86_64/default_app-icon.patch
  electron16/repos/community-x86_64/electron-launcher.sh
  electron16/repos/community-x86_64/electron.desktop
  electron16/repos/community-x86_64/jinja-python-3.10.patch
  
electron16/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron16/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron16/repos/community-x86_64/std-vector-non-const.patch
  
electron16/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron16/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
  electron16/repos/community-x86_64/use-system-libraries-in-node.patch
  electron16/repos/community-x86_64/wayland-fix-binding-to-wrong-version.patch

+
 PKGBUILD   |  560 ++--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 jinja-python-3.10.patch|   66 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 ++--
 std-vector-non-const.patch |  230 -
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 
 unexpire-accelerated-video-decode-flag.patch   |   22 
 use-system-libraries-in-node.patch |  106 
 wayland-fix-binding-to-wrong-version.patch | 1302 +--
 13 files changed, 1534 insertions(+), 1534 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 12:54:19 UTC (rev 1196184)
+++ PKGBUILD2022-05-07 12:54:44 UTC (rev 1196185)
@@ -1,280 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=1
-pkgver=16.2.2
-_commit=f1d7143310bfdf1dc1dc8f8512789bff94cd0804
-_chromiumver=96.0.4664.174
-_gcc_patchset=4
-# shellcheck disable=SC2034
-pkgrel=2
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 'gperf'

[arch-commits] Commit in electron16/trunk (PKGBUILD)

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 12:54:19
  Author: tensor5
Revision: 1196184

upgpkg: electron16 16.2.5-1

Modified:
  electron16/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 12:52:17 UTC (rev 1196183)
+++ PKGBUILD2022-05-07 12:54:19 UTC (rev 1196184)
@@ -1,12 +1,12 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=16.2.2
-_commit=f1d7143310bfdf1dc1dc8f8512789bff94cd0804
+pkgver=16.2.5
+_commit=32f91f19e08ddf96ac114ae6b0f0c7483241ec1e
 _chromiumver=96.0.4664.174
 _gcc_patchset=4
 # shellcheck disable=SC2034
-pkgrel=2
+pkgrel=1
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then



[arch-commits] Commit in electron17/repos/community-x86_64 (26 files)

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 11:03:53
  Author: tensor5
Revision: 1196160

archrelease: copy trunk to community-x86_64

Added:
  electron17/repos/community-x86_64/PKGBUILD
(from rev 1196159, electron17/trunk/PKGBUILD)
  electron17/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1196159, 
electron17/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron17/repos/community-x86_64/default_app-icon.patch
(from rev 1196159, electron17/trunk/default_app-icon.patch)
  
electron17/repos/community-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
(from rev 1196159, 
electron17/trunk/downgrade-duplicate-peer-error-to-dvlog.patch)
  electron17/repos/community-x86_64/electron-launcher.sh
(from rev 1196159, electron17/trunk/electron-launcher.sh)
  electron17/repos/community-x86_64/electron.desktop
(from rev 1196159, electron17/trunk/electron.desktop)
  electron17/repos/community-x86_64/fix-build-break-with-system-libdrm.patch
(from rev 1196159, 
electron17/trunk/fix-build-break-with-system-libdrm.patch)
  electron17/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1196159, electron17/trunk/jinja-python-3.10.patch)
  
electron17/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1196159, 
electron17/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron17/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1196159, 
electron17/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron17/repos/community-x86_64/std-vector-non-const.patch
(from rev 1196159, electron17/trunk/std-vector-non-const.patch)
  
electron17/repos/community-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
(from rev 1196159, 
electron17/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch)
  electron17/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1196159, electron17/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron17/repos/community-x86_64/PKGBUILD
  electron17/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron17/repos/community-x86_64/default_app-icon.patch
  
electron17/repos/community-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
  electron17/repos/community-x86_64/electron-launcher.sh
  electron17/repos/community-x86_64/electron.desktop
  electron17/repos/community-x86_64/fix-build-break-with-system-libdrm.patch
  electron17/repos/community-x86_64/jinja-python-3.10.patch
  
electron17/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron17/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron17/repos/community-x86_64/std-vector-non-const.patch
  
electron17/repos/community-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
  electron17/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  564 +--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 default_app-icon.patch |   42 
 downgrade-duplicate-peer-error-to-dvlog.patch  |   66 -
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 fix-build-break-with-system-libdrm.patch   |  124 +-
 jinja-python-3.10.patch|   44 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 -
 std-vector-non-const.patch |  230 ++--
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|  144 +-
 use-system-libraries-in-node.patch |  106 +-
 13 files changed, 999 insertions(+), 999 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 11:03:22 UTC (rev 1196159)
+++ PKGBUILD2022-05-07 11:03:53 UTC (rev 1196160)
@@ -1,282 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=1
-pkgver=17.4.0
-_commit=0b031afcefa031c322843d5964e999768b95af0a
-_chromiumver=98.0.4758.141
-_gcc_patchset=5
-# shellcheck disable=SC2034
-pkgrel=2
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 'gperf

[arch-commits] Commit in electron17/trunk (PKGBUILD)

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 11:03:22
  Author: tensor5
Revision: 1196159

upgpkg: electron17 17.4.3-1

Modified:
  electron17/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 10:37:24 UTC (rev 1196158)
+++ PKGBUILD2022-05-07 11:03:22 UTC (rev 1196159)
@@ -1,12 +1,12 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=17.4.0
-_commit=0b031afcefa031c322843d5964e999768b95af0a
+pkgver=17.4.3
+_commit=322f1c3f8907f2592eef5b5e03a97045e30df9e3
 _chromiumver=98.0.4758.141
 _gcc_patchset=5
 # shellcheck disable=SC2034
-pkgrel=2
+pkgrel=1
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then



[arch-commits] Commit in electron/repos/community-x86_64 (22 files)

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 09:22:40
  Author: tensor5
Revision: 1196149

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 1196148, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 1196148, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/electron-launcher.sh
(from rev 1196148, electron/trunk/electron-launcher.sh)
  electron/repos/community-x86_64/electron.desktop
(from rev 1196148, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 1196148, 
electron/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  electron/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1196148, electron/trunk/jinja-python-3.10.patch)
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1196148, 
electron/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron/repos/community-x86_64/std-vector-non-const.patch
(from rev 1196148, electron/trunk/std-vector-non-const.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1196148, electron/trunk/use-system-libraries-in-node.patch)
  electron/repos/community-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
(from rev 1196148, 
electron/trunk/webcodecs-stop-using-AudioOpusEncoder.patch)
  
electron/repos/community-x86_64/webrtc-check-existence-of-cursor-metadata.patch
(from rev 1196148, 
electron/trunk/webrtc-check-existence-of-cursor-metadata.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/electron-launcher.sh
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  electron/repos/community-x86_64/jinja-python-3.10.patch
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron/repos/community-x86_64/std-vector-non-const.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
  electron/repos/community-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
  
electron/repos/community-x86_64/webrtc-check-existence-of-cursor-metadata.patch

---+
 PKGBUILD  |  564 ++--
 default_app-icon.patch|   42 -
 electron-launcher.sh  |   40 -
 electron.desktop  |   14 
 enable-GlobalMediaControlsCastStartStop.patch |   64 +-
 jinja-python-3.10.patch   |   44 -
 sql-make-VirtualCursor-standard-layout-type.patch |  476 
 std-vector-non-const.patch|  258 -
 use-system-libraries-in-node.patch|  106 +--
 webcodecs-stop-using-AudioOpusEncoder.patch   |   98 +--
 webrtc-check-existence-of-cursor-metadata.patch   |   62 +-
 11 files changed, 884 insertions(+), 884 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 09:18:56 UTC (rev 1196148)
+++ PKGBUILD2022-05-07 09:22:40 UTC (rev 1196149)
@@ -1,282 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=0
-pkgver=18.2.0
-_commit=015e9a884375f21fc0c9d099b74a676912849735
-_chromiumver=100.0.4896.143
-_gcc_patchset=4
-# shellcheck disable=SC2034
-pkgrel=1
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
- 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
- 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2'
- 'python-pyparsing' 'python-six' 'wget' 'yarn')
-# shellcheck disable=SC2034
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'libappindicator-gtk3: StatusNotifierItem support'
-'pipewire: WebRTC desktop sharing under Wayland'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-if [[ ${_use_suffix} == 0 ]]; then
-  # shellcheck disable=SC2034
-  conflicts=("electron${_major_ver}")
-  # shellcheck disable=SC2034
-  provides=("electron${_major_ver}")
-fi
-# shellcheck disable=SC2034
-options=('!lto') 

[arch-commits] Commit in electron/trunk (PKGBUILD)

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 09:13:15
  Author: tensor5
Revision: 1196144

upgpkg: electron 18.2.1-1

Modified:
  electron/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 09:09:29 UTC (rev 1196143)
+++ PKGBUILD2022-05-07 09:13:15 UTC (rev 1196144)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=0
-pkgver=18.2.0
-_commit=015e9a884375f21fc0c9d099b74a676912849735
+pkgver=18.2.1
+_commit=3bc25c997d8b80f6f7f8e95e8d1e1f2d6bbfe543
 _chromiumver=100.0.4896.143
 _gcc_patchset=4
 # shellcheck disable=SC2034



[arch-commits] Commit in electron/repos/community-x86_64 (22 files)

2022-04-30 Thread Nicola Squartini via arch-commits
Date: Saturday, April 30, 2022 @ 09:37:48
  Author: tensor5
Revision: 1191873

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 1191872, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 1191872, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/electron-launcher.sh
(from rev 1191872, electron/trunk/electron-launcher.sh)
  electron/repos/community-x86_64/electron.desktop
(from rev 1191872, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 1191872, 
electron/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  electron/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1191872, electron/trunk/jinja-python-3.10.patch)
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1191872, 
electron/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron/repos/community-x86_64/std-vector-non-const.patch
(from rev 1191872, electron/trunk/std-vector-non-const.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1191872, electron/trunk/use-system-libraries-in-node.patch)
  electron/repos/community-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
(from rev 1191872, 
electron/trunk/webcodecs-stop-using-AudioOpusEncoder.patch)
  
electron/repos/community-x86_64/webrtc-check-existence-of-cursor-metadata.patch
(from rev 1191872, 
electron/trunk/webrtc-check-existence-of-cursor-metadata.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/electron-launcher.sh
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  electron/repos/community-x86_64/jinja-python-3.10.patch
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron/repos/community-x86_64/std-vector-non-const.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
  electron/repos/community-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
  
electron/repos/community-x86_64/webrtc-check-existence-of-cursor-metadata.patch

---+
 PKGBUILD  |  561 ++--
 default_app-icon.patch|   42 -
 electron-launcher.sh  |   40 -
 electron.desktop  |   14 
 enable-GlobalMediaControlsCastStartStop.patch |   64 +-
 jinja-python-3.10.patch   |   44 -
 sql-make-VirtualCursor-standard-layout-type.patch |  476 
 std-vector-non-const.patch|  258 -
 use-system-libraries-in-node.patch|  106 +--
 webcodecs-stop-using-AudioOpusEncoder.patch   |   98 +--
 webrtc-check-existence-of-cursor-metadata.patch   |   62 +-
 11 files changed, 884 insertions(+), 881 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-30 09:37:18 UTC (rev 1191872)
+++ PKGBUILD2022-04-30 09:37:48 UTC (rev 1191873)
@@ -1,279 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=0
-pkgver=18.0.3
-_commit=0a80eb4a9cf420624c50f3f2df60ebfeba1eb5b2
-_chromiumver=100.0.4896.75
-_gcc_patchset=4
-# shellcheck disable=SC2034
-pkgrel=2
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
- 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
- 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2'
- 'python-pyparsing' 'python-six' 'wget' 'yarn')
-# shellcheck disable=SC2034
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'libappindicator-gtk3: StatusNotifierItem support'
-'pipewire: WebRTC desktop sharing under Wayland'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-if [[ ${_use_suffix} == 0 ]]; then
-  # shellcheck disable=SC2034
-  conflicts=("electron${_major_ver}")
-  # shellcheck disable=SC2034
-  provides=("electron${_major_ver}")
-fi
-# shellcheck disable=SC2034
-options=('!lto'

[arch-commits] Commit in electron/trunk (PKGBUILD)

2022-04-30 Thread Nicola Squartini via arch-commits
Date: Saturday, April 30, 2022 @ 09:37:18
  Author: tensor5
Revision: 1191872

upgpkg: electron 18.2.0-1

Modified:
  electron/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-30 08:37:03 UTC (rev 1191871)
+++ PKGBUILD2022-04-30 09:37:18 UTC (rev 1191872)
@@ -1,12 +1,12 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=0
-pkgver=18.0.3
-_commit=0a80eb4a9cf420624c50f3f2df60ebfeba1eb5b2
-_chromiumver=100.0.4896.75
+pkgver=18.2.0
+_commit=015e9a884375f21fc0c9d099b74a676912849735
+_chromiumver=100.0.4896.143
 _gcc_patchset=4
 # shellcheck disable=SC2034
-pkgrel=2
+pkgrel=1
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then
@@ -220,6 +220,9 @@
   CFLAGS=${CFLAGS/-fstack-clash-protection}
   CXXFLAGS=${CXXFLAGS/-fstack-clash-protection}
 
+  # https://crbug.com/957519#c122
+  CXXFLAGS=${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS}
+
   # Do not warn about unknown warning options
   CFLAGS+='   -Wno-unknown-warning-option'
   CXXFLAGS+=' -Wno-unknown-warning-option'



[arch-commits] Commit in zcash/repos/community-x86_64 (6 files)

2022-04-23 Thread Nicola Squartini via arch-commits
Date: Saturday, April 23, 2022 @ 10:27:11
  Author: tensor5
Revision: 1187566

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/PKGBUILD
(from rev 1187565, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/use-system-rust.patch
(from rev 1187565, zcash/trunk/use-system-rust.patch)
  zcash/repos/community-x86_64/zcashd.service
(from rev 1187565, zcash/trunk/zcashd.service)
Deleted:
  zcash/repos/community-x86_64/PKGBUILD
  zcash/repos/community-x86_64/use-system-rust.patch
  zcash/repos/community-x86_64/zcashd.service

---+
 PKGBUILD  |  166 
 use-system-rust.patch |   28 
 zcashd.service|   18 ++---
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-23 10:26:56 UTC (rev 1187565)
+++ PKGBUILD2022-04-23 10:27:11 UTC (rev 1187566)
@@ -1,83 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=zcash
-pkgver=4.6.0_2
-_commit=ac0c24cfa0768101d6843eb939379fc50348e589
-_db_version=6.2.23
-_db_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
-pkgrel=1
-pkgdesc='Permissionless financial system employing zero-knowledge security'
-arch=('x86_64')
-url='https://z.cash/'
-license=('MIT')
-depends=('boost-libs' 'libevent' 'zeromq')
-makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'utf8cpp' 'wget')
-checkdepends=('python-pyblake2' 'python-pyzmq' 'python-requests'
-  'python-simplejson')
-source=("git+https://github.com/zcash/zcash.git#commit=${_commit}";
-"https://download.oracle.com/berkeley-db/db-${_db_version}.tar.gz";
-'use-system-rust.patch'
-'zcashd.service')
-sha256sums=('SKIP'
-"${_db_sha256_hash}"
-'119e787cb22f2941ead286d2621fae7d6c4de6216e24615eb3c0f875e7a2547f'
-'7b0919ac447824199aff8c17b5a5799b46414818c6aed314506c5295d0ce9ccd')
-
-prepare() {
-cd ${pkgname}
-
-# Set gitattributes on src/clientversion.cpp
-git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
-
-patch -Np1 -i ../use-system-rust.patch
-}
-
-build() {
-cd "db-${_db_version}/build_unix"
-
-../dist/configure \
---prefix=/ \
---disable-shared \
---enable-cxx \
---disable-replication \
---enable-option-checking \
---with-pic
-make libdb_cxx-6.2.a libdb-6.2.a
-make DESTDIR="${srcdir}/db-root" install
-
-cd "${srcdir}/${pkgname}"
-
-CPPFLAGS="${CPPFLAGS} -I${srcdir}/db-root/include -I/usr/include/utf8cpp"
-LDFLAGS="${LDFLAGS} -L${srcdir}/db-root/lib"
-rust_target=$(RUSTC_BOOTSTRAP=1 rustc -Z unstable-options --print 
target-spec-json | python -c 'import 
json,sys;obj=json.load(sys.stdin);print(obj["llvm-target"])')
-
-./autogen.sh
-./configure --prefix=/usr \
---enable-online-rust
-make RUST_TARGET="${rust_target}"
-}
-
-check() {
-cd ${pkgname}
-
-./zcutil/fetch-params.sh
-
-rust_target=$(RUSTC_BOOTSTRAP=1 rustc -Z unstable-options --print 
target-spec-json | python -c 'import 
json,sys;obj=json.load(sys.stdin);print(obj["llvm-target"])')
-export RUST_TARGET="${rust_target}"
-./qa/zcash/full_test_suite.py || true
-}
-
-package() {
-cd ${pkgname}
-
-rust_target=$(RUSTC_BOOTSTRAP=1 rustc -Z unstable-options --print 
target-spec-json | python -c 'import 
json,sys;obj=json.load(sys.stdin);print(obj["llvm-target"])')
-make DESTDIR="${pkgdir}" RUST_TARGET="${rust_target}" install
-
-for ext in '-cli' '-tx' 'd'; do
-install -Dm644 contrib/zcash${ext}.bash-completion \
-"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
-done
-
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../zcashd.service
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 1187565, 
zcash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-23 10:27:11 UTC (rev 1187566)
@@ -0,0 +1,83 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=4.7.0
+_commit=8793f68e5ecb656a6975902f69872965e40b5587
+_db_version=6.2.23
+_db_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
+pkgrel=1
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('boost-libs' 'libevent' 'zeromq')
+makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'utf8cpp' 'wget')
+checkdepends=('python-pyblake2' 'python-pyzmq' 'python-requests'
+  'python-simplejson')
+source=("git+https://github.com/zcash/zcash.git#commit=${_commit}";
+"https://download.oracle.com/berkeley-db/db-${_db_version}.tar.gz";
+'use-system-

[arch-commits] Commit in zcash/trunk (PKGBUILD)

2022-04-23 Thread Nicola Squartini via arch-commits
Date: Saturday, April 23, 2022 @ 10:26:56
  Author: tensor5
Revision: 1187565

upgpkg: zcash 4.7.0-1

Modified:
  zcash/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-23 10:25:23 UTC (rev 1187564)
+++ PKGBUILD2022-04-23 10:26:56 UTC (rev 1187565)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=zcash
-pkgver=4.6.0_2
-_commit=ac0c24cfa0768101d6843eb939379fc50348e589
+pkgver=4.7.0
+_commit=8793f68e5ecb656a6975902f69872965e40b5587
 _db_version=6.2.23
 
_db_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
 pkgrel=1



[arch-commits] Commit in electron15/repos/community-x86_64 (34 files)

2022-04-11 Thread Nicola Squartini via arch-commits
Date: Tuesday, April 12, 2022 @ 05:59:59
  Author: tensor5
Revision: 1185938

archrelease: copy trunk to community-x86_64

Added:
  electron15/repos/community-x86_64/PKGBUILD
(from rev 1185937, electron15/trunk/PKGBUILD)
  electron15/repos/community-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
(from rev 1185937, 
electron15/trunk/add-a-TODO-about-a-missing-pnacl-flag.patch)
  electron15/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1185937, 
electron15/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron15/repos/community-x86_64/default_app-icon.patch
(from rev 1185937, electron15/trunk/default_app-icon.patch)
  electron15/repos/community-x86_64/electron-launcher.sh
(from rev 1185937, electron15/trunk/electron-launcher.sh)
  electron15/repos/community-x86_64/electron.desktop
(from rev 1185937, electron15/trunk/electron.desktop)
  electron15/repos/community-x86_64/gn-visibility-gmock.patch
(from rev 1185937, electron15/trunk/gn-visibility-gmock.patch)
  electron15/repos/community-x86_64/gn-visibility-mojo.patch
(from rev 1185937, electron15/trunk/gn-visibility-mojo.patch)
  electron15/repos/community-x86_64/gn-visibility-webrtc.patch
(from rev 1185937, electron15/trunk/gn-visibility-webrtc.patch)
  electron15/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1185937, electron15/trunk/jinja-python-3.10.patch)
  electron15/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
(from rev 1185937, electron15/trunk/replace-blacklist-with-ignorelist.patch)
  
electron15/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1185937, 
electron15/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron15/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1185937, 
electron15/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
electron15/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1185937, 
electron15/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron15/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1185937, 
electron15/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron15/repos/community-x86_64/use-ffile-compilation-dir.patch
(from rev 1185937, electron15/trunk/use-ffile-compilation-dir.patch)
  electron15/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1185937, electron15/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron15/repos/community-x86_64/PKGBUILD
  electron15/repos/community-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
  electron15/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron15/repos/community-x86_64/default_app-icon.patch
  electron15/repos/community-x86_64/electron-launcher.sh
  electron15/repos/community-x86_64/electron.desktop
  electron15/repos/community-x86_64/gn-visibility-gmock.patch
  electron15/repos/community-x86_64/gn-visibility-mojo.patch
  electron15/repos/community-x86_64/gn-visibility-webrtc.patch
  electron15/repos/community-x86_64/jinja-python-3.10.patch
  electron15/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
  
electron15/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron15/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
electron15/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron15/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
  electron15/repos/community-x86_64/use-ffile-compilation-dir.patch
  electron15/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  574 +--
 add-a-TODO-about-a-missing-pnacl-flag.patch|   56 -
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 gn-visibility-gmock.patch  |   86 -
 gn-visibility-mojo.patch   |   72 -
 gn-visibility-webrtc.patch |   90 -
 jinja-python-3.10.patch|   66 -
 replace-blacklist-with-ignorelist.patch|  392 +++
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 -
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 -
 unexpire-accelerated-video-decode-flag.patch   |   22 
 use-ffile-compilation-dir.patch|  130 +-
 use

[arch-commits] Commit in electron15/trunk (PKGBUILD)

2022-04-11 Thread Nicola Squartini via arch-commits
Date: Tuesday, April 12, 2022 @ 05:58:03
  Author: tensor5
Revision: 1185937

upgpkg: electron15 15.5.2-1

Modified:
  electron15/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-12 04:54:18 UTC (rev 1185936)
+++ PKGBUILD2022-04-12 05:58:03 UTC (rev 1185937)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=15.5.1
-_commit=79b45ac5f67647f0bb4f7b35b29123ca09f4c112
+pkgver=15.5.2
+_commit=0d94bdda5070d8b28f7cf8a5f64e675f8c8f6ec0
 _chromiumver=94.0.4606.81
 _gcc_patchset=3
 # shellcheck disable=SC2034



[arch-commits] Commit in electron16/repos/community-x86_64 (26 files)

2022-04-11 Thread Nicola Squartini via arch-commits
Date: Tuesday, April 12, 2022 @ 04:54:18
  Author: tensor5
Revision: 1185936

archrelease: copy trunk to community-x86_64

Added:
  electron16/repos/community-x86_64/PKGBUILD
(from rev 1185935, electron16/trunk/PKGBUILD)
  electron16/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1185935, 
electron16/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron16/repos/community-x86_64/default_app-icon.patch
(from rev 1185935, electron16/trunk/default_app-icon.patch)
  electron16/repos/community-x86_64/electron-launcher.sh
(from rev 1185935, electron16/trunk/electron-launcher.sh)
  electron16/repos/community-x86_64/electron.desktop
(from rev 1185935, electron16/trunk/electron.desktop)
  electron16/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1185935, electron16/trunk/jinja-python-3.10.patch)
  
electron16/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1185935, 
electron16/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron16/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1185935, 
electron16/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron16/repos/community-x86_64/std-vector-non-const.patch
(from rev 1185935, electron16/trunk/std-vector-non-const.patch)
  
electron16/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1185935, 
electron16/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron16/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1185935, 
electron16/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron16/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1185935, electron16/trunk/use-system-libraries-in-node.patch)
  electron16/repos/community-x86_64/wayland-fix-binding-to-wrong-version.patch
(from rev 1185935, 
electron16/trunk/wayland-fix-binding-to-wrong-version.patch)
Deleted:
  electron16/repos/community-x86_64/PKGBUILD
  electron16/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron16/repos/community-x86_64/default_app-icon.patch
  electron16/repos/community-x86_64/electron-launcher.sh
  electron16/repos/community-x86_64/electron.desktop
  electron16/repos/community-x86_64/jinja-python-3.10.patch
  
electron16/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron16/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron16/repos/community-x86_64/std-vector-non-const.patch
  
electron16/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron16/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
  electron16/repos/community-x86_64/use-system-libraries-in-node.patch
  electron16/repos/community-x86_64/wayland-fix-binding-to-wrong-version.patch

+
 PKGBUILD   |  560 ++--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 jinja-python-3.10.patch|   66 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 ++--
 std-vector-non-const.patch |  230 -
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 
 unexpire-accelerated-video-decode-flag.patch   |   22 
 use-system-libraries-in-node.patch |  106 
 wayland-fix-binding-to-wrong-version.patch | 1302 +--
 13 files changed, 1534 insertions(+), 1534 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-12 04:52:43 UTC (rev 1185935)
+++ PKGBUILD2022-04-12 04:54:18 UTC (rev 1185936)
@@ -1,280 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=1
-pkgver=16.2.1
-_commit=53450220c25546e66bdc3e129391a942287b3703
-_chromiumver=96.0.4664.174
-_gcc_patchset=4
-# shellcheck disable=SC2034
-pkgrel=1
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 'gper

[arch-commits] Commit in electron16/trunk (PKGBUILD)

2022-04-11 Thread Nicola Squartini via arch-commits
Date: Tuesday, April 12, 2022 @ 04:52:43
  Author: tensor5
Revision: 1185935

upgpkg: electron16 16.2.2-1

Modified:
  electron16/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-12 03:45:09 UTC (rev 1185934)
+++ PKGBUILD2022-04-12 04:52:43 UTC (rev 1185935)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=16.2.1
-_commit=53450220c25546e66bdc3e129391a942287b3703
+pkgver=16.2.2
+_commit=f1d7143310bfdf1dc1dc8f8512789bff94cd0804
 _chromiumver=96.0.4664.174
 _gcc_patchset=4
 # shellcheck disable=SC2034



[arch-commits] Commit in electron/repos/community-x86_64 (20 files)

2022-04-11 Thread Nicola Squartini via arch-commits
Date: Tuesday, April 12, 2022 @ 03:26:38
  Author: tensor5
Revision: 1185928

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 1185927, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 1185927, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/electron-launcher.sh
(from rev 1185927, electron/trunk/electron-launcher.sh)
  electron/repos/community-x86_64/electron.desktop
(from rev 1185927, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 1185927, 
electron/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  electron/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1185927, electron/trunk/jinja-python-3.10.patch)
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1185927, 
electron/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron/repos/community-x86_64/std-vector-non-const.patch
(from rev 1185927, electron/trunk/std-vector-non-const.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1185927, electron/trunk/use-system-libraries-in-node.patch)
  electron/repos/community-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
(from rev 1185927, 
electron/trunk/webcodecs-stop-using-AudioOpusEncoder.patch)
  
electron/repos/community-x86_64/webrtc-check-existence-of-cursor-metadata.patch
(from rev 1185927, 
electron/trunk/webrtc-check-existence-of-cursor-metadata.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/electron-launcher.sh
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/jinja-python-3.10.patch
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron/repos/community-x86_64/std-vector-non-const.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
  electron/repos/community-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch

---+
 PKGBUILD  |  549 ++--
 default_app-icon.patch|   42 -
 electron-launcher.sh  |   40 -
 electron.desktop  |   14 
 enable-GlobalMediaControlsCastStartStop.patch |   32 +
 jinja-python-3.10.patch   |   44 -
 sql-make-VirtualCursor-standard-layout-type.patch |  476 -
 std-vector-non-const.patch|  258 -
 use-system-libraries-in-node.patch|  106 +--
 webcodecs-stop-using-AudioOpusEncoder.patch   |   98 +--
 webrtc-check-existence-of-cursor-metadata.patch   |   31 +
 11 files changed, 881 insertions(+), 809 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-12 03:25:16 UTC (rev 1185927)
+++ PKGBUILD2022-04-12 03:26:38 UTC (rev 1185928)
@@ -1,270 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=0
-pkgver=18.0.1
-_commit=72c48aa400ce39897dbce8a7bc5fae775dc01608
-_chromiumver=100.0.4896.60
-_gcc_patchset=4
-# shellcheck disable=SC2034
-pkgrel=1
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
- 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
- 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2'
- 'python-pyparsing' 'python-six' 'wget' 'yarn')
-# shellcheck disable=SC2034
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'libappindicator-gtk3: StatusNotifierItem support'
-'pipewire: WebRTC desktop sharing under Wayland'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-if [[ ${_use_suffix} == 0 ]]; then
-  # shellcheck disable=SC2034
-  conflicts=("electron${_major_ver}")
-  # shellcheck disable=SC2034
-  provides=("electron${_major_ver}")
-fi
-# shellcheck disable=SC2034
-options=('!lto') # Electron adds its own flags for ThinLTO
-# shellcheck disable=SC2034
-source=('git+https://github.com/electron/electron.git'
-
'git+https://chromium.goog

[arch-commits] Commit in electron/trunk (3 files)

2022-04-11 Thread Nicola Squartini via arch-commits
Date: Tuesday, April 12, 2022 @ 03:25:16
  Author: tensor5
Revision: 1185927

upgpkg: electron 18.0.3-1

Added:
  electron/trunk/enable-GlobalMediaControlsCastStartStop.patch
  electron/trunk/webrtc-check-existence-of-cursor-metadata.patch
Modified:
  electron/trunk/PKGBUILD

-+
 PKGBUILD|   15 --
 enable-GlobalMediaControlsCastStartStop.patch   |   32 ++
 webrtc-check-existence-of-cursor-metadata.patch |   31 +
 3 files changed, 75 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-12 03:20:11 UTC (rev 1185926)
+++ PKGBUILD2022-04-12 03:25:16 UTC (rev 1185927)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=0
-pkgver=18.0.1
-_commit=72c48aa400ce39897dbce8a7bc5fae775dc01608
-_chromiumver=100.0.4896.60
+pkgver=18.0.3
+_commit=0a80eb4a9cf420624c50f3f2df60ebfeba1eb5b2
+_chromiumver=100.0.4896.75
 _gcc_patchset=4
 # shellcheck disable=SC2034
 pkgrel=1
@@ -55,6 +55,8 @@
 'std-vector-non-const.patch'
 'use-system-libraries-in-node.patch'
 'webcodecs-stop-using-AudioOpusEncoder.patch'
+'webrtc-check-existence-of-cursor-metadata.patch'
+'enable-GlobalMediaControlsCastStartStop.patch'
 'sql-make-VirtualCursor-standard-layout-type.patch'
)
 # shellcheck disable=SC2034
@@ -68,6 +70,8 @@
 '880abb38ea94058ad553eaec9989cb33aa3b10c54b44afcfddacef3e975152de'
 'c70652a8b24c237bcfd27469de32797a2cb46d9f0d63d897bb6418314a25644c'
 '064daaa2b9d95b96ec04d8ddebf4af441f92263d123365b58fe73966866080af'
+'88b2c8d9c6c1917f6632453f18aad7a3fd94d605eecb6c77ae2394ac5856ba95'
+'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
 'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
)
 
@@ -164,7 +168,12 @@
   echo "Applying local patches..."
   # Upstream fixes
   patch -Np1 -i ../webcodecs-stop-using-AudioOpusEncoder.patch
+  patch -Np1 -d third_party/webrtc 
<../webrtc-check-existence-of-cursor-metadata.patch
 
+  # Revert kGlobalMediaControlsCastStartStop enabled by default
+  # https://crbug.com/1314342
+  patch -Rp1 -F3 -i ../enable-GlobalMediaControlsCastStartStop.patch
+
   # https://chromium-review.googlesource.com/c/chromium/src/+/2862724
   patch -Np1 -i ../sql-make-VirtualCursor-standard-layout-type.patch
 

Added: enable-GlobalMediaControlsCastStartStop.patch
===
--- enable-GlobalMediaControlsCastStartStop.patch   
(rev 0)
+++ enable-GlobalMediaControlsCastStartStop.patch   2022-04-12 03:25:16 UTC 
(rev 1185927)
@@ -0,0 +1,32 @@
+From b58f0f2725a8c1a8a131f9984b5fd53b54119dba Mon Sep 17 00:00:00 2001
+From: Muyao Xu 
+Date: Thu, 20 Jan 2022 23:46:21 +
+Subject: [PATCH] [Zenith] Enable GlobalMediaControlsCastStartStop flag by
+ default
+
+The feature is rolled out to 100% stable through finch for M96+.
+This CL enables it by default and fixes some unit tests failures.
+
+Bug: 1287242, 1287305
+Change-Id: I7e5c9625b77379fef253c41ef292a0dd6fc366fb
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3388416
+Reviewed-by: Takumi Fujimoto 
+Commit-Queue: Muyao Xu 
+Cr-Commit-Position: refs/heads/main@{#961658}
+---
+ chrome/browser/media/router/media_router_feature.cc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/chrome/browser/media/router/media_router_feature.cc 
b/chrome/browser/media/router/media_router_feature.cc
+index f28f9b0b802..a8d544f7d6d 100644
+--- a/chrome/browser/media/router/media_router_feature.cc
 b/chrome/browser/media/router/media_router_feature.cc
+@@ -33,7 +33,7 @@ const base::Feature kMediaRouter{"MediaRouter",
+ const base::Feature kCastAllowAllIPsFeature{"CastAllowAllIPs",
+ 
base::FEATURE_DISABLED_BY_DEFAULT};
+ const base::Feature kGlobalMediaControlsCastStartStop{
+-"GlobalMediaControlsCastStartStop", base::FEATURE_DISABLED_BY_DEFAULT};
++"GlobalMediaControlsCastStartStop", base::FEATURE_ENABLED_BY_DEFAULT};
+ const base::Feature kAllowAllSitesToInitiateMirroring{
+ "AllowAllSitesToInitiateMirroring", base::FEATURE_DISABLED_BY_DEFAULT};
+ const base::Feature kDialMediaRouteProvider{"DialMediaRouteProvider",

Added: webrtc-check-existence-of-cursor-metadata.patch
===
--- webrtc-check-existence-of-cursor-metadata.patch 
(rev 0)
+++ webrtc-check-existence-of-cursor-metadata.patch 2022-04-12 03:25:16 UTC 
(rev 1185927)
@@ -0,0 +1,31 @@
+From c2cd814cdd8cbf8dda6ccec2266327a5321fbde8 Mon Sep 17 00:00:00 2001
+From: Jan Grulich 
+Date: Tue, 15 Mar 2022 14:31:55 +0100
+Subject: [PATCH] PipeWire capturer: chec

[arch-commits] Commit in openethereum/repos/community-x86_64 (8 files)

2022-04-11 Thread Nicola Squartini via arch-commits
Date: Tuesday, April 12, 2022 @ 01:38:04
  Author: tensor5
Revision: 1185920

archrelease: copy trunk to community-x86_64

Added:
  openethereum/repos/community-x86_64/PKGBUILD
(from rev 1185919, openethereum/trunk/PKGBUILD)
  openethereum/repos/community-x86_64/config.toml
(from rev 1185919, openethereum/trunk/config.toml)
  openethereum/repos/community-x86_64/openethereum-system.service
(from rev 1185919, openethereum/trunk/openethereum-system.service)
  openethereum/repos/community-x86_64/openethereum-user.service
(from rev 1185919, openethereum/trunk/openethereum-user.service)
Deleted:
  openethereum/repos/community-x86_64/PKGBUILD
  openethereum/repos/community-x86_64/config.toml
  openethereum/repos/community-x86_64/openethereum-system.service
  openethereum/repos/community-x86_64/openethereum-user.service

-+
 PKGBUILD|   94 +-
 config.toml |6 +-
 openethereum-system.service |   38 
 openethereum-user.service   |   28 ++--
 4 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-12 01:37:17 UTC (rev 1185919)
+++ PKGBUILD2022-04-12 01:38:04 UTC (rev 1185920)
@@ -1,47 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=openethereum
-pkgver=3.3.4
-_commit=9f87e6dc89b461a23e2082ec5e324568a54d97ce
-pkgrel=2
-pkgdesc='Fast and feature-rich multi-network Ethereum client'
-arch=('x86_64')
-url='https://parity.io/ethereum'
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('clang' 'cmake' 'git' 'rust')
-provides=('parity' 'parity-ethereum')
-conflicts=('parity' 'parity-ethereum')
-replaces=('parity' 'parity-ethereum')
-backup=('etc/openethereum/config.toml')
-options=('!lto')
-source=("git+https://github.com/openethereum/openethereum.git#commit=${_commit}";
-'config.toml'
-'openethereum-system.service'
-'openethereum-user.service')
-sha256sums=('SKIP'
-'03f0e3a001927cdd25cf12956e8e3a13bd55bad937a9f2509ccbc1fc58f10899'
-'dca7c5e537d29c27f83ddbe4483cbadaff7835afc14ce0d11872fbfb03f23298'
-'4bbad4dc416759013e91edcb3acdc9a1c656f0b47e2c6c8fa9a0e3a354846a0b')
-
-build() {
-cd ${pkgname}
-
-cargo build --release --features final
-cargo build --release -p evmbin
-cargo build --release -p ethstore-cli
-cargo build --release -p ethkey-cli
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin \
-target/release/{ethstore,openethereum,openethereum-evm}
-install -Dm755 target/release/ethkey 
"${pkgdir}"/usr/bin/openethereum-ethkey
-for type in system user; do
-install -Dm644 ../openethereum-${type}.service \
-"${pkgdir}/usr/lib/systemd/${type}/openethereum.service"
-done
-install -Dm644 -t "${pkgdir}/etc/openethereum" ../config.toml
-}

Copied: openethereum/repos/community-x86_64/PKGBUILD (from rev 1185919, 
openethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-12 01:38:04 UTC (rev 1185920)
@@ -0,0 +1,47 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=openethereum
+pkgver=3.3.5
+_commit=6c2d392d867b058ff867c4373e40850ca3f96969
+pkgrel=1
+pkgdesc='Fast and feature-rich multi-network Ethereum client'
+arch=('x86_64')
+url='https://parity.io/ethereum'
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('clang' 'cmake' 'git' 'rust')
+provides=('parity' 'parity-ethereum')
+conflicts=('parity' 'parity-ethereum')
+replaces=('parity' 'parity-ethereum')
+backup=('etc/openethereum/config.toml')
+options=('!lto')
+source=("git+https://github.com/openethereum/openethereum.git#commit=${_commit}";
+'config.toml'
+'openethereum-system.service'
+'openethereum-user.service')
+sha256sums=('SKIP'
+'03f0e3a001927cdd25cf12956e8e3a13bd55bad937a9f2509ccbc1fc58f10899'
+'dca7c5e537d29c27f83ddbe4483cbadaff7835afc14ce0d11872fbfb03f23298'
+'4bbad4dc416759013e91edcb3acdc9a1c656f0b47e2c6c8fa9a0e3a354846a0b')
+
+build() {
+cd ${pkgname}
+
+cargo build --release --features final
+cargo build --release -p evmbin
+cargo build --release -p ethstore-cli
+cargo build --release -p ethkey-cli
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin \
+target/release/{ethstore,openethereum,openethereum-evm}
+install -Dm755 target/release/ethkey 
"${pkgdir}"/usr/bin/openethereum-ethkey
+for type in system user; do
+install -Dm644 ../openethereum-${type}.service \
+"${pkgdir}/usr/lib/systemd/${type}/openethereum.service"
+done
+install -Dm644 -t "${pkgdir}/etc/openethereum" ../config.toml
+}

Deleted: config.toml
===
--- config.toml

[arch-commits] Commit in openethereum/trunk (PKGBUILD)

2022-04-11 Thread Nicola Squartini via arch-commits
Date: Tuesday, April 12, 2022 @ 01:37:17
  Author: tensor5
Revision: 1185919

upgpkg: openethereum 3.3.5-1

Modified:
  openethereum/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-12 01:06:33 UTC (rev 1185918)
+++ PKGBUILD2022-04-12 01:37:17 UTC (rev 1185919)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=openethereum
-pkgver=3.3.4
-_commit=9f87e6dc89b461a23e2082ec5e324568a54d97ce
-pkgrel=2
+pkgver=3.3.5
+_commit=6c2d392d867b058ff867c4373e40850ca3f96969
+pkgrel=1
 pkgdesc='Fast and feature-rich multi-network Ethereum client'
 arch=('x86_64')
 url='https://parity.io/ethereum'



[arch-commits] Commit in zcash/repos/community-x86_64 (6 files)

2022-04-11 Thread Nicola Squartini via arch-commits
Date: Monday, April 11, 2022 @ 13:16:35
  Author: tensor5
Revision: 1185842

archrelease: copy trunk to community-x86_64

Added:
  zcash/repos/community-x86_64/PKGBUILD
(from rev 1185841, zcash/trunk/PKGBUILD)
  zcash/repos/community-x86_64/use-system-rust.patch
(from rev 1185841, zcash/trunk/use-system-rust.patch)
  zcash/repos/community-x86_64/zcashd.service
(from rev 1185841, zcash/trunk/zcashd.service)
Deleted:
  zcash/repos/community-x86_64/PKGBUILD
  zcash/repos/community-x86_64/use-system-rust.patch
  zcash/repos/community-x86_64/zcashd.service

---+
 PKGBUILD  |  166 
 use-system-rust.patch |   28 
 zcashd.service|   18 ++---
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-11 13:15:52 UTC (rev 1185841)
+++ PKGBUILD2022-04-11 13:16:35 UTC (rev 1185842)
@@ -1,83 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=zcash
-pkgver=4.6.0_1
-_commit=fe7b87a96c57e72877c88bd473343c85a1f52f93
-_db_version=6.2.23
-_db_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
-pkgrel=2
-pkgdesc='Permissionless financial system employing zero-knowledge security'
-arch=('x86_64')
-url='https://z.cash/'
-license=('MIT')
-depends=('boost-libs' 'libevent' 'zeromq')
-makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'utf8cpp' 'wget')
-checkdepends=('python-pyblake2' 'python-pyzmq' 'python-requests'
-  'python-simplejson')
-source=("git+https://github.com/zcash/zcash.git#commit=${_commit}";
-"https://download.oracle.com/berkeley-db/db-${_db_version}.tar.gz";
-'use-system-rust.patch'
-'zcashd.service')
-sha256sums=('SKIP'
-"${_db_sha256_hash}"
-'119e787cb22f2941ead286d2621fae7d6c4de6216e24615eb3c0f875e7a2547f'
-'7b0919ac447824199aff8c17b5a5799b46414818c6aed314506c5295d0ce9ccd')
-
-prepare() {
-cd ${pkgname}
-
-# Set gitattributes on src/clientversion.cpp
-git archive --format=tar ${_commit} -- src/clientversion.cpp | tar -xf -
-
-patch -Np1 -i ../use-system-rust.patch
-}
-
-build() {
-cd "db-${_db_version}/build_unix"
-
-../dist/configure \
---prefix=/ \
---disable-shared \
---enable-cxx \
---disable-replication \
---enable-option-checking \
---with-pic
-make libdb_cxx-6.2.a libdb-6.2.a
-make DESTDIR="${srcdir}/db-root" install
-
-cd "${srcdir}/${pkgname}"
-
-CPPFLAGS="${CPPFLAGS} -I${srcdir}/db-root/include -I/usr/include/utf8cpp"
-LDFLAGS="${LDFLAGS} -L${srcdir}/db-root/lib"
-rust_target=$(RUSTC_BOOTSTRAP=1 rustc -Z unstable-options --print 
target-spec-json | python -c 'import 
json,sys;obj=json.load(sys.stdin);print(obj["llvm-target"])')
-
-./autogen.sh
-./configure --prefix=/usr \
---enable-online-rust
-make RUST_TARGET="${rust_target}"
-}
-
-check() {
-cd ${pkgname}
-
-./zcutil/fetch-params.sh
-
-rust_target=$(RUSTC_BOOTSTRAP=1 rustc -Z unstable-options --print 
target-spec-json | python -c 'import 
json,sys;obj=json.load(sys.stdin);print(obj["llvm-target"])')
-export RUST_TARGET="${rust_target}"
-./qa/zcash/full_test_suite.py || true
-}
-
-package() {
-cd ${pkgname}
-
-rust_target=$(RUSTC_BOOTSTRAP=1 rustc -Z unstable-options --print 
target-spec-json | python -c 'import 
json,sys;obj=json.load(sys.stdin);print(obj["llvm-target"])')
-make DESTDIR="${pkgdir}" RUST_TARGET="${rust_target}" install
-
-for ext in '-cli' '-tx' 'd'; do
-install -Dm644 contrib/zcash${ext}.bash-completion \
-"${pkgdir}"/usr/share/bash-completion/completions/zcash${ext}
-done
-
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../zcashd.service
-install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: zcash/repos/community-x86_64/PKGBUILD (from rev 1185841, 
zcash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-11 13:16:35 UTC (rev 1185842)
@@ -0,0 +1,83 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=zcash
+pkgver=4.6.0_2
+_commit=ac0c24cfa0768101d6843eb939379fc50348e589
+_db_version=6.2.23
+_db_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
+pkgrel=1
+pkgdesc='Permissionless financial system employing zero-knowledge security'
+arch=('x86_64')
+url='https://z.cash/'
+license=('MIT')
+depends=('boost-libs' 'libevent' 'zeromq')
+makedepends=('boost' 'cmake' 'git' 'gmock' 'python' 'rust' 'utf8cpp' 'wget')
+checkdepends=('python-pyblake2' 'python-pyzmq' 'python-requests'
+  'python-simplejson')
+source=("git+https://github.com/zcash/zcash.git#commit=${_commit}";
+"https://download.oracle.com/berkeley-db/db-${_db_version}.tar.gz";
+'use-system-

[arch-commits] Commit in zcash/trunk (PKGBUILD)

2022-04-11 Thread Nicola Squartini via arch-commits
Date: Monday, April 11, 2022 @ 13:15:52
  Author: tensor5
Revision: 1185841

upgpkg: zcash 4.6.0_2-1

Modified:
  zcash/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-11 12:53:55 UTC (rev 1185840)
+++ PKGBUILD2022-04-11 13:15:52 UTC (rev 1185841)
@@ -1,11 +1,11 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=zcash
-pkgver=4.6.0_1
-_commit=fe7b87a96c57e72877c88bd473343c85a1f52f93
+pkgver=4.6.0_2
+_commit=ac0c24cfa0768101d6843eb939379fc50348e589
 _db_version=6.2.23
 
_db_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
-pkgrel=2
+pkgrel=1
 pkgdesc='Permissionless financial system employing zero-knowledge security'
 arch=('x86_64')
 url='https://z.cash/'



[arch-commits] Commit in electron17/repos/community-x86_64 (26 files)

2022-04-06 Thread Nicola Squartini via arch-commits
Date: Wednesday, April 6, 2022 @ 21:49:10
  Author: tensor5
Revision: 1182195

archrelease: copy trunk to community-x86_64

Added:
  electron17/repos/community-x86_64/PKGBUILD
(from rev 1182187, electron17/trunk/PKGBUILD)
  electron17/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1182188, 
electron17/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron17/repos/community-x86_64/default_app-icon.patch
(from rev 1182188, electron17/trunk/default_app-icon.patch)
  
electron17/repos/community-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
(from rev 1182188, 
electron17/trunk/downgrade-duplicate-peer-error-to-dvlog.patch)
  electron17/repos/community-x86_64/electron-launcher.sh
(from rev 1182188, electron17/trunk/electron-launcher.sh)
  electron17/repos/community-x86_64/electron.desktop
(from rev 1182189, electron17/trunk/electron.desktop)
  electron17/repos/community-x86_64/fix-build-break-with-system-libdrm.patch
(from rev 1182189, 
electron17/trunk/fix-build-break-with-system-libdrm.patch)
  electron17/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1182190, electron17/trunk/jinja-python-3.10.patch)
  
electron17/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1182190, 
electron17/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron17/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1182190, 
electron17/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron17/repos/community-x86_64/std-vector-non-const.patch
(from rev 1182191, electron17/trunk/std-vector-non-const.patch)
  
electron17/repos/community-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
(from rev 1182192, 
electron17/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch)
  electron17/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1182192, electron17/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron17/repos/community-x86_64/PKGBUILD
  electron17/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron17/repos/community-x86_64/default_app-icon.patch
  
electron17/repos/community-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
  electron17/repos/community-x86_64/electron-launcher.sh
  electron17/repos/community-x86_64/electron.desktop
  electron17/repos/community-x86_64/fix-build-break-with-system-libdrm.patch
  electron17/repos/community-x86_64/jinja-python-3.10.patch
  
electron17/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron17/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron17/repos/community-x86_64/std-vector-non-const.patch
  
electron17/repos/community-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
  electron17/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  564 +--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 default_app-icon.patch |   42 
 downgrade-duplicate-peer-error-to-dvlog.patch  |   66 -
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 fix-build-break-with-system-libdrm.patch   |  124 +-
 jinja-python-3.10.patch|   44 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 -
 std-vector-non-const.patch |  230 ++--
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|  144 +-
 use-system-libraries-in-node.patch |  106 +-
 13 files changed, 999 insertions(+), 999 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-06 21:49:04 UTC (rev 1182194)
+++ PKGBUILD2022-04-06 21:49:10 UTC (rev 1182195)
@@ -1,282 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=1
-pkgver=17.3.1
-_commit=9ace5b3491881cb4230a921bb4809edeb393858c
-_chromiumver=98.0.4758.141
-_gcc_patchset=5
-# shellcheck disable=SC2034
-pkgrel=1
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 'gp

[arch-commits] Commit in electron17/trunk (PKGBUILD)

2022-04-06 Thread Nicola Squartini via arch-commits
Date: Wednesday, April 6, 2022 @ 21:47:53
  Author: tensor5
Revision: 1182185

upgpkg: electron17 17.4.0-1

Modified:
  electron17/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-06 21:47:48 UTC (rev 1182184)
+++ PKGBUILD2022-04-06 21:47:53 UTC (rev 1182185)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=17.3.1
-_commit=9ace5b3491881cb4230a921bb4809edeb393858c
+pkgver=17.4.0
+_commit=0b031afcefa031c322843d5964e999768b95af0a
 _chromiumver=98.0.4758.141
 _gcc_patchset=5
 # shellcheck disable=SC2034



[arch-commits] Commit in electron14/repos/community-x86_64 (40 files)

2022-04-02 Thread Nicola Squartini via arch-commits
Date: Saturday, April 2, 2022 @ 16:07:37
  Author: tensor5
Revision: 1180841

archrelease: copy trunk to community-x86_64

Added:
  electron14/repos/community-x86_64/PKGBUILD
(from rev 1180840, electron14/trunk/PKGBUILD)
  electron14/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1180840, 
electron14/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron14/repos/community-x86_64/chromium-93-pdfium-include.patch
(from rev 1180840, electron14/trunk/chromium-93-pdfium-include.patch)
  electron14/repos/community-x86_64/chromium-94-ffmpeg-roll.patch
(from rev 1180840, electron14/trunk/chromium-94-ffmpeg-roll.patch)
  electron14/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
(from rev 1180840, electron14/trunk/chromium-harfbuzz-3.0.0.patch)
  electron14/repos/community-x86_64/default_app-icon.patch
(from rev 1180840, electron14/trunk/default_app-icon.patch)
  electron14/repos/community-x86_64/electron-launcher.sh
(from rev 1180840, electron14/trunk/electron-launcher.sh)
  electron14/repos/community-x86_64/electron.desktop
(from rev 1180840, electron14/trunk/electron.desktop)
  electron14/repos/community-x86_64/gn-visibility-gmock.patch
(from rev 1180840, electron14/trunk/gn-visibility-gmock.patch)
  electron14/repos/community-x86_64/gn-visibility-mojo.patch
(from rev 1180840, electron14/trunk/gn-visibility-mojo.patch)
  electron14/repos/community-x86_64/gn-visibility-webrtc.patch
(from rev 1180840, electron14/trunk/gn-visibility-webrtc.patch)
  electron14/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1180840, electron14/trunk/jinja-python-3.10.patch)
  electron14/repos/community-x86_64/linux-sandbox-fix-fstatat-crash.patch
(from rev 1180840, electron14/trunk/linux-sandbox-fix-fstatat-crash.patch)
  
electron14/repos/community-x86_64/linux-sandbox-syscall-broker-use-struct-kernel_stat.patch
(from rev 1180840, 
electron14/trunk/linux-sandbox-syscall-broker-use-struct-kernel_stat.patch)
  electron14/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
(from rev 1180840, electron14/trunk/replace-blacklist-with-ignorelist.patch)
  
electron14/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1180840, 
electron14/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  electron14/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
(from rev 1180840, electron14/trunk/skia-harfbuzz-3.0.0.patch)
  
electron14/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1180840, 
electron14/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
electron14/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1180840, 
electron14/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron14/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1180840, electron14/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron14/repos/community-x86_64/PKGBUILD
  electron14/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron14/repos/community-x86_64/chromium-93-pdfium-include.patch
  electron14/repos/community-x86_64/chromium-94-ffmpeg-roll.patch
  electron14/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
  electron14/repos/community-x86_64/default_app-icon.patch
  electron14/repos/community-x86_64/electron-launcher.sh
  electron14/repos/community-x86_64/electron.desktop
  electron14/repos/community-x86_64/gn-visibility-gmock.patch
  electron14/repos/community-x86_64/gn-visibility-mojo.patch
  electron14/repos/community-x86_64/gn-visibility-webrtc.patch
  electron14/repos/community-x86_64/jinja-python-3.10.patch
  electron14/repos/community-x86_64/linux-sandbox-fix-fstatat-crash.patch
  
electron14/repos/community-x86_64/linux-sandbox-syscall-broker-use-struct-kernel_stat.patch
  electron14/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
  
electron14/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  electron14/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
  
electron14/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
electron14/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron14/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  598 +-
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 
 chromium-93-pdfium-include.patch   |  174 
 chromium-94-ffmpeg-roll.patch  |   98 
 chromium-harfbuzz-3.0.0.patch  |   40 
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop

[arch-commits] Commit in electron14/trunk (PKGBUILD)

2022-04-02 Thread Nicola Squartini via arch-commits
Date: Saturday, April 2, 2022 @ 16:07:06
  Author: tensor5
Revision: 1180840

upgpkg: electron14 14.2.9-1

Modified:
  electron14/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 16:06:42 UTC (rev 1180839)
+++ PKGBUILD2022-04-02 16:07:06 UTC (rev 1180840)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=14.2.8
-_commit=dd87075459a9382d3a364ba14b7579bf36da9792
+pkgver=14.2.9
+_commit=37a7155bd859a0a5bce195c8d145e15326d225b1
 _chromiumver=93.0.4577.82
 _gcc_patchset=6
 # shellcheck disable=SC2034



[arch-commits] Commit in electron15/repos/community-x86_64 (34 files)

2022-04-02 Thread Nicola Squartini via arch-commits
Date: Saturday, April 2, 2022 @ 14:34:14
  Author: tensor5
Revision: 1180815

archrelease: copy trunk to community-x86_64

Added:
  electron15/repos/community-x86_64/PKGBUILD
(from rev 1180814, electron15/trunk/PKGBUILD)
  electron15/repos/community-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
(from rev 1180814, 
electron15/trunk/add-a-TODO-about-a-missing-pnacl-flag.patch)
  electron15/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1180814, 
electron15/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron15/repos/community-x86_64/default_app-icon.patch
(from rev 1180814, electron15/trunk/default_app-icon.patch)
  electron15/repos/community-x86_64/electron-launcher.sh
(from rev 1180814, electron15/trunk/electron-launcher.sh)
  electron15/repos/community-x86_64/electron.desktop
(from rev 1180814, electron15/trunk/electron.desktop)
  electron15/repos/community-x86_64/gn-visibility-gmock.patch
(from rev 1180814, electron15/trunk/gn-visibility-gmock.patch)
  electron15/repos/community-x86_64/gn-visibility-mojo.patch
(from rev 1180814, electron15/trunk/gn-visibility-mojo.patch)
  electron15/repos/community-x86_64/gn-visibility-webrtc.patch
(from rev 1180814, electron15/trunk/gn-visibility-webrtc.patch)
  electron15/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1180814, electron15/trunk/jinja-python-3.10.patch)
  electron15/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
(from rev 1180814, electron15/trunk/replace-blacklist-with-ignorelist.patch)
  
electron15/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1180814, 
electron15/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron15/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1180814, 
electron15/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
electron15/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1180814, 
electron15/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron15/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1180814, 
electron15/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron15/repos/community-x86_64/use-ffile-compilation-dir.patch
(from rev 1180814, electron15/trunk/use-ffile-compilation-dir.patch)
  electron15/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1180814, electron15/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron15/repos/community-x86_64/PKGBUILD
  electron15/repos/community-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
  electron15/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron15/repos/community-x86_64/default_app-icon.patch
  electron15/repos/community-x86_64/electron-launcher.sh
  electron15/repos/community-x86_64/electron.desktop
  electron15/repos/community-x86_64/gn-visibility-gmock.patch
  electron15/repos/community-x86_64/gn-visibility-mojo.patch
  electron15/repos/community-x86_64/gn-visibility-webrtc.patch
  electron15/repos/community-x86_64/jinja-python-3.10.patch
  electron15/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
  
electron15/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron15/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
electron15/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron15/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
  electron15/repos/community-x86_64/use-ffile-compilation-dir.patch
  electron15/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  574 +--
 add-a-TODO-about-a-missing-pnacl-flag.patch|   56 -
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 gn-visibility-gmock.patch  |   86 -
 gn-visibility-mojo.patch   |   72 -
 gn-visibility-webrtc.patch |   90 -
 jinja-python-3.10.patch|   66 -
 replace-blacklist-with-ignorelist.patch|  392 +++
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 -
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 -
 unexpire-accelerated-video-decode-flag.patch   |   22 
 use-ffile-compilation-dir.patch|  130 +-
 use

[arch-commits] Commit in electron15/trunk (PKGBUILD)

2022-04-02 Thread Nicola Squartini via arch-commits
Date: Saturday, April 2, 2022 @ 14:33:45
  Author: tensor5
Revision: 1180814

upgpkg: electron15 15.5.1-1

Modified:
  electron15/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 14:20:23 UTC (rev 1180813)
+++ PKGBUILD2022-04-02 14:33:45 UTC (rev 1180814)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=15.4.2
-_commit=f043e665dd1c5c2eca65a515eee47062f68d1007
+pkgver=15.5.1
+_commit=79b45ac5f67647f0bb4f7b35b29123ca09f4c112
 _chromiumver=94.0.4606.81
 _gcc_patchset=3
 # shellcheck disable=SC2034



[arch-commits] Commit in electron16/repos/community-x86_64 (26 files)

2022-04-02 Thread Nicola Squartini via arch-commits
Date: Saturday, April 2, 2022 @ 12:09:40
  Author: tensor5
Revision: 1180784

archrelease: copy trunk to community-x86_64

Added:
  electron16/repos/community-x86_64/PKGBUILD
(from rev 1180783, electron16/trunk/PKGBUILD)
  electron16/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1180783, 
electron16/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron16/repos/community-x86_64/default_app-icon.patch
(from rev 1180783, electron16/trunk/default_app-icon.patch)
  electron16/repos/community-x86_64/electron-launcher.sh
(from rev 1180783, electron16/trunk/electron-launcher.sh)
  electron16/repos/community-x86_64/electron.desktop
(from rev 1180783, electron16/trunk/electron.desktop)
  electron16/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1180783, electron16/trunk/jinja-python-3.10.patch)
  
electron16/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1180783, 
electron16/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron16/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1180783, 
electron16/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron16/repos/community-x86_64/std-vector-non-const.patch
(from rev 1180783, electron16/trunk/std-vector-non-const.patch)
  
electron16/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1180783, 
electron16/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron16/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1180783, 
electron16/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron16/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1180783, electron16/trunk/use-system-libraries-in-node.patch)
  electron16/repos/community-x86_64/wayland-fix-binding-to-wrong-version.patch
(from rev 1180783, 
electron16/trunk/wayland-fix-binding-to-wrong-version.patch)
Deleted:
  electron16/repos/community-x86_64/PKGBUILD
  electron16/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron16/repos/community-x86_64/default_app-icon.patch
  electron16/repos/community-x86_64/electron-launcher.sh
  electron16/repos/community-x86_64/electron.desktop
  electron16/repos/community-x86_64/jinja-python-3.10.patch
  
electron16/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron16/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron16/repos/community-x86_64/std-vector-non-const.patch
  
electron16/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron16/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
  electron16/repos/community-x86_64/use-system-libraries-in-node.patch
  electron16/repos/community-x86_64/wayland-fix-binding-to-wrong-version.patch

+
 PKGBUILD   |  560 ++--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 jinja-python-3.10.patch|   66 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 ++--
 std-vector-non-const.patch |  230 -
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 
 unexpire-accelerated-video-decode-flag.patch   |   22 
 use-system-libraries-in-node.patch |  106 
 wayland-fix-binding-to-wrong-version.patch | 1302 +--
 13 files changed, 1534 insertions(+), 1534 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-02 12:09:16 UTC (rev 1180783)
+++ PKGBUILD2022-04-02 12:09:40 UTC (rev 1180784)
@@ -1,280 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=1
-pkgver=16.1.1
-_commit=f8c521d7958fe7729c4110290e66adfde89fb791
-_chromiumver=96.0.4664.174
-_gcc_patchset=4
-# shellcheck disable=SC2034
-pkgrel=1
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 'gper

[arch-commits] Commit in electron16/trunk (PKGBUILD)

2022-04-02 Thread Nicola Squartini via arch-commits
Date: Saturday, April 2, 2022 @ 12:09:16
  Author: tensor5
Revision: 1180783

upgpkg: electron16 16.2.1-1

Modified:
  electron16/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 12:01:24 UTC (rev 1180782)
+++ PKGBUILD2022-04-02 12:09:16 UTC (rev 1180783)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=16.1.1
-_commit=f8c521d7958fe7729c4110290e66adfde89fb791
+pkgver=16.2.1
+_commit=53450220c25546e66bdc3e129391a942287b3703
 _chromiumver=96.0.4664.174
 _gcc_patchset=4
 # shellcheck disable=SC2034



[arch-commits] Commit in electron/repos (10 files)

2022-04-02 Thread Nicola Squartini via arch-commits
Date: Saturday, April 2, 2022 @ 10:29:07
  Author: tensor5
Revision: 1180778

archrelease: copy trunk to community-staging-x86_64

Added:
  electron/repos/community-staging-x86_64/
  electron/repos/community-staging-x86_64/PKGBUILD
(from rev 1180777, electron/trunk/PKGBUILD)
  electron/repos/community-staging-x86_64/default_app-icon.patch
(from rev 1180777, electron/trunk/default_app-icon.patch)
  electron/repos/community-staging-x86_64/electron-launcher.sh
(from rev 1180777, electron/trunk/electron-launcher.sh)
  electron/repos/community-staging-x86_64/electron.desktop
(from rev 1180777, electron/trunk/electron.desktop)
  electron/repos/community-staging-x86_64/jinja-python-3.10.patch
(from rev 1180777, electron/trunk/jinja-python-3.10.patch)
  
electron/repos/community-staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1180777, 
electron/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron/repos/community-staging-x86_64/std-vector-non-const.patch
(from rev 1180777, electron/trunk/std-vector-non-const.patch)
  electron/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 1180777, electron/trunk/use-system-libraries-in-node.patch)
  
electron/repos/community-staging-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
(from rev 1180777, 
electron/trunk/webcodecs-stop-using-AudioOpusEncoder.patch)

---+
 PKGBUILD  |  270 
 default_app-icon.patch|   21 +
 electron-launcher.sh  |   20 +
 electron.desktop  |7 
 jinja-python-3.10.patch   |   22 +
 sql-make-VirtualCursor-standard-layout-type.patch |  238 +
 std-vector-non-const.patch|  129 +
 use-system-libraries-in-node.patch|   53 +++
 webcodecs-stop-using-AudioOpusEncoder.patch   |   49 +++
 9 files changed, 809 insertions(+)

Copied: electron/repos/community-staging-x86_64/PKGBUILD (from rev 1180777, 
electron/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-02 10:29:07 UTC (rev 1180778)
@@ -0,0 +1,270 @@
+# Maintainer: Nicola Squartini 
+
+_use_suffix=0
+pkgver=18.0.1
+_commit=72c48aa400ce39897dbce8a7bc5fae775dc01608
+_chromiumver=100.0.4896.60
+_gcc_patchset=4
+# shellcheck disable=SC2034
+pkgrel=1
+
+_major_ver=${pkgver%%.*}
+if [[ ${_use_suffix} != 0 ]]; then
+  pkgname="electron${_major_ver}"
+else
+  pkgname=electron
+fi
+# shellcheck disable=SC2034
+pkgdesc='Build cross platform desktop apps with web technologies'
+# shellcheck disable=SC2034
+arch=('x86_64')
+# shellcheck disable=SC2034
+url='https://electronjs.org/'
+# shellcheck disable=SC2034
+license=('MIT' 'custom')
+# shellcheck disable=SC2034
+depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
+ 'snappy')
+# shellcheck disable=SC2034
+makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
+ 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
+ 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2'
+ 'python-pyparsing' 'python-six' 'wget' 'yarn')
+# shellcheck disable=SC2034
+optdepends=('kde-cli-tools: file deletion support (kioclient5)'
+'libappindicator-gtk3: StatusNotifierItem support'
+'pipewire: WebRTC desktop sharing under Wayland'
+'trash-cli: file deletion support (trash-put)'
+"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
+if [[ ${_use_suffix} == 0 ]]; then
+  # shellcheck disable=SC2034
+  conflicts=("electron${_major_ver}")
+  # shellcheck disable=SC2034
+  provides=("electron${_major_ver}")
+fi
+# shellcheck disable=SC2034
+options=('!lto') # Electron adds its own flags for ThinLTO
+# shellcheck disable=SC2034
+source=('git+https://github.com/electron/electron.git'
+
'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#branch=main'
+
"https://github.com/stha09/chromium-patches/releases/download/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}.tar.xz";
+"electron-launcher.sh"
+"electron.desktop"
+'default_app-icon.patch'
+'jinja-python-3.10.patch'
+'std-vector-non-const.patch'
+'use-system-libraries-in-node.patch'
+'webcodecs-stop-using-AudioOpusEncoder.patch'
+'sql-make-VirtualCursor-standard-layout-type.patch'
+   )
+# shellcheck disable=SC2034
+sha256sums=('SKIP'
+'SKIP'
+'a6120e7d4eb5e131b87b6ab3b922e0c6cd78e15501e54cfb2019875173688d80'
+'3953f532a3ea5fce19ee33600c6ead89dcd066df6a

[arch-commits] Commit in electron/trunk (9 files)

2022-04-02 Thread Nicola Squartini via arch-commits
Date: Saturday, April 2, 2022 @ 10:28:46
  Author: tensor5
Revision: 1180777

upgpkg: electron 18.0.1-1

Added:
  electron/trunk/webcodecs-stop-using-AudioOpusEncoder.patch
Modified:
  electron/trunk/PKGBUILD
  electron/trunk/default_app-icon.patch
  electron/trunk/std-vector-non-const.patch
Deleted:
  electron/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron/trunk/downgrade-duplicate-peer-error-to-dvlog.patch
  electron/trunk/fix-build-break-with-system-libdrm.patch
  electron/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  electron/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch

+
 PKGBUILD   |   32 +--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 ---
 default_app-icon.patch |2 
 downgrade-duplicate-peer-error-to-dvlog.patch  |   33 ---
 fix-build-break-with-system-libdrm.patch   |   62 --
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 
 std-vector-non-const.patch |  104 ++-
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|   72 ---
 webcodecs-stop-using-AudioOpusEncoder.patch|   49 +
 9 files changed, 119 insertions(+), 309 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-02 10:05:53 UTC (rev 1180776)
+++ PKGBUILD2022-04-02 10:28:46 UTC (rev 1180777)
@@ -1,10 +1,10 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=0
-pkgver=17.2.0
-_commit=9d5f7c16734fe1734193ce9f80b1976c9b76854c
-_chromiumver=98.0.4758.109
-_gcc_patchset=5
+pkgver=18.0.1
+_commit=72c48aa400ce39897dbce8a7bc5fae775dc01608
+_chromiumver=100.0.4896.60
+_gcc_patchset=4
 # shellcheck disable=SC2034
 pkgrel=1
 
@@ -54,28 +54,20 @@
 'jinja-python-3.10.patch'
 'std-vector-non-const.patch'
 'use-system-libraries-in-node.patch'
-'downgrade-duplicate-peer-error-to-dvlog.patch'
-'fix-build-break-with-system-libdrm.patch'
-'sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch'
-'breakpad-fix-for-non-constant-SIGSTKSZ.patch'
-'use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch'
+'webcodecs-stop-using-AudioOpusEncoder.patch'
 'sql-make-VirtualCursor-standard-layout-type.patch'
)
 # shellcheck disable=SC2034
 sha256sums=('SKIP'
 'SKIP'
-'f561145514e9d30a696a82f6a6a4eca06e664b58d7cda30dad9afb2cef341a4d'
+'a6120e7d4eb5e131b87b6ab3b922e0c6cd78e15501e54cfb2019875173688d80'
 '3953f532a3ea5fce19ee33600c6ead89dcd066df6a01d3c3ab4c24f96e46fca2'
 '4484200d90b76830b69eea3a471c103999a3ce86bb2c29e6c14c945bf4102bae'
-'75bac9c4ad32ff9329399b8587f9772e208c009fd822cdfce61b2bd1ee9ac828'
+'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
 '55dbe71dbc1f3ab60bf1fa79f7aea7ef1fe76436b1d7df48728a1f8227d2134e'
-'4fbef42aaa7bf60d059f1a6b0a92dc997d475256110bd4df32c12de7f4f175a7'
+'880abb38ea94058ad553eaec9989cb33aa3b10c54b44afcfddacef3e975152de'
 'c70652a8b24c237bcfd27469de32797a2cb46d9f0d63d897bb6418314a25644c'
-'291c6a6ad44c06ae8d1b13433f0c4e37d280c70fb06eaa97a1cc9b0dcc122aaa'
-'edf4d973ff197409d319bb6fbbaa529e53bc62347d26b0733c45a116a1b23f37'
-'f910be9370c880de6e1d61cc30383c069e421d7acf406166e4fbfad324fc7d61'
-'b4d28867c1fabde6c50a2cfa3f784730446c4d86e5191e0ffbf7b0f91ecf'
-'9c9c280be968f06d269167943680fb72a26fbb05d8c15f60507e316e8a9075d5'
+'064daaa2b9d95b96ec04d8ddebf4af441f92263d123365b58fe73966866080af'
 'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
)
 
@@ -171,11 +163,7 @@
 
   echo "Applying local patches..."
   # Upstream fixes
-  patch -Np1 -F3 -i ../downgrade-duplicate-peer-error-to-dvlog.patch
-  patch -Np1 -i ../fix-build-break-with-system-libdrm.patch
-  patch -Np1 -i ../sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
-  patch -Np1 -d third_party//breakpad/breakpad 
<../breakpad-fix-for-non-constant-SIGSTKSZ.patch
-  patch -Np1 -d third_party/pdfium 
<../use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
+  patch -Np1 -i ../webcodecs-stop-using-AudioOpusEncoder.patch
 
   # https://chromium-review.googlesource.com/c/chromium/src/+/2862724
   patch -Np1 -i ../sql-make-VirtualCursor-standard-layout-type.patch

Deleted: breakpad-fix-for-non-constant-SIGSTKSZ.patch
===
--- breakpad-fix-for-non-constant-SIGSTKSZ.patch2022-04-02 10:05:53 UTC 
(rev 1180776)
+++ breakpad-fix-for-non-constant-SIGSTKSZ.patch2022-04-02 10:28:46 UTC 
(rev 1180777)
@@ -1,35 +0,0 @@
-From 605c51ed96ad44b34c457bbca320e74e194c31

[arch-commits] Commit in electron17/repos (14 files)

2022-04-01 Thread Nicola Squartini via arch-commits
Date: Friday, April 1, 2022 @ 17:41:38
  Author: tensor5
Revision: 1180628

archrelease: copy trunk to community-staging-x86_64

Added:
  electron17/repos/community-staging-x86_64/
  electron17/repos/community-staging-x86_64/PKGBUILD
(from rev 1180627, electron17/trunk/PKGBUILD)
  
electron17/repos/community-staging-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1180627, 
electron17/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron17/repos/community-staging-x86_64/default_app-icon.patch
(from rev 1180627, electron17/trunk/default_app-icon.patch)
  
electron17/repos/community-staging-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
(from rev 1180627, 
electron17/trunk/downgrade-duplicate-peer-error-to-dvlog.patch)
  electron17/repos/community-staging-x86_64/electron-launcher.sh
(from rev 1180627, electron17/trunk/electron-launcher.sh)
  electron17/repos/community-staging-x86_64/electron.desktop
(from rev 1180627, electron17/trunk/electron.desktop)
  
electron17/repos/community-staging-x86_64/fix-build-break-with-system-libdrm.patch
(from rev 1180627, 
electron17/trunk/fix-build-break-with-system-libdrm.patch)
  electron17/repos/community-staging-x86_64/jinja-python-3.10.patch
(from rev 1180627, electron17/trunk/jinja-python-3.10.patch)
  
electron17/repos/community-staging-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1180627, 
electron17/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron17/repos/community-staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1180627, 
electron17/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron17/repos/community-staging-x86_64/std-vector-non-const.patch
(from rev 1180627, electron17/trunk/std-vector-non-const.patch)
  
electron17/repos/community-staging-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
(from rev 1180627, 
electron17/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch)
  electron17/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 1180627, electron17/trunk/use-system-libraries-in-node.patch)

+
 PKGBUILD   |  282 +++
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 +
 default_app-icon.patch |   21 
 downgrade-duplicate-peer-error-to-dvlog.patch  |   33 +
 electron-launcher.sh   |   20 
 electron.desktop   |7 
 fix-build-break-with-system-libdrm.patch   |   62 ++
 jinja-python-3.10.patch|   22 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 +
 sql-make-VirtualCursor-standard-layout-type.patch  |  238 +
 std-vector-non-const.patch |  115 
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|   72 ++
 use-system-libraries-in-node.patch |   53 ++
 13 files changed, 999 insertions(+)

Copied: electron17/repos/community-staging-x86_64/PKGBUILD (from rev 1180627, 
electron17/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-01 17:41:38 UTC (rev 1180628)
@@ -0,0 +1,282 @@
+# Maintainer: Nicola Squartini 
+
+_use_suffix=1
+pkgver=17.3.1
+_commit=9ace5b3491881cb4230a921bb4809edeb393858c
+_chromiumver=98.0.4758.141
+_gcc_patchset=5
+# shellcheck disable=SC2034
+pkgrel=1
+
+_major_ver=${pkgver%%.*}
+if [[ ${_use_suffix} != 0 ]]; then
+  pkgname="electron${_major_ver}"
+else
+  pkgname=electron
+fi
+# shellcheck disable=SC2034
+pkgdesc='Build cross platform desktop apps with web technologies'
+# shellcheck disable=SC2034
+arch=('x86_64')
+# shellcheck disable=SC2034
+url='https://electronjs.org/'
+# shellcheck disable=SC2034
+license=('MIT' 'custom')
+# shellcheck disable=SC2034
+depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
+ 'snappy')
+# shellcheck disable=SC2034
+makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
+ 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
+ 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2'
+ 'python-pyparsing' 'python-six' 'wget' 'yarn')
+# shellcheck disable=SC2034
+optdepends=('kde-cli-tools: file deletion support (kioclient5)'
+'libappindicator-gtk3: StatusNotifierItem support'
+'pipewire: WebRTC desktop sharing under Wayland'
+'trash-cli: file deletion support (trash-put)'
+"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
+if [[ ${_use_suffix} == 0 ]]; then
+  # shellcheck di

[arch-commits] Commit in (16 files)

2022-04-01 Thread Nicola Squartini via arch-commits
Date: Friday, April 1, 2022 @ 17:36:15
  Author: tensor5
Revision: 1180625

addpkg: electron17 17.3.1

Added:
  electron17/
  electron17/repos/
  electron17/trunk/
  electron17/trunk/PKGBUILD
  electron17/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron17/trunk/default_app-icon.patch
  electron17/trunk/downgrade-duplicate-peer-error-to-dvlog.patch
  electron17/trunk/electron-launcher.sh
  electron17/trunk/electron.desktop
  electron17/trunk/fix-build-break-with-system-libdrm.patch
  electron17/trunk/jinja-python-3.10.patch
  electron17/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  electron17/trunk/sql-make-VirtualCursor-standard-layout-type.patch
  electron17/trunk/std-vector-non-const.patch
  electron17/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
  electron17/trunk/use-system-libraries-in-node.patch

+
 PKGBUILD   |  282 +++
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 +
 default_app-icon.patch |   21 
 downgrade-duplicate-peer-error-to-dvlog.patch  |   33 +
 electron-launcher.sh   |   20 
 electron.desktop   |7 
 fix-build-break-with-system-libdrm.patch   |   62 ++
 jinja-python-3.10.patch|   22 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 +
 sql-make-VirtualCursor-standard-layout-type.patch  |  238 +
 std-vector-non-const.patch |  115 
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|   72 ++
 use-system-libraries-in-node.patch |   53 ++
 13 files changed, 999 insertions(+)

Added: electron17/trunk/PKGBUILD
===
--- electron17/trunk/PKGBUILD   (rev 0)
+++ electron17/trunk/PKGBUILD   2022-04-01 17:36:15 UTC (rev 1180625)
@@ -0,0 +1,282 @@
+# Maintainer: Nicola Squartini 
+
+_use_suffix=1
+pkgver=17.3.1
+_commit=9ace5b3491881cb4230a921bb4809edeb393858c
+_chromiumver=98.0.4758.141
+_gcc_patchset=5
+# shellcheck disable=SC2034
+pkgrel=1
+
+_major_ver=${pkgver%%.*}
+if [[ ${_use_suffix} != 0 ]]; then
+  pkgname="electron${_major_ver}"
+else
+  pkgname=electron
+fi
+# shellcheck disable=SC2034
+pkgdesc='Build cross platform desktop apps with web technologies'
+# shellcheck disable=SC2034
+arch=('x86_64')
+# shellcheck disable=SC2034
+url='https://electronjs.org/'
+# shellcheck disable=SC2034
+license=('MIT' 'custom')
+# shellcheck disable=SC2034
+depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
+ 'snappy')
+# shellcheck disable=SC2034
+makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
+ 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
+ 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2'
+ 'python-pyparsing' 'python-six' 'wget' 'yarn')
+# shellcheck disable=SC2034
+optdepends=('kde-cli-tools: file deletion support (kioclient5)'
+'libappindicator-gtk3: StatusNotifierItem support'
+'pipewire: WebRTC desktop sharing under Wayland'
+'trash-cli: file deletion support (trash-put)'
+"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
+if [[ ${_use_suffix} == 0 ]]; then
+  # shellcheck disable=SC2034
+  conflicts=("electron${_major_ver}")
+  # shellcheck disable=SC2034
+  provides=("electron${_major_ver}")
+fi
+# shellcheck disable=SC2034
+options=('!lto') # Electron adds its own flags for ThinLTO
+# shellcheck disable=SC2034
+source=('git+https://github.com/electron/electron.git'
+
'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#branch=main'
+
"https://github.com/stha09/chromium-patches/releases/download/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}.tar.xz";
+"electron-launcher.sh"
+"electron.desktop"
+'default_app-icon.patch'
+'jinja-python-3.10.patch'
+'std-vector-non-const.patch'
+'use-system-libraries-in-node.patch'
+'downgrade-duplicate-peer-error-to-dvlog.patch'
+'fix-build-break-with-system-libdrm.patch'
+'sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch'
+'breakpad-fix-for-non-constant-SIGSTKSZ.patch'
+'use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch'
+'sql-make-VirtualCursor-standard-layout-type.patch'
+   )
+# shellcheck disable=SC2034
+sha256sums=('SKIP'
+'SKIP'
+'f561145514e9d30a696a82f6a6a4eca06e664b58d7cda30dad9afb2cef341a4d'
+'3953f532a3ea5fce19ee33600c6ead89dcd066df6a01d3c3ab4c24f96e46fca2'
+'4484200d90b76830b

[arch-commits] Commit in go-ethereum/repos/community-x86_64 (4 files)

2022-03-30 Thread Nicola Squartini via arch-commits
Date: Wednesday, March 30, 2022 @ 17:39:29
  Author: tensor5
Revision: 1177813

archrelease: copy trunk to community-x86_64

Added:
  go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 1177812, go-ethereum/trunk/PKGBUILD)
  go-ethereum/repos/community-x86_64/geth-user.service
(from rev 1177812, go-ethereum/trunk/geth-user.service)
Deleted:
  go-ethereum/repos/community-x86_64/PKGBUILD
  go-ethereum/repos/community-x86_64/geth-user.service

---+
 PKGBUILD  |   70 ++--
 geth-user.service |   22 
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-30 17:38:49 UTC (rev 1177812)
+++ PKGBUILD2022-03-30 17:39:29 UTC (rev 1177813)
@@ -1,35 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=go-ethereum
-pkgver=1.10.16
-_commit=20356e57b119b4e70ce47665a71964434e15200d
-pkgrel=2
-pkgdesc='Official Go implementation of the Ethereum protocol'
-arch=('x86_64')
-url='https://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-provides=('geth')
-conflicts=('geth')
-replaces=('geth')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";
-'geth-user.service')
-sha256sums=('SKIP'
-'806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645')
-
-build() {
-cd ${pkgname}
-
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie"
-make all
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-install -Dm644 ../geth-user.service \
-"${pkgdir}/usr/lib/systemd/user/geth.service"
-}

Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 1177812, 
go-ethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-30 17:39:29 UTC (rev 1177813)
@@ -0,0 +1,35 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=go-ethereum
+pkgver=1.10.17
+_commit=25c9b49fdb74931137431c24cf28d3c65f9420d2
+pkgrel=1
+pkgdesc='Official Go implementation of the Ethereum protocol'
+arch=('x86_64')
+url='https://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+provides=('geth')
+conflicts=('geth')
+replaces=('geth')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";
+'geth-user.service')
+sha256sums=('SKIP'
+'806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645')
+
+build() {
+cd ${pkgname}
+
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie"
+make all
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+install -Dm644 ../geth-user.service \
+"${pkgdir}/usr/lib/systemd/user/geth.service"
+}

Deleted: geth-user.service
===
--- geth-user.service   2022-03-30 17:38:49 UTC (rev 1177812)
+++ geth-user.service   2022-03-30 17:39:29 UTC (rev 1177813)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Geth
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/geth
-KillSignal=SIGINT
-Restart=on-failure
-
-[Install]
-WantedBy=default.target

Copied: go-ethereum/repos/community-x86_64/geth-user.service (from rev 1177812, 
go-ethereum/trunk/geth-user.service)
===
--- geth-user.service   (rev 0)
+++ geth-user.service   2022-03-30 17:39:29 UTC (rev 1177813)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Geth
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/geth
+KillSignal=SIGINT
+Restart=on-failure
+
+[Install]
+WantedBy=default.target



[arch-commits] Commit in go-ethereum/trunk (PKGBUILD)

2022-03-30 Thread Nicola Squartini via arch-commits
Date: Wednesday, March 30, 2022 @ 17:38:49
  Author: tensor5
Revision: 1177812

upgpkg: go-ethereum 1.10.17-1

Modified:
  go-ethereum/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-30 17:22:28 UTC (rev 1177811)
+++ PKGBUILD2022-03-30 17:38:49 UTC (rev 1177812)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=go-ethereum
-pkgver=1.10.16
-_commit=20356e57b119b4e70ce47665a71964434e15200d
-pkgrel=2
+pkgver=1.10.17
+_commit=25c9b49fdb74931137431c24cf28d3c65f9420d2
+pkgrel=1
 pkgdesc='Official Go implementation of the Ethereum protocol'
 arch=('x86_64')
 url='https://geth.ethereum.org/'



[arch-commits] Commit in min/repos/community-x86_64 (8 files)

2022-03-30 Thread Nicola Squartini via arch-commits
Date: Wednesday, March 30, 2022 @ 17:22:28
  Author: tensor5
Revision: 1177811

archrelease: copy trunk to community-x86_64

Added:
  min/repos/community-x86_64/PKGBUILD
(from rev 1177810, min/trunk/PKGBUILD)
  min/repos/community-x86_64/icon.patch
(from rev 1177810, min/trunk/icon.patch)
  min/repos/community-x86_64/min.desktop
(from rev 1177810, min/trunk/min.desktop)
  min/repos/community-x86_64/min.js
(from rev 1177810, min/trunk/min.js)
Deleted:
  min/repos/community-x86_64/PKGBUILD
  min/repos/community-x86_64/icon.patch
  min/repos/community-x86_64/min.desktop
  min/repos/community-x86_64/min.js

-+
 PKGBUILD|  176 +-
 icon.patch  |   22 +++
 min.desktop |   20 +++---
 min.js  |   58 +--
 4 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-30 17:22:14 UTC (rev 1177810)
+++ PKGBUILD2022-03-30 17:22:28 UTC (rev 1177811)
@@ -1,88 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.23.1
-_commit=475513b3e2a382881e8051a5bca3f8a162de1bc0
-pkgrel=2
-pkgdesc='A fast, minimal browser that protects your privacy'
-arch=('x86_64')
-url='https://minbrowser.org/'
-license=('Apache')
-depends=('electron16' 'libsecret')
-makedepends=('git' 'npm')
-options=(!emptydirs)
-source=("git+https://github.com/minbrowser/min.git#commit=${_commit}";
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('SKIP'
-'a069caac07638ca2bafde5f96a4db646ec7484741ff9b44788c2e159b5142650'
-'4db5f7a92c71d865b0561639f5bc7d3daae1000b623f5bb3924047ea45fdbfc0'
-'ac24fe55be98edf115602533b8e892ebc5c0841a4edb412ef4ed29a07d9d89dd')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "*.Makefile" -exec rm '{}' \; \
--or -name "*.h" -exec rm '{}' \; \
--or -name "*.c" -exec rm '{}' \; \
--or -name "*.cc" -exec rm '{}' \; \
--or -name "*.gypi" -exec rm '{}' \; \
--or -name "*.mk" -exec rm '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -exec rm '{}' \; \
--or -name "bower.json" -exec rm '{}' \; \
--or -name "cli.js" -exec rm '{}' \; \
--or -name "cmd.js" -exec rm '{}' \; \
--or -name "coffee" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "obj.target" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \; \
--or -name "tests" -prune -exec rm -r '{}' \;
-}

Copied: min/repos/community-x86_64/PKGBUILD (from rev 1177810, 
min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-30 17:22:28 UTC (rev 1177811)
@@ -0,0 +1,88 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.24.0
+_commit=c487d685529e9e6b36df6fedbcb31f9ed7bc345a
+pkgrel=1
+pkgdesc='A fast, minimal browser that protects your privacy'
+arch=('x86_64')
+url='https://minbrowser.org/'
+license=('Apache')
+depends=('electron16' 'libsecret')
+makedepends=('git' 'npm')
+options=(!emptydirs)
+source=("git+https://github.com/minbrowser/min.git#commit=${_commit}";
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('SKIP'
+'a069caac07638ca2bafde5f96a4db646ec7484741ff9b44788c2e159b5142650'
+'4db5f7a92c71

[arch-commits] Commit in min/trunk (PKGBUILD)

2022-03-30 Thread Nicola Squartini via arch-commits
Date: Wednesday, March 30, 2022 @ 17:22:14
  Author: tensor5
Revision: 1177810

upgpkg: min 1.24.0-1

Modified:
  min/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-30 17:22:03 UTC (rev 1177809)
+++ PKGBUILD2022-03-30 17:22:14 UTC (rev 1177810)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=min
-pkgver=1.23.1
-_commit=475513b3e2a382881e8051a5bca3f8a162de1bc0
-pkgrel=2
+pkgver=1.24.0
+_commit=c487d685529e9e6b36df6fedbcb31f9ed7bc345a
+pkgrel=1
 pkgdesc='A fast, minimal browser that protects your privacy'
 arch=('x86_64')
 url='https://minbrowser.org/'



[arch-commits] Commit in electron14/repos/community-x86_64 (40 files)

2022-03-26 Thread Nicola Squartini via arch-commits
Date: Saturday, March 26, 2022 @ 09:29:42
  Author: tensor5
Revision: 1176814

archrelease: copy trunk to community-x86_64

Added:
  electron14/repos/community-x86_64/PKGBUILD
(from rev 1176813, electron14/trunk/PKGBUILD)
  electron14/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1176813, 
electron14/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron14/repos/community-x86_64/chromium-93-pdfium-include.patch
(from rev 1176813, electron14/trunk/chromium-93-pdfium-include.patch)
  electron14/repos/community-x86_64/chromium-94-ffmpeg-roll.patch
(from rev 1176813, electron14/trunk/chromium-94-ffmpeg-roll.patch)
  electron14/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
(from rev 1176813, electron14/trunk/chromium-harfbuzz-3.0.0.patch)
  electron14/repos/community-x86_64/default_app-icon.patch
(from rev 1176813, electron14/trunk/default_app-icon.patch)
  electron14/repos/community-x86_64/electron-launcher.sh
(from rev 1176813, electron14/trunk/electron-launcher.sh)
  electron14/repos/community-x86_64/electron.desktop
(from rev 1176813, electron14/trunk/electron.desktop)
  electron14/repos/community-x86_64/gn-visibility-gmock.patch
(from rev 1176813, electron14/trunk/gn-visibility-gmock.patch)
  electron14/repos/community-x86_64/gn-visibility-mojo.patch
(from rev 1176813, electron14/trunk/gn-visibility-mojo.patch)
  electron14/repos/community-x86_64/gn-visibility-webrtc.patch
(from rev 1176813, electron14/trunk/gn-visibility-webrtc.patch)
  electron14/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1176813, electron14/trunk/jinja-python-3.10.patch)
  electron14/repos/community-x86_64/linux-sandbox-fix-fstatat-crash.patch
(from rev 1176813, electron14/trunk/linux-sandbox-fix-fstatat-crash.patch)
  
electron14/repos/community-x86_64/linux-sandbox-syscall-broker-use-struct-kernel_stat.patch
(from rev 1176813, 
electron14/trunk/linux-sandbox-syscall-broker-use-struct-kernel_stat.patch)
  electron14/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
(from rev 1176813, electron14/trunk/replace-blacklist-with-ignorelist.patch)
  
electron14/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1176813, 
electron14/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  electron14/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
(from rev 1176813, electron14/trunk/skia-harfbuzz-3.0.0.patch)
  
electron14/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1176813, 
electron14/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
electron14/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1176813, 
electron14/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron14/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1176813, electron14/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron14/repos/community-x86_64/PKGBUILD
  electron14/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron14/repos/community-x86_64/chromium-93-pdfium-include.patch
  electron14/repos/community-x86_64/chromium-94-ffmpeg-roll.patch
  electron14/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
  electron14/repos/community-x86_64/default_app-icon.patch
  electron14/repos/community-x86_64/electron-launcher.sh
  electron14/repos/community-x86_64/electron.desktop
  electron14/repos/community-x86_64/gn-visibility-gmock.patch
  electron14/repos/community-x86_64/gn-visibility-mojo.patch
  electron14/repos/community-x86_64/gn-visibility-webrtc.patch
  electron14/repos/community-x86_64/jinja-python-3.10.patch
  electron14/repos/community-x86_64/linux-sandbox-fix-fstatat-crash.patch
  
electron14/repos/community-x86_64/linux-sandbox-syscall-broker-use-struct-kernel_stat.patch
  electron14/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
  
electron14/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  electron14/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
  
electron14/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
electron14/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron14/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  598 +-
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 
 chromium-93-pdfium-include.patch   |  174 
 chromium-94-ffmpeg-roll.patch  |   98 
 chromium-harfbuzz-3.0.0.patch  |   40 
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   

[arch-commits] Commit in electron14/trunk (PKGBUILD)

2022-03-26 Thread Nicola Squartini via arch-commits
Date: Saturday, March 26, 2022 @ 09:29:11
  Author: tensor5
Revision: 1176813

upgpkg: electron14 14.2.8-1

Modified:
  electron14/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-26 09:20:17 UTC (rev 1176812)
+++ PKGBUILD2022-03-26 09:29:11 UTC (rev 1176813)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=14.2.7
-_commit=6a75402ee856b25802349e6d768ab1b7800adbe1
+pkgver=14.2.8
+_commit=dd87075459a9382d3a364ba14b7579bf36da9792
 _chromiumver=93.0.4577.82
 _gcc_patchset=6
 # shellcheck disable=SC2034



[arch-commits] Commit in electron15/trunk (PKGBUILD pr-33038.patch)

2022-03-25 Thread Nicola Squartini via arch-commits
Date: Friday, March 25, 2022 @ 21:02:02
  Author: tensor5
Revision: 1176686

upgpkg: electron15 15.4.2-1

Modified:
  electron15/trunk/PKGBUILD
Deleted:
  electron15/trunk/pr-33038.patch

+
 PKGBUILD   |   13 -
 pr-33038.patch |  643 ---
 2 files changed, 3 insertions(+), 653 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-25 21:01:41 UTC (rev 1176685)
+++ PKGBUILD2022-03-25 21:02:02 UTC (rev 1176686)
@@ -1,12 +1,12 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=15.4.1
-_commit=8e517202ea5d62e3827d14275904bd48ccbfc3e5
+pkgver=15.4.2
+_commit=f043e665dd1c5c2eca65a515eee47062f68d1007
 _chromiumver=94.0.4606.81
 _gcc_patchset=3
 # shellcheck disable=SC2034
-pkgrel=2
+pkgrel=1
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then
@@ -50,7 +50,6 @@
 
"https://github.com/stha09/chromium-patches/releases/download/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}.tar.xz";
 "electron-launcher.sh"
 "electron.desktop"
-'pr-33038.patch'
 'default_app-icon.patch'
 'jinja-python-3.10.patch'
 'use-system-libraries-in-node.patch'
@@ -72,7 +71,6 @@
 '22692bddaf2761c6ddf9ff0bc4722972bca4d4c5b2fd3e5dbdac7eb60d914320'
 '3953f532a3ea5fce19ee33600c6ead89dcd066df6a01d3c3ab4c24f96e46fca2'
 '4484200d90b76830b69eea3a471c103999a3ce86bb2c29e6c14c945bf4102bae'
-'38649e1a1f7805b2a4027706d7c466f6539d1d531046d78838c239c56bf070d3'
 '75bac9c4ad32ff9329399b8587f9772e208c009fd822cdfce61b2bd1ee9ac828'
 '09de0ebb4002be7fb4ede63d3977e4f1235637750169c9e71bfdbd75bf750f7a'
 '7cb11fb44aaf4d15f36caca3c0d1b082a723c30d43cd44db147248db5683a2a9'
@@ -142,11 +140,6 @@
   --with_tags \
   --nohooks
 
-  (
-cd src/electron || exit
-patch -Np1 -i ../../pr-33038.patch
-  )
-
   echo "Running hooks..."
   # python "${srcdir}/depot_tools/gclient.py" runhooks
   src/build/landmines.py

Deleted: pr-33038.patch
===
--- pr-33038.patch  2022-03-25 21:01:41 UTC (rev 1176685)
+++ pr-33038.patch  2022-03-25 21:02:02 UTC (rev 1176686)
@@ -1,643 +0,0 @@
-diff --git a/patches/chromium/.patches b/patches/chromium/.patches
-index ae0b6f1a147d..683069b716cd 100644
 a/patches/chromium/.patches
-+++ b/patches/chromium/.patches
-@@ -158,3 +158,5 @@ cherry-pick-e3805f29fed7.patch
- cherry-pick-0081bb347e67.patch
- cherry-pick-1887414c016d.patch
- cherry-pick-6b2643846ae3.patch
-+fixed_terminate_caused_by_binding_to_wrong_version.patch
-+follow_wayland_specification_regarding_xkb_keymap.patch
-diff --git 
a/patches/chromium/fixed_terminate_caused_by_binding_to_wrong_version.patch 
b/patches/chromium/fixed_terminate_caused_by_binding_to_wrong_version.patch
-new file mode 100644
-index ..1a9b9acd2747
 /dev/null
-+++ b/patches/chromium/fixed_terminate_caused_by_binding_to_wrong_version.patch
-@@ -0,0 +1,553 @@
-+From  Mon Sep 17 00:00:00 2001
-+From: Robin Ebert 
-+Date: Tue, 22 Feb 2022 12:49:55 +0100
-+Subject: Fixed terminate caused by binding to wrong version.
-+
-+The Ozone/Wayland implementation had a few places where the Wayland
-+objects were bound without proper checking for their versions.  That was
-+part of the technical debt not addressed before, and ended up causing
-+the issue explained in the linked crbug: the compositor terminates the
-+client that binds to the protocol that it does not actually support.
-+
-+This patch fixes the issue by adding the necessary checks in all places
-+where they were missing.  Also a convenience macro for validating the
-+version is proposed.
-+
-+Backport of dd4c3ddadbb9869f59cee201a38e9ca3b9154f4d from chromium
-+
-+diff --git a/ui/ozone/platform/wayland/common/wayland_object.cc 
b/ui/ozone/platform/wayland/common/wayland_object.cc
-+index 
0f21da447e43125c85b15a4254d7e047409e2e57..109fea03294a9bcbcc335d4c7d3250179f13f9bd
 100644
-+--- a/ui/ozone/platform/wayland/common/wayland_object.cc
- b/ui/ozone/platform/wayland/common/wayland_object.cc
-+@@ -29,6 +29,8 @@
-+ #include 
-+ #include 
-+ 
-++#include "base/logging.h"
-++
-+ namespace wl {
-+ namespace {
-+ 
-+@@ -71,6 +73,19 @@ void delete_touch(wl_touch* touch) {
-+ 
-+ }  // namespace
-+ 
-++bool CanBind(uint32_t available_version,
-++ uint32_t min_version,
-++ uint32_t max_version) {
-++  if (available_version < min_version) {
-++LOG(WARNING) << "Error in binding wayland interface."
-++ << available_version << ".  The minimum supported version 
is "
-++ << min_version << ".";
-++return false;
-++  }
-++
-++  return true;
-++}
-++
-+ void (*ObjectTraits::deleter)(wl_cursor_theme*) =
-+ &wl_

[arch-commits] Commit in electron15/repos/community-x86_64 (35 files)

2022-03-25 Thread Nicola Squartini via arch-commits
Date: Friday, March 25, 2022 @ 21:02:30
  Author: tensor5
Revision: 1176687

archrelease: copy trunk to community-x86_64

Added:
  electron15/repos/community-x86_64/PKGBUILD
(from rev 1176686, electron15/trunk/PKGBUILD)
  electron15/repos/community-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
(from rev 1176686, 
electron15/trunk/add-a-TODO-about-a-missing-pnacl-flag.patch)
  electron15/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1176686, 
electron15/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron15/repos/community-x86_64/default_app-icon.patch
(from rev 1176686, electron15/trunk/default_app-icon.patch)
  electron15/repos/community-x86_64/electron-launcher.sh
(from rev 1176686, electron15/trunk/electron-launcher.sh)
  electron15/repos/community-x86_64/electron.desktop
(from rev 1176686, electron15/trunk/electron.desktop)
  electron15/repos/community-x86_64/gn-visibility-gmock.patch
(from rev 1176686, electron15/trunk/gn-visibility-gmock.patch)
  electron15/repos/community-x86_64/gn-visibility-mojo.patch
(from rev 1176686, electron15/trunk/gn-visibility-mojo.patch)
  electron15/repos/community-x86_64/gn-visibility-webrtc.patch
(from rev 1176686, electron15/trunk/gn-visibility-webrtc.patch)
  electron15/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1176686, electron15/trunk/jinja-python-3.10.patch)
  electron15/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
(from rev 1176686, electron15/trunk/replace-blacklist-with-ignorelist.patch)
  
electron15/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1176686, 
electron15/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron15/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1176686, 
electron15/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
electron15/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1176686, 
electron15/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron15/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1176686, 
electron15/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron15/repos/community-x86_64/use-ffile-compilation-dir.patch
(from rev 1176686, electron15/trunk/use-ffile-compilation-dir.patch)
  electron15/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1176686, electron15/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron15/repos/community-x86_64/PKGBUILD
  electron15/repos/community-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
  electron15/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron15/repos/community-x86_64/default_app-icon.patch
  electron15/repos/community-x86_64/electron-launcher.sh
  electron15/repos/community-x86_64/electron.desktop
  electron15/repos/community-x86_64/gn-visibility-gmock.patch
  electron15/repos/community-x86_64/gn-visibility-mojo.patch
  electron15/repos/community-x86_64/gn-visibility-webrtc.patch
  electron15/repos/community-x86_64/jinja-python-3.10.patch
  electron15/repos/community-x86_64/pr-33038.patch
  electron15/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
  
electron15/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron15/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
electron15/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron15/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
  electron15/repos/community-x86_64/use-ffile-compilation-dir.patch
  electron15/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  581 -
 add-a-TODO-about-a-missing-pnacl-flag.patch|   56 
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 gn-visibility-gmock.patch  |   86 -
 gn-visibility-mojo.patch   |   72 -
 gn-visibility-webrtc.patch |   90 -
 jinja-python-3.10.patch|   66 -
 pr-33038.patch |  643 ---
 replace-blacklist-with-ignorelist.patch|  392 +++---
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 -
 unexpire-accelera

[arch-commits] Commit in electron16/repos/community-x86_64 (26 files)

2022-03-25 Thread Nicola Squartini via arch-commits
Date: Friday, March 25, 2022 @ 19:44:38
  Author: tensor5
Revision: 1176608

archrelease: copy trunk to community-x86_64

Added:
  electron16/repos/community-x86_64/PKGBUILD
(from rev 1176607, electron16/trunk/PKGBUILD)
  electron16/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1176607, 
electron16/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron16/repos/community-x86_64/default_app-icon.patch
(from rev 1176607, electron16/trunk/default_app-icon.patch)
  electron16/repos/community-x86_64/electron-launcher.sh
(from rev 1176607, electron16/trunk/electron-launcher.sh)
  electron16/repos/community-x86_64/electron.desktop
(from rev 1176607, electron16/trunk/electron.desktop)
  electron16/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1176607, electron16/trunk/jinja-python-3.10.patch)
  
electron16/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1176607, 
electron16/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron16/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1176607, 
electron16/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron16/repos/community-x86_64/std-vector-non-const.patch
(from rev 1176607, electron16/trunk/std-vector-non-const.patch)
  
electron16/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1176607, 
electron16/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron16/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1176607, 
electron16/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron16/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1176607, electron16/trunk/use-system-libraries-in-node.patch)
  electron16/repos/community-x86_64/wayland-fix-binding-to-wrong-version.patch
(from rev 1176607, 
electron16/trunk/wayland-fix-binding-to-wrong-version.patch)
Deleted:
  electron16/repos/community-x86_64/PKGBUILD
  electron16/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron16/repos/community-x86_64/default_app-icon.patch
  electron16/repos/community-x86_64/electron-launcher.sh
  electron16/repos/community-x86_64/electron.desktop
  electron16/repos/community-x86_64/jinja-python-3.10.patch
  
electron16/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron16/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron16/repos/community-x86_64/std-vector-non-const.patch
  
electron16/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron16/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
  electron16/repos/community-x86_64/use-system-libraries-in-node.patch
  electron16/repos/community-x86_64/wayland-fix-binding-to-wrong-version.patch

+
 PKGBUILD   |  560 ++--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 jinja-python-3.10.patch|   66 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 ++--
 std-vector-non-const.patch |  230 -
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 
 unexpire-accelerated-video-decode-flag.patch   |   22 
 use-system-libraries-in-node.patch |  106 
 wayland-fix-binding-to-wrong-version.patch | 1302 +--
 13 files changed, 1534 insertions(+), 1534 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-25 19:44:10 UTC (rev 1176607)
+++ PKGBUILD2022-03-25 19:44:38 UTC (rev 1176608)
@@ -1,280 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=1
-pkgver=16.1.0
-_commit=5a4bdde636734a0675fdd1a858543df1d0c08d96
-_chromiumver=96.0.4664.174
-_gcc_patchset=4
-# shellcheck disable=SC2034
-pkgrel=1
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 'gperf

[arch-commits] Commit in electron16/trunk (PKGBUILD)

2022-03-25 Thread Nicola Squartini via arch-commits
Date: Friday, March 25, 2022 @ 19:44:10
  Author: tensor5
Revision: 1176607

upgpkg: electron16 16.1.1-1

Modified:
  electron16/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-25 19:38:42 UTC (rev 1176606)
+++ PKGBUILD2022-03-25 19:44:10 UTC (rev 1176607)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=16.1.0
-_commit=5a4bdde636734a0675fdd1a858543df1d0c08d96
+pkgver=16.1.1
+_commit=f8c521d7958fe7729c4110290e66adfde89fb791
 _chromiumver=96.0.4664.174
 _gcc_patchset=4
 # shellcheck disable=SC2034



[arch-commits] Commit in electron/repos/community-x86_64 (26 files)

2022-03-24 Thread Nicola Squartini via arch-commits
Date: Thursday, March 24, 2022 @ 19:25:15
  Author: tensor5
Revision: 1174969

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 1174968, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1174968, 
electron/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 1174968, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
(from rev 1174968, 
electron/trunk/downgrade-duplicate-peer-error-to-dvlog.patch)
  electron/repos/community-x86_64/electron-launcher.sh
(from rev 1174968, electron/trunk/electron-launcher.sh)
  electron/repos/community-x86_64/electron.desktop
(from rev 1174968, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/fix-build-break-with-system-libdrm.patch
(from rev 1174968, electron/trunk/fix-build-break-with-system-libdrm.patch)
  electron/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1174968, electron/trunk/jinja-python-3.10.patch)
  
electron/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1174968, 
electron/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1174968, 
electron/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron/repos/community-x86_64/std-vector-non-const.patch
(from rev 1174968, electron/trunk/std-vector-non-const.patch)
  
electron/repos/community-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
(from rev 1174968, 
electron/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1174968, electron/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
  electron/repos/community-x86_64/electron-launcher.sh
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/fix-build-break-with-system-libdrm.patch
  electron/repos/community-x86_64/jinja-python-3.10.patch
  
electron/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron/repos/community-x86_64/std-vector-non-const.patch
  
electron/repos/community-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  564 +--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 default_app-icon.patch |   42 
 downgrade-duplicate-peer-error-to-dvlog.patch  |   66 -
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 fix-build-break-with-system-libdrm.patch   |  124 +-
 jinja-python-3.10.patch|   44 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 -
 std-vector-non-const.patch |  230 ++--
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|  144 +-
 use-system-libraries-in-node.patch |  106 +-
 13 files changed, 999 insertions(+), 999 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-24 19:24:49 UTC (rev 1174968)
+++ PKGBUILD2022-03-24 19:25:15 UTC (rev 1174969)
@@ -1,282 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=0
-pkgver=17.1.2
-_commit=fdaee16db7c6c30afedfcedf8e60334d1fa80868
-_chromiumver=98.0.4758.109
-_gcc_patchset=5
-# shellcheck disable=SC2034
-pkgrel=1
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
- 'java-runtime-headless' 'jsoncpp'

[arch-commits] Commit in caprine/repos/community-any (6 files)

2022-03-24 Thread Nicola Squartini via arch-commits
Date: Thursday, March 24, 2022 @ 19:37:49
  Author: tensor5
Revision: 1174973

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 1174972, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 1174972, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 1174972, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  124 +++---
 caprine.desktop |   18 +++
 caprine.js  |   58 -
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-24 19:37:41 UTC (rev 1174972)
+++ PKGBUILD2022-03-24 19:37:49 UTC (rev 1174973)
@@ -1,62 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.55.2
-_commit=a4929605c5fe5d20c55397d7357c9b1d4479c34c
-pkgrel=2
-pkgdesc='Elegant Facebook Messenger desktop app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron13')
-makedepends=('git' 'npm')
-options=(!emptydirs)
-source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit}";
-'caprine.desktop'
-'caprine.js')
-sha256sums=('SKIP'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'93bf95cb916e3c6f8e44b598f3813fbdc63cc64f65cb376a4d08a5d574c6b3b4')
-
-build() {
-cd ${pkgname}
-
-npm install --ignore-scripts
-npx tsc
-rm -r node_modules
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}/usr/share/pixmaps"
-install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 1174972, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-24 19:37:49 UTC (rev 1174973)
@@ -0,0 +1,62 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.55.4
+_commit=e14d13d61e137b4a8d76f6278a98b378def0c176
+pkgrel=1
+pkgdesc='Elegant Facebook Messenger desktop app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron13')
+makedepends=('git' 'npm')
+options=(!emptydirs)
+source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit}";
+'caprine.desktop'
+'caprine.js')
+sha256sums=('SKIP'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'93bf95cb916e3c6f8e44b598f3813fbdc63cc64f65cb376a4d08a5d574c6b3b4')
+
+build() {
+cd ${pkgname}
+
+npm install --ignore-scripts
+npx tsc
+rm -r node_modules
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}/usr/share/pixmaps"
+install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
+find "${pkgdir}"${appdir} \
+-name "package.json" \
+-exec s

[arch-commits] Commit in caprine/trunk (PKGBUILD)

2022-03-24 Thread Nicola Squartini via arch-commits
Date: Thursday, March 24, 2022 @ 19:37:35
  Author: tensor5
Revision: 1174971

upgpkg: caprine 2.55.4-1

Modified:
  caprine/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-24 19:37:30 UTC (rev 1174970)
+++ PKGBUILD2022-03-24 19:37:35 UTC (rev 1174971)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.55.2
-_commit=a4929605c5fe5d20c55397d7357c9b1d4479c34c
-pkgrel=2
+pkgver=2.55.4
+_commit=e14d13d61e137b4a8d76f6278a98b378def0c176
+pkgrel=1
 pkgdesc='Elegant Facebook Messenger desktop app'
 arch=('any')
 url='https://github.com/sindresorhus/caprine'



[arch-commits] Commit in electron/trunk (PKGBUILD)

2022-03-24 Thread Nicola Squartini via arch-commits
Date: Thursday, March 24, 2022 @ 19:24:49
  Author: tensor5
Revision: 1174968

upgpkg: electron 17.2.0-1

Modified:
  electron/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-24 19:19:00 UTC (rev 1174967)
+++ PKGBUILD2022-03-24 19:24:49 UTC (rev 1174968)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=0
-pkgver=17.1.2
-_commit=fdaee16db7c6c30afedfcedf8e60334d1fa80868
+pkgver=17.2.0
+_commit=9d5f7c16734fe1734193ce9f80b1976c9b76854c
 _chromiumver=98.0.4758.109
 _gcc_patchset=5
 # shellcheck disable=SC2034



[arch-commits] Commit in electron13/repos/community-x86_64 (41 files)

2022-03-20 Thread Nicola Squartini via arch-commits
Date: Sunday, March 20, 2022 @ 18:35:39
  Author: tensor5
Revision: 1164771

archrelease: copy trunk to community-x86_64

Added:
  electron13/repos/community-x86_64/PKGBUILD
(from rev 1164767, electron13/trunk/PKGBUILD)
  
electron13/repos/community-x86_64/add-clang-nomerge-attribute-to-CheckError.patch
(from rev 1164767, 
electron13/trunk/add-clang-nomerge-attribute-to-CheckError.patch)
  electron13/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1164767, 
electron13/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron13/repos/community-x86_64/chromium-freetype-2.11.patch
(from rev 1164767, electron13/trunk/chromium-freetype-2.11.patch)
  electron13/repos/community-x86_64/chromium-glibc-2.33.patch
(from rev 1164767, electron13/trunk/chromium-glibc-2.33.patch)
  electron13/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
(from rev 1164768, electron13/trunk/chromium-harfbuzz-3.0.0.patch)
  electron13/repos/community-x86_64/default_app-icon.patch
(from rev 1164768, electron13/trunk/default_app-icon.patch)
  electron13/repos/community-x86_64/electron-launcher.sh
(from rev 1164768, electron13/trunk/electron-launcher.sh)
  electron13/repos/community-x86_64/electron.desktop
(from rev 1164768, electron13/trunk/electron.desktop)
  electron13/repos/community-x86_64/ffmpeg5.patch
(from rev 1164768, electron13/trunk/ffmpeg5.patch)
  electron13/repos/community-x86_64/gn-visibility-gmock.patch
(from rev 1164768, electron13/trunk/gn-visibility-gmock.patch)
  electron13/repos/community-x86_64/gn-visibility-mojo.patch
(from rev 1164768, electron13/trunk/gn-visibility-mojo.patch)
  electron13/repos/community-x86_64/gn-visibility-webrtc.patch
(from rev 1164768, electron13/trunk/gn-visibility-webrtc.patch)
  
electron13/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1164768, 
electron13/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  electron13/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
(from rev 1164768, electron13/trunk/skia-harfbuzz-3.0.0.patch)
  
electron13/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1164768, 
electron13/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron13/repos/community-x86_64/std-max-fix.patch
(from rev 1164769, electron13/trunk/std-max-fix.patch)
  
electron13/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1164769, 
electron13/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron13/repos/community-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
(from rev 1164769, 
electron13/trunk/unbundle-use-char16_t-as-UCHAR_TYPE.patch)
  electron13/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1164769, electron13/trunk/use-system-libraries-in-node.patch)
  
electron13/repos/community-x86_64/wayland-mmap-keymaps-as-read-only-memory.patch
(from rev 1164769, 
electron13/trunk/wayland-mmap-keymaps-as-read-only-memory.patch)
Deleted:
  electron13/repos/community-x86_64/PKGBUILD
  
electron13/repos/community-x86_64/add-clang-nomerge-attribute-to-CheckError.patch
  electron13/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron13/repos/community-x86_64/chromium-freetype-2.11.patch
  electron13/repos/community-x86_64/chromium-glibc-2.33.patch
  electron13/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
  electron13/repos/community-x86_64/default_app-icon.patch
  electron13/repos/community-x86_64/electron-launcher.sh
  electron13/repos/community-x86_64/electron.desktop
  electron13/repos/community-x86_64/ffmpeg5.patch
  electron13/repos/community-x86_64/gn-visibility-gmock.patch
  electron13/repos/community-x86_64/gn-visibility-mojo.patch
  electron13/repos/community-x86_64/gn-visibility-webrtc.patch
  
electron13/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  electron13/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
  
electron13/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron13/repos/community-x86_64/std-max-fix.patch
  
electron13/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron13/repos/community-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
  electron13/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  529 +--
 add-clang-nomerge-attribute-to-CheckError.patch|   88 -
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 chromium-freetype-2.11.patch   |   76 -
 chromium-glibc-2.33.patch  |  288 ++---
 chromium-harfbuzz-3.0.0.patch  |   40 
 default_app-icon.patch  

[arch-commits] Commit in electron13/trunk (2 files)

2022-03-20 Thread Nicola Squartini via arch-commits
Date: Sunday, March 20, 2022 @ 18:35:06
  Author: tensor5
Revision: 1164766

upgpkg: electron13 13.6.9-2

Fix FS#73544.

Added:
  electron13/trunk/wayland-mmap-keymaps-as-read-only-memory.patch
Modified:
  electron13/trunk/PKGBUILD

+
 PKGBUILD   |   13 +++--
 wayland-mmap-keymaps-as-read-only-memory.patch |   59 +++
 2 files changed, 68 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-20 18:35:01 UTC (rev 1164765)
+++ PKGBUILD2022-03-20 18:35:06 UTC (rev 1164766)
@@ -5,7 +5,7 @@
 _commit=5c5b2835b64e6a2b86b8467288908467e8228890
 _chromiumver=91.0.4472.164
 _gcc_patchset=5
-pkgrel=1
+pkgrel=2
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'
@@ -14,7 +14,8 @@
  'snappy')
 makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
  'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
- 'npm' 'pciutils' 'pipewire' 'python2' 'wget' 'yarn')
+ 'npm' 'pciutils' 'pipewire' 'python2' 'python' 'python-httplib2'
+ 'python-pyparsing' 'python-six' 'wget' 'yarn')
 optdepends=('kde-cli-tools: file deletion support (kioclient5)'
 'libappindicator-gtk3: StatusNotifierItem support'
 'pipewire: WebRTC desktop sharing under Wayland'
@@ -43,6 +44,7 @@
 'sql-make-VirtualCursor-standard-layout-type.patch'
 'unbundle-use-char16_t-as-UCHAR_TYPE.patch'
 'ffmpeg5.patch'
+'wayland-mmap-keymaps-as-read-only-memory.patch'
)
 sha256sums=('SKIP'
 'SKIP'
@@ -65,7 +67,9 @@
 '574785a21168c3e9b7aa82630713ceb6ced12f699133db66b10fc84b7bb2c631'
 'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
 '59a59a60a08b335fe8647fdf0f9d2288d236ebf2cc9626396d0c4d032fd2b25d'
-'4f32b815349357ef1f17b36059cee588c994472b9754a194fff41ec21a93826b')
+'4f32b815349357ef1f17b36059cee588c994472b9754a194fff41ec21a93826b'
+'88f0fa78de1805e57e70b46caf946544bbfad205f95f723eddf7fc7aad58af40'
+   )
 
 _system_libs=('ffmpeg'
   'flac'
@@ -110,7 +114,7 @@
   },
 ]" > .gclient
 
-  python2 "${srcdir}/depot_tools/gclient.py" sync \
+  python3 "${srcdir}/depot_tools/gclient.py" sync \
   --with_branch_heads \
   --with_tags \
   --nohooks
@@ -170,6 +174,7 @@
   patch -Np1 -i ../sql-make-VirtualCursor-standard-layout-type.patch
   patch -Np1 -i ../std-max-fix.patch
   patch -Np1 -i ../unbundle-use-char16_t-as-UCHAR_TYPE.patch
+  patch -Np1 -i ../wayland-mmap-keymaps-as-read-only-memory.patch
   patch -Np1 -i ../use-system-libraries-in-node.patch
   patch -Np1 -i ../default_app-icon.patch  # Icon from .desktop file
 

Added: wayland-mmap-keymaps-as-read-only-memory.patch
===
--- wayland-mmap-keymaps-as-read-only-memory.patch  
(rev 0)
+++ wayland-mmap-keymaps-as-read-only-memory.patch  2022-03-20 18:35:06 UTC 
(rev 1164766)
@@ -0,0 +1,59 @@
+--- a/ui/ozone/platform/wayland/host/wayland_keyboard.cc
 b/ui/ozone/platform/wayland/host/wayland_keyboard.cc
+@@ -4,10 +4,14 @@
+ 
+ #include "ui/ozone/platform/wayland/host/wayland_keyboard.h"
+ 
++#include 
++
++#include 
++#include 
+ #include 
+ 
+-#include "base/files/scoped_file.h"
+-#include "base/memory/read_only_shared_memory_region.h"
++#include "base/logging.h"
++#include "base/memory/ref_counted_memory.h"
+ #include "base/unguessable_token.h"
+ #include "ui/base/buildflags.h"
+ #include "ui/events/base_event_utils.h"
+@@ -111,26 +115,26 @@
+ void WaylandKeyboard::Keymap(void* data,
+  wl_keyboard* obj,
+  uint32_t format,
+- int32_t keymap_fd,
++ int32_t fd,
+  uint32_t size) {
+   WaylandKeyboard* keyboard = static_cast(data);
+   DCHECK(keyboard);
+ 
+-  base::ScopedFD fd(keymap_fd);
+-  auto length = size - 1;
+-  auto shmen = base::subtle::PlatformSharedMemoryRegion::Take(
+-  std::move(fd), 
base::subtle::PlatformSharedMemoryRegion::Mode::kReadOnly,
+-  length, base::UnguessableToken::Create());
+-  auto mapped_memory =
+-  base::ReadOnlySharedMemoryRegion::Deserialize(std::move(shmen)).Map();
+-  const char* keymap = mapped_memory.GetMemoryAs();
++  if (!data || format != WL_KEYBOARD_KEYMAP_FORMAT_XKB_V1)
++return;
+ 
+-  if (!keymap || format != WL_KEYBOARD_KEYMAP_FORMAT_XKB_V1)
++  void* keymap = mmap(nullptr, size, PROT_READ, MAP_SHARED, fd, 0);
++  if (keymap == MAP_FAILED) {
++DPLOG(ERROR) << "Failed to map XKB keymap.";
+ return;
++  }
+ 
+-  bool success = keyboard->layout_engine_->SetCurrentLayoutFromBuffer(
+-  key

[arch-commits] Commit in solidity/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-17 Thread Nicola Squartini via arch-commits
Date: Thursday, March 17, 2022 @ 18:58:01
  Author: tensor5
Revision: 1156830

archrelease: copy trunk to community-x86_64

Added:
  solidity/repos/community-x86_64/PKGBUILD
(from rev 1156829, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-17 18:57:50 UTC (rev 1156829)
+++ PKGBUILD2022-03-17 18:58:01 UTC (rev 1156830)
@@ -1,41 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.8.12
-_commit=f00d7308415b5f1e66b7dca11ef0edb395c09ad4
-pkgrel=2
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('cvc4' 'z3')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}";)
-sha512sums=('SKIP')
-
-prepare() {
-cd ${pkgname}
-
-commithash=$(git rev-parse --short=8 HEAD)
-echo -n ${commithash} > commit_hash.txt
-echo -n > prerelease.txt
-}
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 1156829, 
solidity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-17 18:58:01 UTC (rev 1156830)
@@ -0,0 +1,41 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.8.13
+_commit=abaa5c0eb321aab4cd09617598696172378a4b83
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('cvc4' 'z3')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}";)
+sha512sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+commithash=$(git rev-parse --short=8 HEAD)
+echo -n ${commithash} > commit_hash.txt
+echo -n > prerelease.txt
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTESTS=OFF \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in solidity/trunk (PKGBUILD)

2022-03-17 Thread Nicola Squartini via arch-commits
Date: Thursday, March 17, 2022 @ 18:57:50
  Author: tensor5
Revision: 1156829

upgpkg: solidity 0.8.13-1

Modified:
  solidity/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-17 18:57:22 UTC (rev 1156828)
+++ PKGBUILD2022-03-17 18:57:50 UTC (rev 1156829)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.8.12
-_commit=f00d7308415b5f1e66b7dca11ef0edb395c09ad4
-pkgrel=2
+pkgver=0.8.13
+_commit=abaa5c0eb321aab4cd09617598696172378a4b83
+pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('x86_64')
 url='https://github.com/ethereum/solidity'



[arch-commits] Commit in electron15/repos/community-x86_64 (35 files)

2022-03-14 Thread Nicola Squartini via arch-commits
Date: Monday, March 14, 2022 @ 18:32:42
  Author: tensor5
Revision: 1153076

archrelease: copy trunk to community-x86_64

Added:
  electron15/repos/community-x86_64/PKGBUILD
(from rev 1153075, electron15/trunk/PKGBUILD)
  electron15/repos/community-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
(from rev 1153075, 
electron15/trunk/add-a-TODO-about-a-missing-pnacl-flag.patch)
  electron15/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1153075, 
electron15/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron15/repos/community-x86_64/default_app-icon.patch
(from rev 1153075, electron15/trunk/default_app-icon.patch)
  electron15/repos/community-x86_64/electron-launcher.sh
(from rev 1153075, electron15/trunk/electron-launcher.sh)
  electron15/repos/community-x86_64/electron.desktop
(from rev 1153075, electron15/trunk/electron.desktop)
  electron15/repos/community-x86_64/gn-visibility-gmock.patch
(from rev 1153075, electron15/trunk/gn-visibility-gmock.patch)
  electron15/repos/community-x86_64/gn-visibility-mojo.patch
(from rev 1153075, electron15/trunk/gn-visibility-mojo.patch)
  electron15/repos/community-x86_64/gn-visibility-webrtc.patch
(from rev 1153075, electron15/trunk/gn-visibility-webrtc.patch)
  electron15/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1153075, electron15/trunk/jinja-python-3.10.patch)
  electron15/repos/community-x86_64/pr-33038.patch
(from rev 1153075, electron15/trunk/pr-33038.patch)
  electron15/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
(from rev 1153075, electron15/trunk/replace-blacklist-with-ignorelist.patch)
  
electron15/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1153075, 
electron15/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron15/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1153075, 
electron15/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
electron15/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1153075, 
electron15/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron15/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1153075, 
electron15/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron15/repos/community-x86_64/use-ffile-compilation-dir.patch
(from rev 1153075, electron15/trunk/use-ffile-compilation-dir.patch)
  electron15/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1153075, electron15/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron15/repos/community-x86_64/PKGBUILD
  electron15/repos/community-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
  electron15/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron15/repos/community-x86_64/default_app-icon.patch
  electron15/repos/community-x86_64/electron-launcher.sh
  electron15/repos/community-x86_64/electron.desktop
  electron15/repos/community-x86_64/gn-visibility-gmock.patch
  electron15/repos/community-x86_64/gn-visibility-mojo.patch
  electron15/repos/community-x86_64/gn-visibility-webrtc.patch
  electron15/repos/community-x86_64/jinja-python-3.10.patch
  electron15/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
  
electron15/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron15/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
electron15/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron15/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
  electron15/repos/community-x86_64/use-ffile-compilation-dir.patch
  electron15/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  581 +
 add-a-TODO-about-a-missing-pnacl-flag.patch|   56 
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 gn-visibility-gmock.patch  |   86 -
 gn-visibility-mojo.patch   |   72 -
 gn-visibility-webrtc.patch |   90 -
 jinja-python-3.10.patch|   66 -
 pr-33038.patch |  643 +++
 replace-blacklist-with-ignorelist.patch|  392 +++---
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 
 unbundle-fix-visibility-of-bui

[arch-commits] Commit in electron15/trunk (PKGBUILD pr-33038.patch)

2022-03-14 Thread Nicola Squartini via arch-commits
Date: Monday, March 14, 2022 @ 18:31:57
  Author: tensor5
Revision: 1153075

upgpkg: electron15 15.4.1-2

Apply PR https://github.com/electron/electron/pull/33038 (fixes FS#74109).

Added:
  electron15/trunk/pr-33038.patch
Modified:
  electron15/trunk/PKGBUILD

+
 PKGBUILD   |9 
 pr-33038.patch |  643 +++
 2 files changed, 651 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-14 17:34:16 UTC (rev 1153074)
+++ PKGBUILD2022-03-14 18:31:57 UTC (rev 1153075)
@@ -6,7 +6,7 @@
 _chromiumver=94.0.4606.81
 _gcc_patchset=3
 # shellcheck disable=SC2034
-pkgrel=1
+pkgrel=2
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then
@@ -50,6 +50,7 @@
 
"https://github.com/stha09/chromium-patches/releases/download/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}.tar.xz";
 "electron-launcher.sh"
 "electron.desktop"
+'pr-33038.patch'
 'default_app-icon.patch'
 'jinja-python-3.10.patch'
 'use-system-libraries-in-node.patch'
@@ -71,6 +72,7 @@
 '22692bddaf2761c6ddf9ff0bc4722972bca4d4c5b2fd3e5dbdac7eb60d914320'
 '3953f532a3ea5fce19ee33600c6ead89dcd066df6a01d3c3ab4c24f96e46fca2'
 '4484200d90b76830b69eea3a471c103999a3ce86bb2c29e6c14c945bf4102bae'
+'38649e1a1f7805b2a4027706d7c466f6539d1d531046d78838c239c56bf070d3'
 '75bac9c4ad32ff9329399b8587f9772e208c009fd822cdfce61b2bd1ee9ac828'
 '09de0ebb4002be7fb4ede63d3977e4f1235637750169c9e71bfdbd75bf750f7a'
 '7cb11fb44aaf4d15f36caca3c0d1b082a723c30d43cd44db147248db5683a2a9'
@@ -140,6 +142,11 @@
   --with_tags \
   --nohooks
 
+  (
+cd src/electron || exit
+patch -Np1 -i ../../pr-33038.patch
+  )
+
   echo "Running hooks..."
   # python "${srcdir}/depot_tools/gclient.py" runhooks
   src/build/landmines.py

Added: pr-33038.patch
===
--- pr-33038.patch  (rev 0)
+++ pr-33038.patch  2022-03-14 18:31:57 UTC (rev 1153075)
@@ -0,0 +1,643 @@
+diff --git a/patches/chromium/.patches b/patches/chromium/.patches
+index ae0b6f1a147d..683069b716cd 100644
+--- a/patches/chromium/.patches
 b/patches/chromium/.patches
+@@ -158,3 +158,5 @@ cherry-pick-e3805f29fed7.patch
+ cherry-pick-0081bb347e67.patch
+ cherry-pick-1887414c016d.patch
+ cherry-pick-6b2643846ae3.patch
++fixed_terminate_caused_by_binding_to_wrong_version.patch
++follow_wayland_specification_regarding_xkb_keymap.patch
+diff --git 
a/patches/chromium/fixed_terminate_caused_by_binding_to_wrong_version.patch 
b/patches/chromium/fixed_terminate_caused_by_binding_to_wrong_version.patch
+new file mode 100644
+index ..1a9b9acd2747
+--- /dev/null
 b/patches/chromium/fixed_terminate_caused_by_binding_to_wrong_version.patch
+@@ -0,0 +1,553 @@
++From  Mon Sep 17 00:00:00 2001
++From: Robin Ebert 
++Date: Tue, 22 Feb 2022 12:49:55 +0100
++Subject: Fixed terminate caused by binding to wrong version.
++
++The Ozone/Wayland implementation had a few places where the Wayland
++objects were bound without proper checking for their versions.  That was
++part of the technical debt not addressed before, and ended up causing
++the issue explained in the linked crbug: the compositor terminates the
++client that binds to the protocol that it does not actually support.
++
++This patch fixes the issue by adding the necessary checks in all places
++where they were missing.  Also a convenience macro for validating the
++version is proposed.
++
++Backport of dd4c3ddadbb9869f59cee201a38e9ca3b9154f4d from chromium
++
++diff --git a/ui/ozone/platform/wayland/common/wayland_object.cc 
b/ui/ozone/platform/wayland/common/wayland_object.cc
++index 
0f21da447e43125c85b15a4254d7e047409e2e57..109fea03294a9bcbcc335d4c7d3250179f13f9bd
 100644
++--- a/ui/ozone/platform/wayland/common/wayland_object.cc
+ b/ui/ozone/platform/wayland/common/wayland_object.cc
++@@ -29,6 +29,8 @@
++ #include 
++ #include 
++ 
+++#include "base/logging.h"
+++
++ namespace wl {
++ namespace {
++ 
++@@ -71,6 +73,19 @@ void delete_touch(wl_touch* touch) {
++ 
++ }  // namespace
++ 
+++bool CanBind(uint32_t available_version,
+++ uint32_t min_version,
+++ uint32_t max_version) {
+++  if (available_version < min_version) {
+++LOG(WARNING) << "Error in binding wayland interface."
+++ << available_version << ".  The minimum supported version 
is "
+++ << min_version << ".";
+++return false;
+++  }
+++
+++  return true;
+++}
+++
++ void (*ObjectTraits::deleter)(wl_cursor_theme*) =
++ &wl_cursor_theme_destroy;
++ 
++diff --git a/ui/ozone/platform/wayland/common/wayland_object.h 
b/ui/ozone/platform/waylan

[arch-commits] Commit in electron/repos/community-x86_64 (26 files)

2022-03-13 Thread Nicola Squartini via arch-commits
Date: Sunday, March 13, 2022 @ 16:26:07
  Author: tensor5
Revision: 1151089

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 1151088, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1151088, 
electron/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 1151088, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
(from rev 1151088, 
electron/trunk/downgrade-duplicate-peer-error-to-dvlog.patch)
  electron/repos/community-x86_64/electron-launcher.sh
(from rev 1151088, electron/trunk/electron-launcher.sh)
  electron/repos/community-x86_64/electron.desktop
(from rev 1151088, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/fix-build-break-with-system-libdrm.patch
(from rev 1151088, electron/trunk/fix-build-break-with-system-libdrm.patch)
  electron/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1151088, electron/trunk/jinja-python-3.10.patch)
  
electron/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1151088, 
electron/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1151088, 
electron/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron/repos/community-x86_64/std-vector-non-const.patch
(from rev 1151088, electron/trunk/std-vector-non-const.patch)
  
electron/repos/community-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
(from rev 1151088, 
electron/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1151088, electron/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
  electron/repos/community-x86_64/electron-launcher.sh
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/fix-build-break-with-system-libdrm.patch
  electron/repos/community-x86_64/jinja-python-3.10.patch
  
electron/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron/repos/community-x86_64/std-vector-non-const.patch
  
electron/repos/community-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  563 +--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 default_app-icon.patch |   42 
 downgrade-duplicate-peer-error-to-dvlog.patch  |   66 -
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 fix-build-break-with-system-libdrm.patch   |  124 +-
 jinja-python-3.10.patch|   44 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 -
 std-vector-non-const.patch |  230 ++--
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|  144 +-
 use-system-libraries-in-node.patch |  106 +-
 13 files changed, 999 insertions(+), 998 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-13 16:25:12 UTC (rev 1151088)
+++ PKGBUILD2022-03-13 16:26:07 UTC (rev 1151089)
@@ -1,281 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=0
-pkgver=17.1.0
-_commit=08efa9a9b92ae67b0ae5c88de5b4699b20bc5d84
-_chromiumver=98.0.4758.102
-_gcc_patchset=5
-# shellcheck disable=SC2034
-pkgrel=1
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
- 'java-runtime-headless' 'jsoncpp' '

[arch-commits] Commit in electron/trunk (PKGBUILD)

2022-03-13 Thread Nicola Squartini via arch-commits
Date: Sunday, March 13, 2022 @ 16:25:12
  Author: tensor5
Revision: 1151088

upgpkg: electron 17.1.2-1

Modified:
  electron/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-13 16:00:52 UTC (rev 1151087)
+++ PKGBUILD2022-03-13 16:25:12 UTC (rev 1151088)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=0
-pkgver=17.1.0
-_commit=08efa9a9b92ae67b0ae5c88de5b4699b20bc5d84
-_chromiumver=98.0.4758.102
+pkgver=17.1.2
+_commit=fdaee16db7c6c30afedfcedf8e60334d1fa80868
+_chromiumver=98.0.4758.109
 _gcc_patchset=5
 # shellcheck disable=SC2034
 pkgrel=1
@@ -28,7 +28,8 @@
 # shellcheck disable=SC2034
 makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
  'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
- 'npm' 'pciutils' 'pipewire' 'python' 'wget' 'yarn')
+ 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2'
+ 'python-pyparsing' 'python-six' 'wget' 'yarn')
 # shellcheck disable=SC2034
 optdepends=('kde-cli-tools: file deletion support (kioclient5)'
 'libappindicator-gtk3: StatusNotifierItem support'



[arch-commits] Commit in electron14/repos/community-x86_64 (40 files)

2022-03-13 Thread Nicola Squartini via arch-commits
Date: Sunday, March 13, 2022 @ 15:13:54
  Author: tensor5
Revision: 1151018

archrelease: copy trunk to community-x86_64

Added:
  electron14/repos/community-x86_64/PKGBUILD
(from rev 1151017, electron14/trunk/PKGBUILD)
  electron14/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1151017, 
electron14/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron14/repos/community-x86_64/chromium-93-pdfium-include.patch
(from rev 1151017, electron14/trunk/chromium-93-pdfium-include.patch)
  electron14/repos/community-x86_64/chromium-94-ffmpeg-roll.patch
(from rev 1151017, electron14/trunk/chromium-94-ffmpeg-roll.patch)
  electron14/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
(from rev 1151017, electron14/trunk/chromium-harfbuzz-3.0.0.patch)
  electron14/repos/community-x86_64/default_app-icon.patch
(from rev 1151017, electron14/trunk/default_app-icon.patch)
  electron14/repos/community-x86_64/electron-launcher.sh
(from rev 1151017, electron14/trunk/electron-launcher.sh)
  electron14/repos/community-x86_64/electron.desktop
(from rev 1151017, electron14/trunk/electron.desktop)
  electron14/repos/community-x86_64/gn-visibility-gmock.patch
(from rev 1151017, electron14/trunk/gn-visibility-gmock.patch)
  electron14/repos/community-x86_64/gn-visibility-mojo.patch
(from rev 1151017, electron14/trunk/gn-visibility-mojo.patch)
  electron14/repos/community-x86_64/gn-visibility-webrtc.patch
(from rev 1151017, electron14/trunk/gn-visibility-webrtc.patch)
  electron14/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1151017, electron14/trunk/jinja-python-3.10.patch)
  electron14/repos/community-x86_64/linux-sandbox-fix-fstatat-crash.patch
(from rev 1151017, electron14/trunk/linux-sandbox-fix-fstatat-crash.patch)
  
electron14/repos/community-x86_64/linux-sandbox-syscall-broker-use-struct-kernel_stat.patch
(from rev 1151017, 
electron14/trunk/linux-sandbox-syscall-broker-use-struct-kernel_stat.patch)
  electron14/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
(from rev 1151017, electron14/trunk/replace-blacklist-with-ignorelist.patch)
  
electron14/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1151017, 
electron14/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  electron14/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
(from rev 1151017, electron14/trunk/skia-harfbuzz-3.0.0.patch)
  
electron14/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1151017, 
electron14/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
electron14/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1151017, 
electron14/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron14/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1151017, electron14/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron14/repos/community-x86_64/PKGBUILD
  electron14/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron14/repos/community-x86_64/chromium-93-pdfium-include.patch
  electron14/repos/community-x86_64/chromium-94-ffmpeg-roll.patch
  electron14/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
  electron14/repos/community-x86_64/default_app-icon.patch
  electron14/repos/community-x86_64/electron-launcher.sh
  electron14/repos/community-x86_64/electron.desktop
  electron14/repos/community-x86_64/gn-visibility-gmock.patch
  electron14/repos/community-x86_64/gn-visibility-mojo.patch
  electron14/repos/community-x86_64/gn-visibility-webrtc.patch
  electron14/repos/community-x86_64/jinja-python-3.10.patch
  electron14/repos/community-x86_64/linux-sandbox-fix-fstatat-crash.patch
  
electron14/repos/community-x86_64/linux-sandbox-syscall-broker-use-struct-kernel_stat.patch
  electron14/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
  
electron14/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  electron14/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
  
electron14/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
electron14/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron14/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  598 +-
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 
 chromium-93-pdfium-include.patch   |  174 
 chromium-94-ffmpeg-roll.patch  |   98 
 chromium-harfbuzz-3.0.0.patch  |   40 
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop 

[arch-commits] Commit in electron14/trunk (PKGBUILD)

2022-03-13 Thread Nicola Squartini via arch-commits
Date: Sunday, March 13, 2022 @ 15:12:50
  Author: tensor5
Revision: 1151017

upgpkg: electron14 14.2.7-1

Modified:
  electron14/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-13 15:04:02 UTC (rev 1151016)
+++ PKGBUILD2022-03-13 15:12:50 UTC (rev 1151017)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=14.2.6
-_commit=38a6fb9a5387a43af3047764d3fd1c56eefd6dcd
+pkgver=14.2.7
+_commit=6a75402ee856b25802349e6d768ab1b7800adbe1
 _chromiumver=93.0.4577.82
 _gcc_patchset=6
 # shellcheck disable=SC2034



[arch-commits] Commit in electron15/repos/community-x86_64 (36 files)

2022-03-13 Thread Nicola Squartini via arch-commits
Date: Sunday, March 13, 2022 @ 14:11:55
  Author: tensor5
Revision: 1150972

archrelease: copy trunk to community-x86_64

Added:
  electron15/repos/community-x86_64/PKGBUILD
(from rev 1150971, electron15/trunk/PKGBUILD)
  electron15/repos/community-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
(from rev 1150971, 
electron15/trunk/add-a-TODO-about-a-missing-pnacl-flag.patch)
  electron15/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1150971, 
electron15/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron15/repos/community-x86_64/default_app-icon.patch
(from rev 1150971, electron15/trunk/default_app-icon.patch)
  electron15/repos/community-x86_64/electron-launcher.sh
(from rev 1150971, electron15/trunk/electron-launcher.sh)
  electron15/repos/community-x86_64/electron.desktop
(from rev 1150971, electron15/trunk/electron.desktop)
  electron15/repos/community-x86_64/gn-visibility-gmock.patch
(from rev 1150971, electron15/trunk/gn-visibility-gmock.patch)
  electron15/repos/community-x86_64/gn-visibility-mojo.patch
(from rev 1150971, electron15/trunk/gn-visibility-mojo.patch)
  electron15/repos/community-x86_64/gn-visibility-webrtc.patch
(from rev 1150971, electron15/trunk/gn-visibility-webrtc.patch)
  electron15/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1150971, electron15/trunk/jinja-python-3.10.patch)
  electron15/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
(from rev 1150971, electron15/trunk/replace-blacklist-with-ignorelist.patch)
  
electron15/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1150971, 
electron15/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron15/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1150971, 
electron15/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
electron15/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1150971, 
electron15/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron15/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1150971, 
electron15/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron15/repos/community-x86_64/use-ffile-compilation-dir.patch
(from rev 1150971, electron15/trunk/use-ffile-compilation-dir.patch)
  electron15/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1150971, electron15/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron15/repos/community-x86_64/PKGBUILD
  electron15/repos/community-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
  electron15/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron15/repos/community-x86_64/chromium-93-ffmpeg-4.4.patch
  electron15/repos/community-x86_64/chromium-94-ffmpeg-roll.patch
  electron15/repos/community-x86_64/default_app-icon.patch
  electron15/repos/community-x86_64/electron-launcher.sh
  electron15/repos/community-x86_64/electron.desktop
  electron15/repos/community-x86_64/gn-visibility-gmock.patch
  electron15/repos/community-x86_64/gn-visibility-mojo.patch
  electron15/repos/community-x86_64/gn-visibility-webrtc.patch
  electron15/repos/community-x86_64/jinja-python-3.10.patch
  electron15/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
  
electron15/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron15/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
electron15/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron15/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
  electron15/repos/community-x86_64/use-ffile-compilation-dir.patch
  electron15/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  583 +--
 add-a-TODO-about-a-missing-pnacl-flag.patch|   56 -
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 chromium-93-ffmpeg-4.4.patch   |   36 
 chromium-94-ffmpeg-roll.patch  |   49 
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 gn-visibility-gmock.patch  |   86 -
 gn-visibility-mojo.patch   |   72 -
 gn-visibility-webrtc.patch |   90 -
 jinja-python-3.10.patch|   66 -
 replace-blacklist-with-ignorelist.patch|  392 +++
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCurso

[arch-commits] Commit in electron15/trunk (3 files)

2022-03-13 Thread Nicola Squartini via arch-commits
Date: Sunday, March 13, 2022 @ 14:10:38
  Author: tensor5
Revision: 1150971

upgpkg: electron15 15.4.1-1

Modified:
  electron15/trunk/PKGBUILD
Deleted:
  electron15/trunk/chromium-93-ffmpeg-4.4.patch
  electron15/trunk/chromium-94-ffmpeg-roll.patch

---+
 PKGBUILD  |   19 ---
 chromium-93-ffmpeg-4.4.patch  |   36 -
 chromium-94-ffmpeg-roll.patch |   49 
 3 files changed, 5 insertions(+), 99 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-13 13:41:40 UTC (rev 1150970)
+++ PKGBUILD2022-03-13 14:10:38 UTC (rev 1150971)
@@ -1,12 +1,12 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=15.3.7
-_commit=58e9dedd76a4768c113e2fb1906ad0a0105bd8f0
+pkgver=15.4.1
+_commit=8e517202ea5d62e3827d14275904bd48ccbfc3e5
 _chromiumver=94.0.4606.81
 _gcc_patchset=3
 # shellcheck disable=SC2034
-pkgrel=2
+pkgrel=1
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then
@@ -28,7 +28,8 @@
 # shellcheck disable=SC2034
 makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
  'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
- 'npm' 'pciutils' 'pipewire' 'python' 'wget' 'yarn')
+ 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2'
+ 'python-pyparsing' 'python-six' 'wget' 'yarn')
 # shellcheck disable=SC2034
 optdepends=('kde-cli-tools: file deletion support (kioclient5)'
 'libappindicator-gtk3: StatusNotifierItem support'
@@ -59,8 +60,6 @@
 'gn-visibility-mojo.patch'
 'gn-visibility-webrtc.patch'
 'add-a-TODO-about-a-missing-pnacl-flag.patch'
-'chromium-93-ffmpeg-4.4.patch'
-'chromium-94-ffmpeg-roll.patch'
 'unexpire-accelerated-video-decode-flag.patch'
 'use-ffile-compilation-dir.patch'
 'sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch'
@@ -82,8 +81,6 @@
 'cca2d224cf2e9d7cfb4f5729ca76b5b8a7100b1ca39892b41fb296adaced1bf7'
 '574785a21168c3e9b7aa82630713ceb6ced12f699133db66b10fc84b7bb2c631'
 'd53da216538f2e741a6e048ed103964a91a98e9a3c10c27fdfa34d4692fdc455'
-'1a9e074f417f8ffd78bcd6874d8e2e74a239905bf662f76a7755fa40dc476b57'
-'56acb6e743d2ab1ed9f3eb01700ade02521769978d03ac43226dec94659b3ace'
 '2a97b26c3d6821b15ef4ef1369905c6fa3e9c8da4877eb9af4361452a425290b'
 '921010cd8fab5f30be76c68b68c9b39fac9e21f4c4133bb709879592bbdf606e'
 'f910be9370c880de6e1d61cc30383c069e421d7acf406166e4fbfad324fc7d61'
@@ -179,12 +176,6 @@
   patch -Np1 -i ../patches/chromium-90-ruy-include.patch
   patch -Np1 -i ../patches/chromium-94-CustomSpaces-include.patch
 
-  # Patches to build with ffmpeg 4.4; remove when ffmpeg 5.0 moves to stable
-  if ! pkg-config --atleast-version 59 libavformat; then
-patch -Np1 -i ../chromium-93-ffmpeg-4.4.patch
-patch -Rp1 -i ../chromium-94-ffmpeg-roll.patch
-  fi
-
   patch -Np1 -i ../unbundle-fix-visibility-of-build-config-freetype.patch
   patch -Np1 -i ../gn-visibility-gmock.patch
   patch -Np1 -i ../gn-visibility-mojo.patch

Deleted: chromium-93-ffmpeg-4.4.patch
===
--- chromium-93-ffmpeg-4.4.patch2022-03-13 13:41:40 UTC (rev 1150970)
+++ chromium-93-ffmpeg-4.4.patch2022-03-13 14:10:38 UTC (rev 1150971)
@@ -1,36 +0,0 @@
-diff --git a/media/filters/ffmpeg_demuxer.cc b/media/filters/ffmpeg_demuxer.cc
-index ac4713b07268..492a9a37d096 100644
 a/media/filters/ffmpeg_demuxer.cc
-+++ b/media/filters/ffmpeg_demuxer.cc
-@@ -427,11 +427,11 @@ void FFmpegDemuxerStream::EnqueuePacket(ScopedAVPacket 
packet) {
-   scoped_refptr buffer;
- 
-   if (type() == DemuxerStream::TEXT) {
--size_t id_size = 0;
-+int id_size = 0;
- uint8_t* id_data = av_packet_get_side_data(
- packet.get(), AV_PKT_DATA_WEBVTT_IDENTIFIER, &id_size);
- 
--size_t settings_size = 0;
-+int settings_size = 0;
- uint8_t* settings_data = av_packet_get_side_data(
- packet.get(), AV_PKT_DATA_WEBVTT_SETTINGS, &settings_size);
- 
-@@ -443,7 +443,7 @@ void FFmpegDemuxerStream::EnqueuePacket(ScopedAVPacket 
packet) {
- buffer = DecoderBuffer::CopyFrom(packet->data, packet->size,
-  side_data.data(), side_data.size());
-   } else {
--size_t side_data_size = 0;
-+int side_data_size = 0;
- uint8_t* side_data = av_packet_get_side_data(
- packet.get(), AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL, &side_data_size);
- 
-@@ -504,7 +504,7 @@ void FFmpegDemuxerStream::EnqueuePacket(ScopedAVPacket 
packet) {
-packet->size - data_offset);
- }
- 
--size_t skip_samples_size = 0;
-+int skip_samples_size = 0;
- const uint32_t* skip_samples_ptr =
- reinterpret_cas

[arch-commits] Commit in electron16/repos/community-x86_64 (28 files)

2022-03-13 Thread Nicola Squartini via arch-commits
Date: Sunday, March 13, 2022 @ 12:51:11
  Author: tensor5
Revision: 1150929

archrelease: copy trunk to community-x86_64

Added:
  electron16/repos/community-x86_64/PKGBUILD
(from rev 1150927, electron16/trunk/PKGBUILD)
  electron16/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1150927, 
electron16/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron16/repos/community-x86_64/default_app-icon.patch
(from rev 1150927, electron16/trunk/default_app-icon.patch)
  electron16/repos/community-x86_64/electron-launcher.sh
(from rev 1150927, electron16/trunk/electron-launcher.sh)
  electron16/repos/community-x86_64/electron.desktop
(from rev 1150927, electron16/trunk/electron.desktop)
  electron16/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1150927, electron16/trunk/jinja-python-3.10.patch)
  
electron16/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1150927, 
electron16/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron16/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1150927, 
electron16/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron16/repos/community-x86_64/std-vector-non-const.patch
(from rev 1150927, electron16/trunk/std-vector-non-const.patch)
  
electron16/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1150927, 
electron16/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron16/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1150927, 
electron16/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron16/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1150927, electron16/trunk/use-system-libraries-in-node.patch)
  electron16/repos/community-x86_64/wayland-fix-binding-to-wrong-version.patch
(from rev 1150927, 
electron16/trunk/wayland-fix-binding-to-wrong-version.patch)
Deleted:
  electron16/repos/community-x86_64/PKGBUILD
  electron16/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron16/repos/community-x86_64/chromium-93-ffmpeg-4.4.patch
  electron16/repos/community-x86_64/chromium-94-ffmpeg-roll.patch
  electron16/repos/community-x86_64/default_app-icon.patch
  electron16/repos/community-x86_64/electron-launcher.sh
  electron16/repos/community-x86_64/electron.desktop
  electron16/repos/community-x86_64/jinja-python-3.10.patch
  
electron16/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron16/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron16/repos/community-x86_64/std-vector-non-const.patch
  
electron16/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron16/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
  electron16/repos/community-x86_64/use-system-libraries-in-node.patch
  electron16/repos/community-x86_64/wayland-fix-binding-to-wrong-version.patch

+
 PKGBUILD   |  559 ++--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 
 chromium-93-ffmpeg-4.4.patch   |   36 
 chromium-94-ffmpeg-roll.patch  |   49 
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 jinja-python-3.10.patch|   66 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 ++--
 std-vector-non-const.patch |  230 -
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 
 unexpire-accelerated-video-decode-flag.patch   |   22 
 use-system-libraries-in-node.patch |  106 
 wayland-fix-binding-to-wrong-version.patch | 1302 +--
 15 files changed, 1534 insertions(+), 1618 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-13 12:51:06 UTC (rev 1150928)
+++ PKGBUILD2022-03-13 12:51:11 UTC (rev 1150929)
@@ -1,279 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=1
-pkgver=16.0.10
-_commit=b9f411220987e60e5cffbbabc832265675ed51f6
-_chromiumver=96.0.4664.174
-_gcc_patchset=4
-# shellcheck disable=SC2034
-pkgrel=1
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https:/

[arch-commits] Commit in electron16/trunk (PKGBUILD)

2022-03-13 Thread Nicola Squartini via arch-commits
Date: Sunday, March 13, 2022 @ 12:49:17
  Author: tensor5
Revision: 1150925

upgpkg: electron16 16.1.0-1

Modified:
  electron16/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-13 12:48:12 UTC (rev 1150924)
+++ PKGBUILD2022-03-13 12:49:17 UTC (rev 1150925)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=16.0.10
-_commit=b9f411220987e60e5cffbbabc832265675ed51f6
+pkgver=16.1.0
+_commit=5a4bdde636734a0675fdd1a858543df1d0c08d96
 _chromiumver=96.0.4664.174
 _gcc_patchset=4
 # shellcheck disable=SC2034
@@ -28,7 +28,8 @@
 # shellcheck disable=SC2034
 makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
  'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
- 'npm' 'pciutils' 'pipewire' 'python' 'wget' 'yarn')
+ 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2' 'wget'
+ 'python-pyparsing' 'python-six' 'yarn')
 # shellcheck disable=SC2034
 optdepends=('kde-cli-tools: file deletion support (kioclient5)'
 'libappindicator-gtk3: StatusNotifierItem support'



[arch-commits] Commit in electron16/trunk (2 files)

2022-02-27 Thread Nicola Squartini via arch-commits
Date: Sunday, February 27, 2022 @ 13:57:53
  Author: tensor5
Revision: 1137600

electron16: remove ffmpeg 4.4 patches

Deleted:
  electron16/trunk/chromium-93-ffmpeg-4.4.patch
  electron16/trunk/chromium-94-ffmpeg-roll.patch

---+
 chromium-93-ffmpeg-4.4.patch  |   36 -
 chromium-94-ffmpeg-roll.patch |   49 
 2 files changed, 85 deletions(-)

Deleted: chromium-93-ffmpeg-4.4.patch
===
--- chromium-93-ffmpeg-4.4.patch2022-02-27 13:57:51 UTC (rev 1137599)
+++ chromium-93-ffmpeg-4.4.patch2022-02-27 13:57:53 UTC (rev 1137600)
@@ -1,36 +0,0 @@
-diff --git a/media/filters/ffmpeg_demuxer.cc b/media/filters/ffmpeg_demuxer.cc
-index ac4713b07268..492a9a37d096 100644
 a/media/filters/ffmpeg_demuxer.cc
-+++ b/media/filters/ffmpeg_demuxer.cc
-@@ -427,11 +427,11 @@ void FFmpegDemuxerStream::EnqueuePacket(ScopedAVPacket 
packet) {
-   scoped_refptr buffer;
- 
-   if (type() == DemuxerStream::TEXT) {
--size_t id_size = 0;
-+int id_size = 0;
- uint8_t* id_data = av_packet_get_side_data(
- packet.get(), AV_PKT_DATA_WEBVTT_IDENTIFIER, &id_size);
- 
--size_t settings_size = 0;
-+int settings_size = 0;
- uint8_t* settings_data = av_packet_get_side_data(
- packet.get(), AV_PKT_DATA_WEBVTT_SETTINGS, &settings_size);
- 
-@@ -443,7 +443,7 @@ void FFmpegDemuxerStream::EnqueuePacket(ScopedAVPacket 
packet) {
- buffer = DecoderBuffer::CopyFrom(packet->data, packet->size,
-  side_data.data(), side_data.size());
-   } else {
--size_t side_data_size = 0;
-+int side_data_size = 0;
- uint8_t* side_data = av_packet_get_side_data(
- packet.get(), AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL, &side_data_size);
- 
-@@ -504,7 +504,7 @@ void FFmpegDemuxerStream::EnqueuePacket(ScopedAVPacket 
packet) {
-packet->size - data_offset);
- }
- 
--size_t skip_samples_size = 0;
-+int skip_samples_size = 0;
- const uint32_t* skip_samples_ptr =
- reinterpret_cast(av_packet_get_side_data(
- packet.get(), AV_PKT_DATA_SKIP_SAMPLES, &skip_samples_size));

Deleted: chromium-94-ffmpeg-roll.patch
===
--- chromium-94-ffmpeg-roll.patch   2022-02-27 13:57:51 UTC (rev 1137599)
+++ chromium-94-ffmpeg-roll.patch   2022-02-27 13:57:53 UTC (rev 1137600)
@@ -1,49 +0,0 @@
-From b94755e4633045be96ab5e0bdde0db7e16a804bd Mon Sep 17 00:00:00 2001
-From: "liber...@chromium.org" 
-Date: Fri, 6 Aug 2021 04:25:31 +
-Subject: [PATCH] FFmpeg M94 roll.
-
-Contains DEPS update + chromium-side fixes.
-
-Bug: 1227259
-Change-Id: I61c5eaa789ea12c17d0cbcbf837435b9cf32479b
-Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3011889
-Reviewed-by: Thomas Guilbert 
-Commit-Queue: Frank Liberato 
-Cr-Commit-Position: refs/heads/master@{#909174}

- media/ffmpeg/ffmpeg_common.h| 1 +
- media/filters/ffmpeg_demuxer.cc | 4 ++--
- 2 files changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/media/ffmpeg/ffmpeg_common.h b/media/ffmpeg/ffmpeg_common.h
-index cede8ac5a7..97d6307e28 100644
 a/media/ffmpeg/ffmpeg_common.h
-+++ b/media/ffmpeg/ffmpeg_common.h
-@@ -29,6 +29,7 @@ extern "C" {
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/media/filters/ffmpeg_demuxer.cc b/media/filters/ffmpeg_demuxer.cc
-index ac4713b072..605001d935 100644
 a/media/filters/ffmpeg_demuxer.cc
-+++ b/media/filters/ffmpeg_demuxer.cc
-@@ -106,12 +106,12 @@ static base::TimeDelta ExtractStartTime(AVStream* 
stream) {
- 
-   // Next try to use the first DTS value, for codecs where we know PTS == DTS
-   // (excludes all H26x codecs). The start time must be returned in PTS.
--  if (stream->first_dts != kNoFFmpegTimestamp &&
-+  if (av_stream_get_first_dts(stream) != kNoFFmpegTimestamp &&
-   stream->codecpar->codec_id != AV_CODEC_ID_HEVC &&
-   stream->codecpar->codec_id != AV_CODEC_ID_H264 &&
-   stream->codecpar->codec_id != AV_CODEC_ID_MPEG4) {
- const base::TimeDelta first_pts =
--ConvertFromTimeBase(stream->time_base, stream->first_dts);
-+ConvertFromTimeBase(stream->time_base, 
av_stream_get_first_dts(stream));
- if (first_pts < start_time)
-   start_time = first_pts;
-   }



[arch-commits] Commit in electron/repos (14 files)

2022-02-27 Thread Nicola Squartini via arch-commits
Date: Sunday, February 27, 2022 @ 12:44:51
  Author: tensor5
Revision: 1137579

archrelease: copy trunk to community-staging-x86_64

Added:
  electron/repos/community-staging-x86_64/
  electron/repos/community-staging-x86_64/PKGBUILD
(from rev 1137578, electron/trunk/PKGBUILD)
  
electron/repos/community-staging-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1137578, 
electron/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron/repos/community-staging-x86_64/default_app-icon.patch
(from rev 1137578, electron/trunk/default_app-icon.patch)
  
electron/repos/community-staging-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
(from rev 1137578, 
electron/trunk/downgrade-duplicate-peer-error-to-dvlog.patch)
  electron/repos/community-staging-x86_64/electron-launcher.sh
(from rev 1137578, electron/trunk/electron-launcher.sh)
  electron/repos/community-staging-x86_64/electron.desktop
(from rev 1137578, electron/trunk/electron.desktop)
  
electron/repos/community-staging-x86_64/fix-build-break-with-system-libdrm.patch
(from rev 1137578, electron/trunk/fix-build-break-with-system-libdrm.patch)
  electron/repos/community-staging-x86_64/jinja-python-3.10.patch
(from rev 1137578, electron/trunk/jinja-python-3.10.patch)
  
electron/repos/community-staging-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1137578, 
electron/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron/repos/community-staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1137578, 
electron/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron/repos/community-staging-x86_64/std-vector-non-const.patch
(from rev 1137578, electron/trunk/std-vector-non-const.patch)
  
electron/repos/community-staging-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
(from rev 1137578, 
electron/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch)
  electron/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 1137578, electron/trunk/use-system-libraries-in-node.patch)

+
 PKGBUILD   |  281 +++
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 +
 default_app-icon.patch |   21 
 downgrade-duplicate-peer-error-to-dvlog.patch  |   33 +
 electron-launcher.sh   |   20 
 electron.desktop   |7 
 fix-build-break-with-system-libdrm.patch   |   62 ++
 jinja-python-3.10.patch|   22 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 +
 sql-make-VirtualCursor-standard-layout-type.patch  |  238 +
 std-vector-non-const.patch |  115 
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|   72 ++
 use-system-libraries-in-node.patch |   53 ++
 13 files changed, 998 insertions(+)

Copied: electron/repos/community-staging-x86_64/PKGBUILD (from rev 1137578, 
electron/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-27 12:44:51 UTC (rev 1137579)
@@ -0,0 +1,281 @@
+# Maintainer: Nicola Squartini 
+
+_use_suffix=0
+pkgver=17.1.0
+_commit=08efa9a9b92ae67b0ae5c88de5b4699b20bc5d84
+_chromiumver=98.0.4758.102
+_gcc_patchset=5
+# shellcheck disable=SC2034
+pkgrel=1
+
+_major_ver=${pkgver%%.*}
+if [[ ${_use_suffix} != 0 ]]; then
+  pkgname="electron${_major_ver}"
+else
+  pkgname=electron
+fi
+# shellcheck disable=SC2034
+pkgdesc='Build cross platform desktop apps with web technologies'
+# shellcheck disable=SC2034
+arch=('x86_64')
+# shellcheck disable=SC2034
+url='https://electronjs.org/'
+# shellcheck disable=SC2034
+license=('MIT' 'custom')
+# shellcheck disable=SC2034
+depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
+ 'snappy')
+# shellcheck disable=SC2034
+makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
+ 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
+ 'npm' 'pciutils' 'pipewire' 'python' 'wget' 'yarn')
+# shellcheck disable=SC2034
+optdepends=('kde-cli-tools: file deletion support (kioclient5)'
+'libappindicator-gtk3: StatusNotifierItem support'
+'pipewire: WebRTC desktop sharing under Wayland'
+'trash-cli: file deletion support (trash-put)'
+"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
+if [[ ${_use_suffix} == 0 ]]; then
+  # shellcheck disable=SC2034
+  conflicts=("electron${_major_ver}")
+  # shellcheck disable=SC2034
+  provides=("electron${_major_ver}"

[arch-commits] Commit in electron/trunk (13 files)

2022-02-27 Thread Nicola Squartini via arch-commits
Date: Sunday, February 27, 2022 @ 12:44:34
  Author: tensor5
Revision: 1137578

upgpkg: electron 17.1.0-1

Added:
  electron/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron/trunk/downgrade-duplicate-peer-error-to-dvlog.patch
  electron/trunk/fix-build-break-with-system-libdrm.patch
  electron/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  electron/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
Modified:
  electron/trunk/PKGBUILD
  electron/trunk/jinja-python-3.10.patch
  electron/trunk/sql-make-VirtualCursor-standard-layout-type.patch
Deleted:
  electron/trunk/chromium-93-ffmpeg-4.4.patch
  electron/trunk/chromium-94-ffmpeg-roll.patch
  electron/trunk/unbundle-fix-visibility-of-build-config-freetype.patch
  electron/trunk/unexpire-accelerated-video-decode-flag.patch
  electron/trunk/wayland-fix-binding-to-wrong-version.patch

+
 PKGBUILD   |   64 -
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 
 chromium-93-ffmpeg-4.4.patch   |   36 
 chromium-94-ffmpeg-roll.patch  |   49 
 downgrade-duplicate-peer-error-to-dvlog.patch  |   33 
 fix-build-break-with-system-libdrm.patch   |   62 +
 jinja-python-3.10.patch|   11 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 
 sql-make-VirtualCursor-standard-layout-type.patch  |   94 -
 unbundle-fix-visibility-of-build-config-freetype.patch |   31 
 unexpire-accelerated-video-decode-flag.patch   |   11 
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|   72 +
 wayland-fix-binding-to-wrong-version.patch |  651 ---
 13 files changed, 319 insertions(+), 869 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-27 12:24:57 UTC (rev 1137577)
+++ PKGBUILD2022-02-27 12:44:34 UTC (rev 1137578)
@@ -1,12 +1,12 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=0
-pkgver=16.0.8
-_commit=b1ffac5969d0533a479794b909cab7429299bf00
-_chromiumver=96.0.4664.110
-_gcc_patchset=4
+pkgver=17.1.0
+_commit=08efa9a9b92ae67b0ae5c88de5b4699b20bc5d84
+_chromiumver=98.0.4758.102
+_gcc_patchset=5
 # shellcheck disable=SC2034
-pkgrel=2
+pkgrel=1
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then
@@ -53,29 +53,29 @@
 'jinja-python-3.10.patch'
 'std-vector-non-const.patch'
 'use-system-libraries-in-node.patch'
+'downgrade-duplicate-peer-error-to-dvlog.patch'
+'fix-build-break-with-system-libdrm.patch'
+'sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch'
+'breakpad-fix-for-non-constant-SIGSTKSZ.patch'
+'use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch'
 'sql-make-VirtualCursor-standard-layout-type.patch'
-'wayland-fix-binding-to-wrong-version.patch'
-'unbundle-fix-visibility-of-build-config-freetype.patch'
-'chromium-93-ffmpeg-4.4.patch'
-'chromium-94-ffmpeg-roll.patch'
-'unexpire-accelerated-video-decode-flag.patch'
)
 # shellcheck disable=SC2034
 sha256sums=('SKIP'
 'SKIP'
-'090af7eab39aade15a1786273f2497d6b4abfaef24279fbf97ce0dd1c38c69aa'
+'f561145514e9d30a696a82f6a6a4eca06e664b58d7cda30dad9afb2cef341a4d'
 '3953f532a3ea5fce19ee33600c6ead89dcd066df6a01d3c3ab4c24f96e46fca2'
 '4484200d90b76830b69eea3a471c103999a3ce86bb2c29e6c14c945bf4102bae'
 '75bac9c4ad32ff9329399b8587f9772e208c009fd822cdfce61b2bd1ee9ac828'
-'09de0ebb4002be7fb4ede63d3977e4f1235637750169c9e71bfdbd75bf750f7a'
+'55dbe71dbc1f3ab60bf1fa79f7aea7ef1fe76436b1d7df48728a1f8227d2134e'
 '4fbef42aaa7bf60d059f1a6b0a92dc997d475256110bd4df32c12de7f4f175a7'
 'c70652a8b24c237bcfd27469de32797a2cb46d9f0d63d897bb6418314a25644c'
-'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
-'fc2be146412d117869368f8559afef76ad39a3442ace16e5c7000bd45aa56b27'
-'d0b17162211dd49e3a58c16d1697e7d8c322dcfd3b7890f0c2f920b711f52293'
-'1a9e074f417f8ffd78bcd6874d8e2e74a239905bf662f76a7755fa40dc476b57'
-'56acb6e743d2ab1ed9f3eb01700ade02521769978d03ac43226dec94659b3ace'
-'2a97b26c3d6821b15ef4ef1369905c6fa3e9c8da4877eb9af4361452a425290b'
+'291c6a6ad44c06ae8d1b13433f0c4e37d280c70fb06eaa97a1cc9b0dcc122aaa'
+'edf4d973ff197409d319bb6fbbaa529e53bc62347d26b0733c45a116a1b23f37'
+'f910be9370c880de6e1d61cc30383c069e421d7acf406166e4fbfad324fc7d61'
+'b4d28867c1fabde6c50a2cfa3f784730446c4d86e5191e0ffbf7b0f91ecf'
+'9c9c280be968f06d269167943680fb72a26fbb05d8c15f60507e316e8a9075d5'
+'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec

[arch-commits] Commit in electron16/repos (16 files)

2022-02-27 Thread Nicola Squartini via arch-commits
Date: Sunday, February 27, 2022 @ 10:14:41
  Author: tensor5
Revision: 1137523

archrelease: copy trunk to community-staging-x86_64

Added:
  electron16/repos/community-staging-x86_64/
  electron16/repos/community-staging-x86_64/PKGBUILD
(from rev 1137522, electron16/trunk/PKGBUILD)
  
electron16/repos/community-staging-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1137522, 
electron16/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron16/repos/community-staging-x86_64/chromium-93-ffmpeg-4.4.patch
(from rev 1137522, electron16/trunk/chromium-93-ffmpeg-4.4.patch)
  electron16/repos/community-staging-x86_64/chromium-94-ffmpeg-roll.patch
(from rev 1137522, electron16/trunk/chromium-94-ffmpeg-roll.patch)
  electron16/repos/community-staging-x86_64/default_app-icon.patch
(from rev 1137522, electron16/trunk/default_app-icon.patch)
  electron16/repos/community-staging-x86_64/electron-launcher.sh
(from rev 1137522, electron16/trunk/electron-launcher.sh)
  electron16/repos/community-staging-x86_64/electron.desktop
(from rev 1137522, electron16/trunk/electron.desktop)
  electron16/repos/community-staging-x86_64/jinja-python-3.10.patch
(from rev 1137522, electron16/trunk/jinja-python-3.10.patch)
  
electron16/repos/community-staging-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1137522, 
electron16/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron16/repos/community-staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1137522, 
electron16/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron16/repos/community-staging-x86_64/std-vector-non-const.patch
(from rev 1137522, electron16/trunk/std-vector-non-const.patch)
  
electron16/repos/community-staging-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1137522, 
electron16/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  
electron16/repos/community-staging-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1137522, 
electron16/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron16/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 1137522, electron16/trunk/use-system-libraries-in-node.patch)
  
electron16/repos/community-staging-x86_64/wayland-fix-binding-to-wrong-version.patch
(from rev 1137522, 
electron16/trunk/wayland-fix-binding-to-wrong-version.patch)

+
 PKGBUILD   |  279 
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 
 chromium-93-ffmpeg-4.4.patch   |   36 
 chromium-94-ffmpeg-roll.patch  |   49 
 default_app-icon.patch |   21 
 electron-launcher.sh   |   20 
 electron.desktop   |7 
 jinja-python-3.10.patch|   33 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 
 sql-make-VirtualCursor-standard-layout-type.patch  |  238 
 std-vector-non-const.patch |  115 +
 unbundle-fix-visibility-of-build-config-freetype.patch |   31 
 unexpire-accelerated-video-decode-flag.patch   |   11 
 use-system-libraries-in-node.patch |   53 
 wayland-fix-binding-to-wrong-version.patch |  651 +++
 15 files changed, 1618 insertions(+)

Copied: electron16/repos/community-staging-x86_64/PKGBUILD (from rev 1137522, 
electron16/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-27 10:14:41 UTC (rev 1137523)
@@ -0,0 +1,279 @@
+# Maintainer: Nicola Squartini 
+
+_use_suffix=1
+pkgver=16.0.10
+_commit=b9f411220987e60e5cffbbabc832265675ed51f6
+_chromiumver=96.0.4664.174
+_gcc_patchset=4
+# shellcheck disable=SC2034
+pkgrel=1
+
+_major_ver=${pkgver%%.*}
+if [[ ${_use_suffix} != 0 ]]; then
+  pkgname="electron${_major_ver}"
+else
+  pkgname=electron
+fi
+# shellcheck disable=SC2034
+pkgdesc='Build cross platform desktop apps with web technologies'
+# shellcheck disable=SC2034
+arch=('x86_64')
+# shellcheck disable=SC2034
+url='https://electronjs.org/'
+# shellcheck disable=SC2034
+license=('MIT' 'custom')
+# shellcheck disable=SC2034
+depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
+ 'snappy')
+# shellcheck disable=SC2034
+makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
+ 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
+ 'npm' 'pciutils' 'pipewire' 'python' 'wget' 'yarn')
+# shellcheck disable=SC2034
+optdepends=('kde-cli-tools

[arch-commits] Commit in (18 files)

2022-02-27 Thread Nicola Squartini via arch-commits
Date: Sunday, February 27, 2022 @ 10:10:24
  Author: tensor5
Revision: 1137518

addpkg: electron16 16.0.10

Added:
  electron16/
  electron16/repos/
  electron16/trunk/
  electron16/trunk/PKGBUILD
  electron16/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron16/trunk/chromium-93-ffmpeg-4.4.patch
  electron16/trunk/chromium-94-ffmpeg-roll.patch
  electron16/trunk/default_app-icon.patch
  electron16/trunk/electron-launcher.sh
  electron16/trunk/electron.desktop
  electron16/trunk/jinja-python-3.10.patch
  electron16/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  electron16/trunk/sql-make-VirtualCursor-standard-layout-type.patch
  electron16/trunk/std-vector-non-const.patch
  electron16/trunk/unbundle-fix-visibility-of-build-config-freetype.patch
  electron16/trunk/unexpire-accelerated-video-decode-flag.patch
  electron16/trunk/use-system-libraries-in-node.patch
  electron16/trunk/wayland-fix-binding-to-wrong-version.patch

+
 PKGBUILD   |  279 
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 
 chromium-93-ffmpeg-4.4.patch   |   36 
 chromium-94-ffmpeg-roll.patch  |   49 
 default_app-icon.patch |   21 
 electron-launcher.sh   |   20 
 electron.desktop   |7 
 jinja-python-3.10.patch|   33 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   39 
 sql-make-VirtualCursor-standard-layout-type.patch  |  238 
 std-vector-non-const.patch |  115 +
 unbundle-fix-visibility-of-build-config-freetype.patch |   31 
 unexpire-accelerated-video-decode-flag.patch   |   11 
 use-system-libraries-in-node.patch |   53 
 wayland-fix-binding-to-wrong-version.patch |  651 +++
 15 files changed, 1618 insertions(+)

Added: electron16/trunk/PKGBUILD
===
--- electron16/trunk/PKGBUILD   (rev 0)
+++ electron16/trunk/PKGBUILD   2022-02-27 10:10:24 UTC (rev 1137518)
@@ -0,0 +1,279 @@
+# Maintainer: Nicola Squartini 
+
+_use_suffix=1
+pkgver=16.0.10
+_commit=b9f411220987e60e5cffbbabc832265675ed51f6
+_chromiumver=96.0.4664.174
+_gcc_patchset=4
+# shellcheck disable=SC2034
+pkgrel=1
+
+_major_ver=${pkgver%%.*}
+if [[ ${_use_suffix} != 0 ]]; then
+  pkgname="electron${_major_ver}"
+else
+  pkgname=electron
+fi
+# shellcheck disable=SC2034
+pkgdesc='Build cross platform desktop apps with web technologies'
+# shellcheck disable=SC2034
+arch=('x86_64')
+# shellcheck disable=SC2034
+url='https://electronjs.org/'
+# shellcheck disable=SC2034
+license=('MIT' 'custom')
+# shellcheck disable=SC2034
+depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
+ 'snappy')
+# shellcheck disable=SC2034
+makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
+ 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
+ 'npm' 'pciutils' 'pipewire' 'python' 'wget' 'yarn')
+# shellcheck disable=SC2034
+optdepends=('kde-cli-tools: file deletion support (kioclient5)'
+'libappindicator-gtk3: StatusNotifierItem support'
+'pipewire: WebRTC desktop sharing under Wayland'
+'trash-cli: file deletion support (trash-put)'
+"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
+if [[ ${_use_suffix} == 0 ]]; then
+  # shellcheck disable=SC2034
+  conflicts=("electron${_major_ver}")
+  # shellcheck disable=SC2034
+  provides=("electron${_major_ver}")
+fi
+# shellcheck disable=SC2034
+options=('!lto') # Electron adds its own flags for ThinLTO
+# shellcheck disable=SC2034
+source=('git+https://github.com/electron/electron.git'
+
'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#branch=main'
+
"https://github.com/stha09/chromium-patches/releases/download/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}.tar.xz";
+"electron-launcher.sh"
+"electron.desktop"
+'default_app-icon.patch'
+'breakpad-fix-for-non-constant-SIGSTKSZ.patch'
+'jinja-python-3.10.patch'
+'sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch'
+'std-vector-non-const.patch'
+'use-system-libraries-in-node.patch'
+'sql-make-VirtualCursor-standard-layout-type.patch'
+'wayland-fix-binding-to-wrong-version.patch'
+'unbundle-fix-visibility-of-build-config-freetype.patch'
+'unexpire-accelerated-video-decode-flag.patch'
+   )
+# shellcheck disable=SC2034
+sha256sums=('SKIP'
+'SKIP'
+'090af7

[arch-commits] Commit in electron13/repos/community-x86_64 (37 files)

2022-02-20 Thread Nicola Squartini via arch-commits
Date: Sunday, February 20, 2022 @ 12:45:57
  Author: tensor5
Revision: 1135269

archrelease: copy trunk to community-x86_64

Added:
  electron13/repos/community-x86_64/PKGBUILD
(from rev 1135268, electron13/trunk/PKGBUILD)
  
electron13/repos/community-x86_64/add-clang-nomerge-attribute-to-CheckError.patch
(from rev 1135268, 
electron13/trunk/add-clang-nomerge-attribute-to-CheckError.patch)
  electron13/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1135268, 
electron13/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron13/repos/community-x86_64/chromium-freetype-2.11.patch
(from rev 1135268, electron13/trunk/chromium-freetype-2.11.patch)
  electron13/repos/community-x86_64/chromium-glibc-2.33.patch
(from rev 1135268, electron13/trunk/chromium-glibc-2.33.patch)
  electron13/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
(from rev 1135268, electron13/trunk/chromium-harfbuzz-3.0.0.patch)
  electron13/repos/community-x86_64/default_app-icon.patch
(from rev 1135268, electron13/trunk/default_app-icon.patch)
  electron13/repos/community-x86_64/electron-launcher.sh
(from rev 1135268, electron13/trunk/electron-launcher.sh)
  electron13/repos/community-x86_64/electron.desktop
(from rev 1135268, electron13/trunk/electron.desktop)
  electron13/repos/community-x86_64/ffmpeg5.patch
(from rev 1135268, electron13/trunk/ffmpeg5.patch)
  electron13/repos/community-x86_64/gn-visibility-gmock.patch
(from rev 1135268, electron13/trunk/gn-visibility-gmock.patch)
  electron13/repos/community-x86_64/gn-visibility-mojo.patch
(from rev 1135268, electron13/trunk/gn-visibility-mojo.patch)
  electron13/repos/community-x86_64/gn-visibility-webrtc.patch
(from rev 1135268, electron13/trunk/gn-visibility-webrtc.patch)
  
electron13/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1135268, 
electron13/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  electron13/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
(from rev 1135268, electron13/trunk/skia-harfbuzz-3.0.0.patch)
  
electron13/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1135268, 
electron13/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron13/repos/community-x86_64/std-max-fix.patch
(from rev 1135268, electron13/trunk/std-max-fix.patch)
  
electron13/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1135268, 
electron13/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron13/repos/community-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
(from rev 1135268, 
electron13/trunk/unbundle-use-char16_t-as-UCHAR_TYPE.patch)
  electron13/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1135268, electron13/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron13/repos/community-x86_64/PKGBUILD
  
electron13/repos/community-x86_64/add-clang-nomerge-attribute-to-CheckError.patch
  electron13/repos/community-x86_64/chromium-freetype-2.11.patch
  electron13/repos/community-x86_64/chromium-glibc-2.33.patch
  electron13/repos/community-x86_64/chromium-harfbuzz-3.0.0.patch
  electron13/repos/community-x86_64/default_app-icon.patch
  electron13/repos/community-x86_64/electron-launcher.sh
  electron13/repos/community-x86_64/electron.desktop
  electron13/repos/community-x86_64/ffmpeg5.patch
  electron13/repos/community-x86_64/gn-visibility-gmock.patch
  electron13/repos/community-x86_64/gn-visibility-mojo.patch
  electron13/repos/community-x86_64/gn-visibility-webrtc.patch
  electron13/repos/community-x86_64/skia-harfbuzz-3.0.0.patch
  
electron13/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
electron13/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron13/repos/community-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
  electron13/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  520 +--
 add-clang-nomerge-attribute-to-CheckError.patch|   88 -
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   35 
 chromium-freetype-2.11.patch   |   76 -
 chromium-glibc-2.33.patch  |  288 +++---
 chromium-harfbuzz-3.0.0.patch  |   40 
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 ffmpeg5.patch  |  284 +++---
 gn-visibility-gmock.patch  |   86 -
 gn-visibility-mojo.patch   |   72 -
 gn-visibility-webrtc.patch   

  1   2   3   4   5   6   >