[arch-commits] Commit in (libguess)

2022-09-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 10, 2022 @ 21:38:45
  Author: foutrelis
Revision: 455793

Remove libguess as unneeded

Audacious had it as a dependency but bundles it now (FS#75870).

Deleted:
  libguess/



[arch-commits] Commit in audacious/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-09-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 10, 2022 @ 21:32:20
  Author: foutrelis
Revision: 455791

archrelease: copy trunk to extra-x86_64

Added:
  audacious/repos/extra-x86_64/PKGBUILD
(from rev 455790, audacious/trunk/PKGBUILD)
Deleted:
  audacious/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 21:32:15 UTC (rev 455790)
+++ PKGBUILD2022-09-10 21:32:20 UTC (rev 455791)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: Giovanni Scafora 
-
-pkgname=audacious
-pkgver=4.2
-pkgrel=2
-pkgdesc="Lightweight, advanced audio player focused on audio quality"
-arch=('x86_64')
-url="https://audacious-media-player.org/";
-license=('BSD')
-depends=('qt5-base' 'qt5-svg' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
- 'qt5-imageformats' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('python') # for gdbus-codegen
-optdepends=('unzip: zipped skins support')
-source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('feb304e470a481fe2b3c4ca1c9cb3b23ec262540c12d0d1e6c22a5eb625e04b3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-gtk \
---with-buildstamp='Arch Linux'
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/audacious.appdata.xml -t "$pkgdir/usr/share/metainfo"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious/repos/extra-x86_64/PKGBUILD (from rev 455790, 
audacious/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 21:32:20 UTC (rev 455791)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: Giovanni Scafora 
+
+pkgname=audacious
+pkgver=4.2
+pkgrel=3
+pkgdesc="Lightweight, advanced audio player focused on audio quality"
+arch=('x86_64')
+url="https://audacious-media-player.org/";
+license=('BSD')
+depends=('qt5-base' 'qt5-svg' 'qt5-imageformats' 'glib2' 'audacious-plugins'
+ 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('python') # for gdbus-codegen
+optdepends=('unzip: zipped skins support')
+source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('feb304e470a481fe2b3c4ca1c9cb3b23ec262540c12d0d1e6c22a5eb625e04b3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-gtk \
+--with-buildstamp='Arch Linux'
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/audacious.appdata.xml -t "$pkgdir/usr/share/metainfo"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-09-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 10, 2022 @ 21:32:15
  Author: foutrelis
Revision: 455790

upgpkg: audacious 4.2-3: remove unneeded deps (FS#75870)

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 20:35:43 UTC (rev 455789)
+++ PKGBUILD2022-09-10 21:32:15 UTC (rev 455790)
@@ -5,13 +5,13 @@
 
 pkgname=audacious
 pkgver=4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Lightweight, advanced audio player focused on audio quality"
 arch=('x86_64')
 url="https://audacious-media-player.org/";
 license=('BSD')
-depends=('qt5-base' 'qt5-svg' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
- 'qt5-imageformats' 'hicolor-icon-theme' 'desktop-file-utils')
+depends=('qt5-base' 'qt5-svg' 'qt5-imageformats' 'glib2' 'audacious-plugins'
+ 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('python') # for gdbus-codegen
 optdepends=('unzip: zipped skins support')
 source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)



[arch-commits] Commit in chromium/repos/extra-x86_64 (13 files)

2022-09-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, September 8, 2022 @ 07:08:04
  Author: foutrelis
Revision: 455256

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 455255, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/angle-wayland-include-protocol.patch
(from rev 455255, chromium/trunk/angle-wayland-include-protocol.patch)
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 455255, 
chromium/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  chromium/repos/extra-x86_64/fix-TFLite-build-on-linux-with-system-zlib.patch
(from rev 455255, 
chromium/trunk/fix-TFLite-build-on-linux-with-system-zlib.patch)
  
chromium/repos/extra-x86_64/fix-debug-crash-and-log-spam-with-GTK3-Wayland.patch
(from rev 455255, 
chromium/trunk/fix-debug-crash-and-log-spam-with-GTK3-Wayland.patch)
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
(from rev 455255, chromium/trunk/roll-src-third_party-ffmpeg.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 455255, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/angle-wayland-include-protocol.patch
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  chromium/repos/extra-x86_64/fix-TFLite-build-on-linux-with-system-zlib.patch
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

--+
 PKGBUILD |  561 +++---
 angle-wayland-include-protocol.patch |   76 -
 enable-GlobalMediaControlsCastStartStop.patch|   64 -
 fix-TFLite-build-on-linux-with-system-zlib.patch |  582 +++---
 fix-debug-crash-and-log-spam-with-GTK3-Wayland.patch |  181 
 roll-src-third_party-ffmpeg.patch|  666 -
 use-oauth2-client-switches-as-default.patch  |   34 
 7 files changed, 1174 insertions(+), 990 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 07:07:55 UTC (rev 455255)
+++ PKGBUILD2022-09-08 07:08:04 UTC (rev 455256)
@@ -1,279 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=105.0.5195.102
-pkgrel=1
-_launcher_ver=8
-_gcc_patchset=1
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'git')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-TFLite-build-on-linux-with-system-zlib.patch
-enable-GlobalMediaControlsCastStartStop.patch
-roll-src-third_party-ffmpeg.patch
-angle-wayland-include-protocol.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('1cba0527c951e3c506ade96cf6ec2507ee9d43661764731ed896348182369262'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'f0c437c02cab7a6efc958f82fbb4ea35d5440f73d65731bad7c0dcaecb932121'
-'5db1fae8a452774b5b177e493a2d1a435b980137b16ed74616d1fb86fe342ec7'
-'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
-'30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
-'cd0d9d2a1d6a522d47c3c0891dabe4ad72eabbebc0fe5642b9e22efa3d5ee572'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [brotli]=brotli
-  [dav1d]=dav1d
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [f

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

2022-09-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, September 8, 2022 @ 07:07:55
  Author: foutrelis
Revision: 455255

upgpkg: chromium 105.0.5195.102-2: fix log spam on Wayland

https://crbug.com/1346881

Added:
  chromium/trunk/fix-debug-crash-and-log-spam-with-GTK3-Wayland.patch
Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |5 
 fix-debug-crash-and-log-spam-with-GTK3-Wayland.patch |  181 +
 2 files changed, 185 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 06:51:31 UTC (rev 455254)
+++ PKGBUILD2022-09-08 07:07:55 UTC (rev 455255)
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=105.0.5195.102
-pkgrel=1
+pkgrel=2
 _launcher_ver=8
 _gcc_patchset=1
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -26,6 +26,7 @@
 
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
 
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
 fix-TFLite-build-on-linux-with-system-zlib.patch
+fix-debug-crash-and-log-spam-with-GTK3-Wayland.patch
 enable-GlobalMediaControlsCastStartStop.patch
 roll-src-third_party-ffmpeg.patch
 angle-wayland-include-protocol.patch
@@ -34,6 +35,7 @@
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'f0c437c02cab7a6efc958f82fbb4ea35d5440f73d65731bad7c0dcaecb932121'
 '5db1fae8a452774b5b177e493a2d1a435b980137b16ed74616d1fb86fe342ec7'
+'a9a30d16ad6b0689c2c4a85a3c508f49254fc8e69e791a45302673812461eb58'
 '779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
 '30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
 'cd0d9d2a1d6a522d47c3c0891dabe4ad72eabbebc0fe5642b9e22efa3d5ee572'
@@ -100,6 +102,7 @@
 
   # Upstream fixes
   patch -Np1 -i ../fix-TFLite-build-on-linux-with-system-zlib.patch
+  patch -Np1 -i ../fix-debug-crash-and-log-spam-with-GTK3-Wayland.patch
 
   # Revert kGlobalMediaControlsCastStartStop enabled by default
   # https://crbug.com/1314342

Added: fix-debug-crash-and-log-spam-with-GTK3-Wayland.patch
===
--- fix-debug-crash-and-log-spam-with-GTK3-Wayland.patch
(rev 0)
+++ fix-debug-crash-and-log-spam-with-GTK3-Wayland.patch2022-09-08 
07:07:55 UTC (rev 455255)
@@ -0,0 +1,181 @@
+From f40f0f994d6fbabf75f6acf796fa4b62809851c0 Mon Sep 17 00:00:00 2001
+From: Tom Anderson 
+Date: Thu, 18 Aug 2022 23:00:41 +
+Subject: [PATCH] Fix debug crash and log spam with
+ GTK3+Wayland+text-input-unstable-v3
+
+This fixes a regression after [1].  The GTK IME doesn't work on
+Wayland+GTK3, so this change skips GTK IME creation for that case.
+This effectively restores the behavior to before [1].
+
+[1] https://chromium-review.googlesource.com/c/chromium/src/+/3759236
+
+Change-Id: I4019e8da6929489e302ba7f8699ad62ca604b4aa
+Fixed: 1347979
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3836775
+Auto-Submit: Thomas Anderson 
+Reviewed-by: Nick Yamane 
+Commit-Queue: Nick Yamane 
+Cr-Commit-Position: refs/heads/main@{#1036838}
+---
+ ui/gtk/gtk_ui.cc  |  2 +-
+ ui/gtk/gtk_ui_platform.h  | 10 +-
+ ui/gtk/gtk_ui_platform_stub.cc|  6 ++
+ ui/gtk/gtk_ui_platform_stub.h |  2 ++
+ ui/gtk/wayland/gtk_ui_platform_wayland.cc | 12 
+ ui/gtk/wayland/gtk_ui_platform_wayland.h  |  2 ++
+ ui/gtk/x/gtk_ui_platform_x11.cc   |  7 +++
+ ui/gtk/x/gtk_ui_platform_x11.h|  2 ++
+ 8 files changed, 41 insertions(+), 2 deletions(-)
+
+diff --git a/ui/gtk/gtk_ui.cc b/ui/gtk/gtk_ui.cc
+index 1fbb58152c..dd42b1e87c 100644
+--- a/ui/gtk/gtk_ui.cc
 b/ui/gtk/gtk_ui.cc
+@@ -447,7 +447,7 @@ void GtkUi::SetWindowFrameAction(WindowFrameActionSource 
source,
+ 
+ std::unique_ptr GtkUi::CreateInputMethodContext(
+ ui::LinuxInputMethodContextDelegate* delegate) const {
+-  return std::make_unique(delegate);
++  return GetPlatform()->CreateInputMethodContext(delegate);
+ }
+ 
+ gfx::FontRenderParams GtkUi::GetDefaultFontRenderParams() const {
+diff --git a/ui/gtk/gtk_ui_platform.h b/ui/gtk/gtk_ui_platform.h
+index 390d90af83..633efbcf16 100644
+--- a/ui/gtk/gtk_ui_platform.h
 b/ui/gtk/gtk_ui_platform.h
+@@ -10,11 +10,15 @@
+ #include "ui/gfx/native_widget_types.h"
+ #include "ui/gtk/gtk_compat.h"
+ 
+-using GdkKeymap = struct _GdkKeymap;
+ using GtkWindow = struct _GtkWindow;
+ using GtkWidget = struct _GtkWidget;
+ using GdkWindow = struct _GdkWindow;
+ 
++namespace ui {
++class LinuxInputMethodContext;
++class LinuxInputMethodContextDelegate;
++}  /

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

2022-09-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 3, 2022 @ 02:18:44
  Author: foutrelis
Revision: 1291020

upgpkg: gbrainy 1:2.4.5-1: new upstream release

Modified:
  gbrainy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-03 01:31:51 UTC (rev 1291019)
+++ PKGBUILD2022-09-03 02:18:44 UTC (rev 1291020)
@@ -2,7 +2,7 @@
 # Contributor: Javier 'Phrodo_00' Aravena 
 
 pkgname=gbrainy
-pkgver=2.4.4
+pkgver=2.4.5
 pkgrel=1
 epoch=1
 pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
@@ -12,10 +12,10 @@
 depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('intltool' 'itstool')
 source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f67c220dd04c332260d810c25cb94384cca4547bcf933db3997ac69667457e9')
+sha256sums=('575207bbdddcdae959efa99e45f27f7d135479e128a7be8cdff3284d361e0b7d')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   export MONO_SHARED_DIR="$srcdir"
   ./configure --prefix=/usr
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 



[arch-commits] Commit in gbrainy/repos/community-any (PKGBUILD PKGBUILD)

2022-09-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 3, 2022 @ 02:18:47
  Author: foutrelis
Revision: 1291021

archrelease: copy trunk to community-any

Added:
  gbrainy/repos/community-any/PKGBUILD
(from rev 1291020, gbrainy/trunk/PKGBUILD)
Deleted:
  gbrainy/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-03 02:18:44 UTC (rev 1291020)
+++ PKGBUILD2022-09-03 02:18:47 UTC (rev 1291021)
@@ -1,30 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Javier 'Phrodo_00' Aravena 
-
-pkgname=gbrainy
-pkgver=2.4.4
-pkgrel=1
-epoch=1
-pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
-arch=('any')
-url="https://wiki.gnome.org/Apps/gbrainy";
-license=('GPL2')
-depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool' 'itstool')
-source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f67c220dd04c332260d810c25cb94384cca4547bcf933db3997ac69667457e9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export MONO_SHARED_DIR="$srcdir"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gbrainy/repos/community-any/PKGBUILD (from rev 1291020, 
gbrainy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-03 02:18:47 UTC (rev 1291021)
@@ -0,0 +1,30 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Javier 'Phrodo_00' Aravena 
+
+pkgname=gbrainy
+pkgver=2.4.5
+pkgrel=1
+epoch=1
+pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
+arch=('any')
+url="https://wiki.gnome.org/Apps/gbrainy";
+license=('GPL2')
+depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'itstool')
+source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('575207bbdddcdae959efa99e45f27f7d135479e128a7be8cdff3284d361e0b7d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export MONO_SHARED_DIR="$srcdir"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in xfce4-pulseaudio-plugin/repos/extra-x86_64 (2 files)

2022-09-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 3, 2022 @ 01:36:01
  Author: foutrelis
Revision: 454982

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD
(from rev 454981, xfce4-pulseaudio-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-03 01:35:57 UTC (rev 454981)
+++ PKGBUILD2022-09-03 01:36:01 UTC (rev 454982)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Jan de Groot 
-# Contributor: NicoHood 
-# Contributor: 
-# Contributor: twa022 
-
-pkgname=xfce4-pulseaudio-plugin
-pkgver=0.4.3
-pkgrel=2
-pkgdesc="Pulseaudio plugin for the Xfce4 panel"
-arch=('x86_64')
-url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin";
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'libnotify')
-makedepends=('intltool')
-optdepends=('pavucontrol: default pulseaudio mixer')
-source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit";)
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5a518237e2137341d8ca6584938950525e20c28a0177e30ecaea3ba8e7a2615b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: xfce4-pulseaudio-plugin/repos/extra-x86_64/PKGBUILD (from rev 454981, 
xfce4-pulseaudio-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-03 01:36:01 UTC (rev 454982)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan de Groot 
+# Contributor: NicoHood 
+# Contributor: 
+# Contributor: twa022 
+
+pkgname=xfce4-pulseaudio-plugin
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Pulseaudio plugin for the Xfce4 panel"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin";
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libpulse' 'libkeybinder3' 'libnotify')
+makedepends=('intltool')
+optdepends=('pavucontrol: default pulseaudio mixer')
+source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit";)
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('eca3214676933b970829f9e883bacf9402402d582692facffe8af5bf0dec6f8d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in xfce4-pulseaudio-plugin/trunk (PKGBUILD)

2022-09-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 3, 2022 @ 01:35:57
  Author: foutrelis
Revision: 454981

upgpkg: xfce4-pulseaudio-plugin 0.4.4-1: new upstream release

Modified:
  xfce4-pulseaudio-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-03 00:11:27 UTC (rev 454980)
+++ PKGBUILD2022-09-03 01:35:57 UTC (rev 454981)
@@ -5,8 +5,8 @@
 # Contributor: twa022 
 
 pkgname=xfce4-pulseaudio-plugin
-pkgver=0.4.3
-pkgrel=2
+pkgver=0.4.4
+pkgrel=1
 pkgdesc="Pulseaudio plugin for the Xfce4 panel"
 arch=('x86_64')
 url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin";
@@ -17,7 +17,7 @@
 optdepends=('pavucontrol: default pulseaudio mixer')
 
source=("git+https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/#commit=$_commit";)
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5a518237e2137341d8ca6584938950525e20c28a0177e30ecaea3ba8e7a2615b')
+sha256sums=('eca3214676933b970829f9e883bacf9402402d582692facffe8af5bf0dec6f8d')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in chromium/repos/extra-x86_64 (12 files)

2022-09-02 Thread Evangelos Foutras via arch-commits
Date: Friday, September 2, 2022 @ 20:12:31
  Author: foutrelis
Revision: 454936

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 454935, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/angle-wayland-include-protocol.patch
(from rev 454935, chromium/trunk/angle-wayland-include-protocol.patch)
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 454935, 
chromium/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  chromium/repos/extra-x86_64/fix-TFLite-build-on-linux-with-system-zlib.patch
(from rev 454935, 
chromium/trunk/fix-TFLite-build-on-linux-with-system-zlib.patch)
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
(from rev 454935, chromium/trunk/roll-src-third_party-ffmpeg.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 454935, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/angle-wayland-include-protocol.patch
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  chromium/repos/extra-x86_64/fix-TFLite-build-on-linux-with-system-zlib.patch
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

--+
 PKGBUILD |  558 -
 angle-wayland-include-protocol.patch |   76 +-
 enable-GlobalMediaControlsCastStartStop.patch|   64 +-
 fix-TFLite-build-on-linux-with-system-zlib.patch |  582 +-
 roll-src-third_party-ffmpeg.patch|  666 ++---
 use-oauth2-client-switches-as-default.patch  |   34 -
 6 files changed, 990 insertions(+), 990 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 20:12:19 UTC (rev 454935)
+++ PKGBUILD2022-09-02 20:12:31 UTC (rev 454936)
@@ -1,279 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=105.0.5195.52
-pkgrel=1
-_launcher_ver=8
-_gcc_patchset=1
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'git')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-fix-TFLite-build-on-linux-with-system-zlib.patch
-enable-GlobalMediaControlsCastStartStop.patch
-roll-src-third_party-ffmpeg.patch
-angle-wayland-include-protocol.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('dc71b2be9c30c2a7a250b3dbfb26f9b0d1aa2df7335b53ed44a203ff69947c42'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'f0c437c02cab7a6efc958f82fbb4ea35d5440f73d65731bad7c0dcaecb932121'
-'5db1fae8a452774b5b177e493a2d1a435b980137b16ed74616d1fb86fe342ec7'
-'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
-'30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
-'cd0d9d2a1d6a522d47c3c0891dabe4ad72eabbebc0fe5642b9e22efa3d5ee572'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [brotli]=brotli
-  [dav1d]=dav1d
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [jsoncpp]=jsoncpp
-  [libaom]=aom
-  [libavif]=libavif
-  [libdrm]=
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]

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

2022-09-02 Thread Evangelos Foutras via arch-commits
Date: Friday, September 2, 2022 @ 20:12:19
  Author: foutrelis
Revision: 454935

upgpkg: chromium 105.0.5195.102-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 20:06:56 UTC (rev 454934)
+++ PKGBUILD2022-09-02 20:12:19 UTC (rev 454935)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=105.0.5195.52
+pkgver=105.0.5195.102
 pkgrel=1
 _launcher_ver=8
 _gcc_patchset=1
@@ -30,7 +30,7 @@
 roll-src-third_party-ffmpeg.patch
 angle-wayland-include-protocol.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('dc71b2be9c30c2a7a250b3dbfb26f9b0d1aa2df7335b53ed44a203ff69947c42'
+sha256sums=('1cba0527c951e3c506ade96cf6ec2507ee9d43661764731ed896348182369262'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'f0c437c02cab7a6efc958f82fbb4ea35d5440f73d65731bad7c0dcaecb932121'
 '5db1fae8a452774b5b177e493a2d1a435b980137b16ed74616d1fb86fe342ec7'



[arch-commits] Commit in xfce4-notifyd/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-09-02 Thread Evangelos Foutras via arch-commits
Date: Friday, September 2, 2022 @ 08:42:40
  Author: foutrelis
Revision: 454898

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD
(from rev 454897, xfce4-notifyd/trunk/PKGBUILD)
Deleted:
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 08:42:36 UTC (rev 454897)
+++ PKGBUILD2022-09-02 08:42:40 UTC (rev 454898)
@@ -1,34 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-notifyd
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('x86_64')
-url="https://docs.xfce.org/apps/notifyd/start";
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'python' 'xfce4-panel')
-provides=('notification-daemon')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('56a9f895aed460042f2abe09bb1a899e29b7c7d5a76ecac63dead3ced990859f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-x86_64/PKGBUILD (from rev 454897, 
xfce4-notifyd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 08:42:40 UTC (rev 454898)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-notifyd
+pkgver=0.6.4
+pkgrel=1
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/notifyd/start";
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python' 'xfce4-panel')
+provides=('notification-daemon')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('0ece78f091f895374aad81a3bdc00701080b4ed07f7322fb680c4234319120f6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-09-02 Thread Evangelos Foutras via arch-commits
Date: Friday, September 2, 2022 @ 08:42:36
  Author: foutrelis
Revision: 454897

upgpkg: xfce4-notifyd 0.6.4-1: new upstream release

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 06:32:01 UTC (rev 454896)
+++ PKGBUILD2022-09-02 08:42:36 UTC (rev 454897)
@@ -2,7 +2,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
@@ -13,10 +13,10 @@
 makedepends=('intltool' 'python' 'xfce4-panel')
 provides=('notification-daemon')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('56a9f895aed460042f2abe09bb1a899e29b7c7d5a76ecac63dead3ced990859f')
+sha256sums=('0ece78f091f895374aad81a3bdc00701080b4ed07f7322fb680c4234319120f6')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./configure \
 --prefix=/usr \
@@ -27,7 +27,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 



[arch-commits] Commit in chromium/repos/extra-x86_64 (13 files)

2022-08-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, August 30, 2022 @ 18:56:32
  Author: foutrelis
Revision: 454794

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 454793, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/angle-wayland-include-protocol.patch
(from rev 454793, chromium/trunk/angle-wayland-include-protocol.patch)
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 454793, 
chromium/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  chromium/repos/extra-x86_64/fix-TFLite-build-on-linux-with-system-zlib.patch
(from rev 454793, 
chromium/trunk/fix-TFLite-build-on-linux-with-system-zlib.patch)
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
(from rev 454793, chromium/trunk/roll-src-third_party-ffmpeg.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 454793, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-tflite-system-zlib.patch
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
  chromium/repos/extra-x86_64/x11-ozone-fix-X11-screensaver-suspension.patch

--+
 PKGBUILD |  554 -
 angle-wayland-include-protocol.patch |   38 +
 chromium-tflite-system-zlib.patch|   70 --
 enable-GlobalMediaControlsCastStartStop.patch|   64 +-
 fix-TFLite-build-on-linux-with-system-zlib.patch |  291 +
 remove-no-opaque-pointers-flag.patch |   18 
 roll-src-third_party-ffmpeg.patch|  666 ++---
 use-oauth2-client-switches-as-default.patch  |   34 -
 x11-ozone-fix-X11-screensaver-suspension.patch   |  490 ---
 9 files changed, 990 insertions(+), 1235 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-30 18:56:24 UTC (rev 454793)
+++ PKGBUILD2022-08-30 18:56:32 UTC (rev 454794)
@@ -1,275 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=104.0.5112.101
-pkgrel=1
-_launcher_ver=8
-_gcc_patchset=2
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'git')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-x11-ozone-fix-X11-screensaver-suspension.patch
-enable-GlobalMediaControlsCastStartStop.patch
-roll-src-third_party-ffmpeg.patch
-chromium-tflite-system-zlib.patch
-remove-no-opaque-pointers-flag.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('60f015e1559de4044cdfa3bdc1f8fde535927c8ab15b0959ccc9b6feec832f5b'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'ce702099849465927cf47f7bc3a4a27045d0e35e16b17481ebf35e14506bafa7'
-'9956a843bc8a765c130080616ccd3ebc46ea95c3a2324c4b403bc293a8705eb2'
-'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
-'30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
-'588c166bf748793758a7df438cfa665b32e09ca8fbd6380be28bc5984a33523c'
-'ab46b2c26a4dfe86486fd7e31bfc7211c515994a61a8c0cbd742f9c9e3c91873'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs

[arch-commits] Commit in chromium/trunk (6 files)

2022-08-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, August 30, 2022 @ 18:56:24
  Author: foutrelis
Revision: 454793

upgpkg: chromium 105.0.5195.52-1: new upstream release

Also unbundle a few more libraries.

Added:
  chromium/trunk/angle-wayland-include-protocol.patch
  chromium/trunk/fix-TFLite-build-on-linux-with-system-zlib.patch
Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/chromium-tflite-system-zlib.patch
  chromium/trunk/remove-no-opaque-pointers-flag.patch
  chromium/trunk/x11-ozone-fix-X11-screensaver-suspension.patch

--+
 PKGBUILD |   38 -
 angle-wayland-include-protocol.patch |   38 +
 chromium-tflite-system-zlib.patch|   70 ---
 fix-TFLite-build-on-linux-with-system-zlib.patch |  291 
 remove-no-opaque-pointers-flag.patch |   18 
 x11-ozone-fix-X11-screensaver-suspension.patch   |  490 -
 6 files changed, 350 insertions(+), 595 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-30 18:55:05 UTC (rev 454792)
+++ PKGBUILD2022-08-30 18:56:24 UTC (rev 454793)
@@ -4,10 +4,10 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=104.0.5112.101
+pkgver=105.0.5195.52
 pkgrel=1
 _launcher_ver=8
-_gcc_patchset=2
+_gcc_patchset=1
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
 url="https://www.chromium.org/Home";
@@ -25,25 +25,25 @@
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
 
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
 
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-x11-ozone-fix-X11-screensaver-suspension.patch
+fix-TFLite-build-on-linux-with-system-zlib.patch
 enable-GlobalMediaControlsCastStartStop.patch
 roll-src-third_party-ffmpeg.patch
-chromium-tflite-system-zlib.patch
-remove-no-opaque-pointers-flag.patch
+angle-wayland-include-protocol.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('60f015e1559de4044cdfa3bdc1f8fde535927c8ab15b0959ccc9b6feec832f5b'
+sha256sums=('dc71b2be9c30c2a7a250b3dbfb26f9b0d1aa2df7335b53ed44a203ff69947c42'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'ce702099849465927cf47f7bc3a4a27045d0e35e16b17481ebf35e14506bafa7'
-'9956a843bc8a765c130080616ccd3ebc46ea95c3a2324c4b403bc293a8705eb2'
+'f0c437c02cab7a6efc958f82fbb4ea35d5440f73d65731bad7c0dcaecb932121'
+'5db1fae8a452774b5b177e493a2d1a435b980137b16ed74616d1fb86fe342ec7'
 '779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
 '30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
-'588c166bf748793758a7df438cfa665b32e09ca8fbd6380be28bc5984a33523c'
-'ab46b2c26a4dfe86486fd7e31bfc7211c515994a61a8c0cbd742f9c9e3c91873'
+'cd0d9d2a1d6a522d47c3c0891dabe4ad72eabbebc0fe5642b9e22efa3d5ee572'
 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
 
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
 # Keys are the names in the above script; values are the dependencies in Arch
 declare -gA _system_libs=(
+  [brotli]=brotli
+  [dav1d]=dav1d
   [ffmpeg]=ffmpeg
   [flac]=flac
   [fontconfig]=fontconfig
@@ -50,6 +50,9 @@
   [freetype]=freetype2
   [harfbuzz-ng]=harfbuzz
   [icu]=icu
+  [jsoncpp]=jsoncpp
+  [libaom]=aom
+  [libavif]=libavif
   [libdrm]=
   [libjpeg]=libjpeg
   [libpng]=libpng
@@ -60,6 +63,7 @@
   [opus]=opus
   [re2]=re2
   [snappy]=snappy
+  [woff2]=woff2
   [zlib]=minizip
 )
 _unwanted_bundled_libs=(
@@ -94,14 +98,8 @@
   # runtime -- this allows signing into Chromium without baked-in values
   patch -Np1 -i ../use-oauth2-client-switches-as-default.patch
 
-  # Remove '-Xclang -no-opaque-pointers' flag not supported by our clang
-  patch -Np1 -i ../remove-no-opaque-pointers-flag.patch
-
-  # Fix build with unbundled zlip (patch from Gentoo)
-  patch -Np1 -i ../chromium-tflite-system-zlib.patch
-
   # Upstream fixes
-  patch -Np1 -i ../x11-ozone-fix-X11-screensaver-suspension.patch
+  patch -Np1 -i ../fix-TFLite-build-on-linux-with-system-zlib.patch
 
   # Revert kGlobalMediaControlsCastStartStop enabled by default
   # https://crbug.com/1314342
@@ -111,8 +109,14 @@
   # https://crbug.com/1325301
   patch -Rp1 -i ../roll-src-third_party-ffmpeg.patch
 
+  # https://crbug.com/angleproject/7582
+  patch -Np0 -i ../angle-wayland-include-protocol.patch
+
   # Fixes for building with libstdc++ instead of libc++
   patch -Np1 -i ../patches/chromium-103-VirtualCursor-std-layout.patch
+  patch -Np1 -i ../patches/chromiu

[arch-commits] Commit in audacious/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-08-26 Thread Evangelos Foutras via arch-commits
Date: Friday, August 26, 2022 @ 07:46:30
  Author: foutrelis
Revision: 454537

archrelease: copy trunk to extra-x86_64

Added:
  audacious/repos/extra-x86_64/PKGBUILD
(from rev 454536, audacious/trunk/PKGBUILD)
Deleted:
  audacious/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-26 07:46:27 UTC (rev 454536)
+++ PKGBUILD2022-08-26 07:46:30 UTC (rev 454537)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: Giovanni Scafora 
-
-pkgname=audacious
-pkgver=4.2
-pkgrel=1
-pkgdesc="Lightweight, advanced audio player focused on audio quality"
-arch=('x86_64')
-url="https://audacious-media-player.org/";
-license=('BSD')
-depends=('qt5-base' 'qt5-svg' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
- 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('python') # for gdbus-codegen
-optdepends=('unzip: zipped skins support')
-source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('feb304e470a481fe2b3c4ca1c9cb3b23ec262540c12d0d1e6c22a5eb625e04b3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-gtk \
---with-buildstamp='Arch Linux'
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/audacious.appdata.xml -t "$pkgdir/usr/share/metainfo"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious/repos/extra-x86_64/PKGBUILD (from rev 454536, 
audacious/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-26 07:46:30 UTC (rev 454537)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: Giovanni Scafora 
+
+pkgname=audacious
+pkgver=4.2
+pkgrel=2
+pkgdesc="Lightweight, advanced audio player focused on audio quality"
+arch=('x86_64')
+url="https://audacious-media-player.org/";
+license=('BSD')
+depends=('qt5-base' 'qt5-svg' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
+ 'qt5-imageformats' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('python') # for gdbus-codegen
+optdepends=('unzip: zipped skins support')
+source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('feb304e470a481fe2b3c4ca1c9cb3b23ec262540c12d0d1e6c22a5eb625e04b3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-gtk \
+--with-buildstamp='Arch Linux'
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/audacious.appdata.xml -t "$pkgdir/usr/share/metainfo"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-08-26 Thread Evangelos Foutras via arch-commits
Date: Friday, August 26, 2022 @ 07:46:27
  Author: foutrelis
Revision: 454536

upgpkg: audacious 4.2-2: depend on qt5-imageformats

Required for displaying WebP album covers (FS#75697).

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-26 05:08:35 UTC (rev 454535)
+++ PKGBUILD2022-08-26 07:46:27 UTC (rev 454536)
@@ -5,13 +5,13 @@
 
 pkgname=audacious
 pkgver=4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight, advanced audio player focused on audio quality"
 arch=('x86_64')
 url="https://audacious-media-player.org/";
 license=('BSD')
 depends=('qt5-base' 'qt5-svg' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
- 'hicolor-icon-theme' 'desktop-file-utils')
+ 'qt5-imageformats' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('python') # for gdbus-codegen
 optdepends=('unzip: zipped skins support')
 source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)



[arch-commits] Commit in geoip-database/repos/extra-any (4 files)

2022-08-23 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 24, 2022 @ 02:49:35
  Author: foutrelis
Revision: 454467

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 454466, geoip-database/trunk/PKGBUILD)
  geoip-database/repos/extra-any/update.sh
(from rev 454466, geoip-database/trunk/update.sh)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD
  geoip-database/repos/extra-any/update.sh

---+
 PKGBUILD  |  164 ++--
 update.sh |   56 ++--
 2 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-24 02:49:30 UTC (rev 454466)
+++ PKGBUILD2022-08-24 02:49:35 UTC (rev 454467)
@@ -1,82 +0,0 @@
-# Maintainer: Evangelos Foutras 
-
-pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20220802
-pkgrel=1
-arch=('any')
-url="https://mailfud.org/geoip-legacy/";
-license=('CCPL:by-sa')
-makedepends=('util-linux')
-checkdepends=('geoip')
-_source_base=https://sources.archlinux.org/other/packages/$pkgname/$pkgver
-source=(GeoIP-$pkgver.dat.gz::$_source_base/GeoIP.dat.gz
-GeoIPv6-$pkgver.dat.gz::$_source_base/GeoIPv6.dat.gz
-GeoIPCity-$pkgver.dat.gz::$_source_base/GeoIPCity.dat.gz
-GeoIPCityv6-$pkgver.dat.gz::$_source_base/GeoIPCityv6.dat.gz
-GeoIPASNum-$pkgver.dat.gz::$_source_base/GeoIPASNum.dat.gz
-GeoIPASNumv6-$pkgver.dat.gz::$_source_base/GeoIPASNumv6.dat.gz)
-sha256sums=('1a8acae78a84f9bb61d4ddefc4524cc9730f5c6b408b84adb7eebde9016d462c'
-'f6279b663ad48d4ef5a8c0069c07e80f9f08c1f56394488730237c71f16a6cca'
-'ea50dea5b418c4373aec7e6e797f75a25067b586876a86de905dc81f92185927'
-'abec2de28e81d6771946995e622ddb5cc7d805b9bc50a11b7a9e9ac36d8c56ee'
-'a092179c2d4b4834eb00ccd3d719da79be002fa16157f2d8f3435da6a8176164'
-'679e97d437698eaa317e9dc9c47430e02aec1867a9132958505af309dadc84d8')
-
-prepare() {
-  cd "$srcdir"
-  rename -v -- "-$pkgver" '' *.dat
-}
-
-check() {
-  cd "$srcdir"
-
-  if [[ $(geoiplookup -f GeoIP.dat 8.8.8.8) != *'US, United States' ]]; then
-echo >&2 'Unable to resolve IPv4 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPv6.dat 2001:4860:4860::) != *'US, United 
States' ]]; then
-echo >&2 'Unable to resolve IPv6 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPCity.dat 8.8.8.8) != *'US, 00, N/A, N/A'* ]]; 
then
-echo >&2 'Unable to resolve IPv4 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPCityv6.dat 2001:4860:4860::) != *'US, 00, 
N/A, N/A'* ]]; then
-echo >&2 'Unable to resolve IPv6 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPASNum.dat 8.8.8.8) != *'AS15169 GOOGLE' ]]; then
-echo >&2 'Unable to resolve IPv4 address to ASN.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPASNumv6.dat 2001:4860:4860::) != *'AS15169 
GOOGLE' ]]; then
-echo >&2 'Unable to resolve IPv6 address to ASN.'
-return 1
-  fi
-}
-
-package_geoip-database() {
-  pkgdesc="GeoIP legacy country database (based on GeoLite2 data created by 
MaxMind)"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP{,v6}.dat
-}
-
-package_geoip-database-extra() {
-  pkgdesc="GeoIP legacy city/ASN databases (based on GeoLite2 data created by 
MaxMind)"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIPCity{,v6}.dat 
GeoIPASNum{,v6}.dat
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 454466, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-24 02:49:35 UTC (rev 454467)
@@ -0,0 +1,82 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=('geoip-database' 'geoip-database-extra')
+pkgver=20220823
+pkgrel=1
+arch=('any')
+url="https://mailfud.org/geoip-legacy/";
+license=('CCPL:by-sa')
+makedepends=('util-linux')
+checkdepends=('geoip')
+_source_base=https://sources.archlinux.org/other/packages/$pkgname/$pkgver
+source=(GeoIP-$pkgver.dat.gz::$_source_base/GeoIP.dat.gz
+GeoIPv6-$pkgver.dat.gz::$_source_base/GeoIPv6.dat.gz
+GeoIPCity-$pkgver.dat.gz::$_source_base/GeoIPCity.dat.gz
+GeoIPCityv6-$pkgver.dat.gz::$_source_base/GeoIPCityv6.dat.gz
+GeoIPASNum-$pkgver.dat.gz::$_source_base/GeoIPASNum.dat.gz
+GeoIPASNumv6-$pkgver.dat.gz::$_source_base/GeoIPASNumv6.dat.gz)
+sha256sums=('1ebd739106f0a62a55101537d3012ef547fe84ce89d9490bef8592bfe293199a'
+'a863a20927c4a8f8da134359674d5ab4747494b2e800eb11c919bb8fe8b9042f'
+'047b2afe1e846e248d1e6c759e250f4038bb8d49c1b35656b5b0c19563e84bc5'
+'7a54fc61f7fd660811a6d0e7bfb7eae579dc408b0c26dd80823672fee7cb918b'
+   

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

2022-08-23 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 24, 2022 @ 02:49:30
  Author: foutrelis
Revision: 454466

upgpkg: geoip-database 20220823-1: update

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 22:39:25 UTC (rev 454465)
+++ PKGBUILD2022-08-24 02:49:30 UTC (rev 454466)
@@ -1,7 +1,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20220802
+pkgver=20220823
 pkgrel=1
 arch=('any')
 url="https://mailfud.org/geoip-legacy/";
@@ -15,12 +15,12 @@
 GeoIPCityv6-$pkgver.dat.gz::$_source_base/GeoIPCityv6.dat.gz
 GeoIPASNum-$pkgver.dat.gz::$_source_base/GeoIPASNum.dat.gz
 GeoIPASNumv6-$pkgver.dat.gz::$_source_base/GeoIPASNumv6.dat.gz)
-sha256sums=('1a8acae78a84f9bb61d4ddefc4524cc9730f5c6b408b84adb7eebde9016d462c'
-'f6279b663ad48d4ef5a8c0069c07e80f9f08c1f56394488730237c71f16a6cca'
-'ea50dea5b418c4373aec7e6e797f75a25067b586876a86de905dc81f92185927'
-'abec2de28e81d6771946995e622ddb5cc7d805b9bc50a11b7a9e9ac36d8c56ee'
-'a092179c2d4b4834eb00ccd3d719da79be002fa16157f2d8f3435da6a8176164'
-'679e97d437698eaa317e9dc9c47430e02aec1867a9132958505af309dadc84d8')
+sha256sums=('1ebd739106f0a62a55101537d3012ef547fe84ce89d9490bef8592bfe293199a'
+'a863a20927c4a8f8da134359674d5ab4747494b2e800eb11c919bb8fe8b9042f'
+'047b2afe1e846e248d1e6c759e250f4038bb8d49c1b35656b5b0c19563e84bc5'
+'7a54fc61f7fd660811a6d0e7bfb7eae579dc408b0c26dd80823672fee7cb918b'
+'b065cfe1f4f8556daf6661055304853c56392a692456af4d96a780a7b45ee501'
+'f2e079f73de8c7211ccc9d275c8f6aef2315605e837f5154f225b420a0826f16')
 
 prepare() {
   cd "$srcdir"



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

2022-08-22 Thread Evangelos Foutras via arch-commits
Date: Tuesday, August 23, 2022 @ 01:44:06
  Author: foutrelis
Revision: 454441

Switch to signed tarball source (FS#72237)

Modified:
  libass/trunk/PKGBUILD

--+
 PKGBUILD |   26 +++---
 1 file changed, 7 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-22 22:43:31 UTC (rev 454440)
+++ PKGBUILD2022-08-23 01:44:06 UTC (rev 454441)
@@ -18,29 +18,16 @@
   libfreetype.so
 )
 makedepends=(
-  git
   nasm
 )
 provides=(libass.so)
-_tag=1af6240c5d1e499326146e0b88c987e626b13c23
-source=(git+https://github.com/libass/libass.git#tag=${_tag})
+source=(https://github.com/libass/libass/releases/download/$pkgver/libass-$pkgver.tar.xz{,.asc})
 validpgpkeys=(5458C3100671F252B0F4C7708079D18C21FF) # Oleg Oshmyan 
(Chortos-2) 
-b2sums=(SKIP)
+b2sums=('d5d1a2492faaff671182b1ebdbdbab230529897575a485113a1025e73b3bdee1d5136f1dde9f5ded2bed3ad27fab78601d8f586499b5c7c3160f5d94a6357bea'
+'SKIP')
 
-pkgver() {
-  cd libass
-
-  git describe --tags
-}
-
-prepare() {
-  cd libass
-
-  ./autogen.sh
-}
-
 build() {
-  cd libass
+  cd libass-${pkgver}
 
   ./configure \
 --prefix=/usr \
@@ -50,8 +37,9 @@
 }
 
 package() {
-  make DESTDIR="${pkgdir}" -C libass install
-  install -Dm 644 libass/COPYING -t "${pkgdir}"/usr/share/licenses/libass/
+  cd libass-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libass/
 }
 
 # vim: ts=2 sw=2 et:



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

2022-08-22 Thread Evangelos Foutras via arch-commits
Date: Monday, August 22, 2022 @ 23:55:59
  Author: foutrelis
Revision: 1274894

Actually use PGP key

Modified:
  png++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-22 23:52:30 UTC (rev 1274893)
+++ PKGBUILD2022-08-22 23:55:59 UTC (rev 1274894)
@@ -12,9 +12,10 @@
 license=(custom)
 depends=(libpng)
 makedepends=(doxygen)
-source=(https://download.savannah.gnu.org/releases/pngpp/png++-${pkgver}.tar.gz)
+source=(https://download.savannah.gnu.org/releases/pngpp/png++-${pkgver}.tar.gz{,.sig})
 validpgpkeys=(FFDEBBD8758B0D1BB9359F6FDAAAD54650B717C8)
-sha256sums=('998af216ab16ebb88543fbaa2dbb9175855e944775b66f2996fc945c8444eee1')
+sha256sums=('998af216ab16ebb88543fbaa2dbb9175855e944775b66f2996fc945c8444eee1'
+'SKIP')
 
 prepare() {
   cd png++-${pkgver}



[arch-commits] Commit in python-scikit-build/trunk (3 files)

2022-08-22 Thread Evangelos Foutras via arch-commits
Date: Monday, August 22, 2022 @ 23:52:30
  Author: foutrelis
Revision: 1274893

Import PGP key

Added:
  python-scikit-build/trunk/keys/
  python-scikit-build/trunk/keys/pgp/
  
python-scikit-build/trunk/keys/pgp/2FDEC9863E5E14C7BC429F27B9D0E45146A241E8.asc

--+
 2FDEC9863E5E14C7BC429F27B9D0E45146A241E8.asc |1 +
 1 file changed, 1 insertion(+)

Added: keys/pgp/2FDEC9863E5E14C7BC429F27B9D0E45146A241E8.asc
===
(Binary files differ)

Index: 
python-scikit-build/trunk/keys/pgp/2FDEC9863E5E14C7BC429F27B9D0E45146A241E8.asc
===
--- keys/pgp/2FDEC9863E5E14C7BC429F27B9D0E45146A241E8.asc   2022-08-22 
23:51:56 UTC (rev 1274892)
+++ keys/pgp/2FDEC9863E5E14C7BC429F27B9D0E45146A241E8.asc   2022-08-22 
23:52:30 UTC (rev 1274893)

Property changes on: 
python-scikit-build/trunk/keys/pgp/2FDEC9863E5E14C7BC429F27B9D0E45146A241E8.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-08-22 Thread Evangelos Foutras via arch-commits
Date: Monday, August 22, 2022 @ 23:51:56
  Author: foutrelis
Revision: 1274892

Import PGP key

Added:
  png++/trunk/keys/
  png++/trunk/keys/pgp/
  png++/trunk/keys/pgp/FFDEBBD8758B0D1BB9359F6FDAAAD54650B717C8.asc

--+
 FFDEBBD8758B0D1BB9359F6FDAAAD54650B717C8.asc |1 +
 1 file changed, 1 insertion(+)

Added: keys/pgp/FFDEBBD8758B0D1BB9359F6FDAAAD54650B717C8.asc
===
(Binary files differ)

Index: png++/trunk/keys/pgp/FFDEBBD8758B0D1BB9359F6FDAAAD54650B717C8.asc
===
--- keys/pgp/FFDEBBD8758B0D1BB9359F6FDAAAD54650B717C8.asc   2022-08-22 
23:48:13 UTC (rev 1274891)
+++ keys/pgp/FFDEBBD8758B0D1BB9359F6FDAAAD54650B717C8.asc   2022-08-22 
23:51:56 UTC (rev 1274892)

Property changes on: 
png++/trunk/keys/pgp/FFDEBBD8758B0D1BB9359F6FDAAAD54650B717C8.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-08-21 Thread Evangelos Foutras via arch-commits
Date: Monday, August 22, 2022 @ 00:27:21
  Author: foutrelis
Revision: 1274214

Import PGP key

Added:
  picom/trunk/keys/
  picom/trunk/keys/pgp/
  picom/trunk/keys/pgp/A22F5C0F4FCF9C7C89A167462C965E9E5D45D730.asc

--+
 A22F5C0F4FCF9C7C89A167462C965E9E5D45D730.asc |1 +
 1 file changed, 1 insertion(+)

Added: keys/pgp/A22F5C0F4FCF9C7C89A167462C965E9E5D45D730.asc
===
(Binary files differ)

Index: picom/trunk/keys/pgp/A22F5C0F4FCF9C7C89A167462C965E9E5D45D730.asc
===
--- keys/pgp/A22F5C0F4FCF9C7C89A167462C965E9E5D45D730.asc   2022-08-22 
00:26:06 UTC (rev 1274213)
+++ keys/pgp/A22F5C0F4FCF9C7C89A167462C965E9E5D45D730.asc   2022-08-22 
00:27:21 UTC (rev 1274214)

Property changes on: 
picom/trunk/keys/pgp/A22F5C0F4FCF9C7C89A167462C965E9E5D45D730.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in keepassxc/trunk (6 files)

2022-08-21 Thread Evangelos Foutras via arch-commits
Date: Monday, August 22, 2022 @ 00:26:06
  Author: foutrelis
Revision: 1274213

Import PGP keys

Added:
  keepassxc/trunk/keys/
  keepassxc/trunk/keys/pgp/
  keepassxc/trunk/keys/pgp/71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4.asc
  keepassxc/trunk/keys/pgp/AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517.asc
  keepassxc/trunk/keys/pgp/BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2.asc
  keepassxc/trunk/keys/pgp/C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8.asc

--+
 71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4.asc |1 +
 AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517.asc |1 +
 BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2.asc |1 +
 C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8.asc |1 +
 4 files changed, 4 insertions(+)

Added: keys/pgp/71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4.asc
===
(Binary files differ)

Index: keepassxc/trunk/keys/pgp/71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4.asc
===
--- keys/pgp/71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4.asc   2022-08-22 
00:20:31 UTC (rev 1274212)
+++ keys/pgp/71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4.asc   2022-08-22 
00:26:06 UTC (rev 1274213)

Property changes on: 
keepassxc/trunk/keys/pgp/71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517.asc
===
(Binary files differ)

Index: keepassxc/trunk/keys/pgp/AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517.asc
===
--- keys/pgp/AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517.asc   2022-08-22 
00:20:31 UTC (rev 1274212)
+++ keys/pgp/AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517.asc   2022-08-22 
00:26:06 UTC (rev 1274213)

Property changes on: 
keepassxc/trunk/keys/pgp/AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2.asc
===
(Binary files differ)

Index: keepassxc/trunk/keys/pgp/BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2.asc
===
--- keys/pgp/BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2.asc   2022-08-22 
00:20:31 UTC (rev 1274212)
+++ keys/pgp/BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2.asc   2022-08-22 
00:26:06 UTC (rev 1274213)

Property changes on: 
keepassxc/trunk/keys/pgp/BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8.asc
===
(Binary files differ)

Index: keepassxc/trunk/keys/pgp/C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8.asc
===
--- keys/pgp/C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8.asc   2022-08-22 
00:20:31 UTC (rev 1274212)
+++ keys/pgp/C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8.asc   2022-08-22 
00:26:06 UTC (rev 1274213)

Property changes on: 
keepassxc/trunk/keys/pgp/C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-08-21 Thread Evangelos Foutras via arch-commits
Date: Monday, August 22, 2022 @ 00:20:31
  Author: foutrelis
Revision: 1274212

Import PGP key

Added:
  cksfv/trunk/keys/
  cksfv/trunk/keys/pgp/
  cksfv/trunk/keys/pgp/047C1A34F60CE92CAFECBB3C3EFC3C14B1F25E35.asc

--+
 047C1A34F60CE92CAFECBB3C3EFC3C14B1F25E35.asc |1 +
 1 file changed, 1 insertion(+)

Added: keys/pgp/047C1A34F60CE92CAFECBB3C3EFC3C14B1F25E35.asc
===
(Binary files differ)

Index: cksfv/trunk/keys/pgp/047C1A34F60CE92CAFECBB3C3EFC3C14B1F25E35.asc
===
--- keys/pgp/047C1A34F60CE92CAFECBB3C3EFC3C14B1F25E35.asc   2022-08-21 
23:56:05 UTC (rev 1274211)
+++ keys/pgp/047C1A34F60CE92CAFECBB3C3EFC3C14B1F25E35.asc   2022-08-22 
00:20:31 UTC (rev 1274212)

Property changes on: 
cksfv/trunk/keys/pgp/047C1A34F60CE92CAFECBB3C3EFC3C14B1F25E35.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-08-21 Thread Evangelos Foutras via arch-commits
Date: Monday, August 22, 2022 @ 00:17:36
  Author: foutrelis
Revision: 454168

Import PGP key

Added:
  python-fastimport/trunk/keys/
  python-fastimport/trunk/keys/pgp/
  python-fastimport/trunk/keys/pgp/DC837EE14A7E37347E87061700806F2BD729A457.asc

--+
 DC837EE14A7E37347E87061700806F2BD729A457.asc |1 +
 1 file changed, 1 insertion(+)

Added: keys/pgp/DC837EE14A7E37347E87061700806F2BD729A457.asc
===
(Binary files differ)

Index: 
python-fastimport/trunk/keys/pgp/DC837EE14A7E37347E87061700806F2BD729A457.asc
===
--- keys/pgp/DC837EE14A7E37347E87061700806F2BD729A457.asc   2022-08-22 
00:15:44 UTC (rev 454167)
+++ keys/pgp/DC837EE14A7E37347E87061700806F2BD729A457.asc   2022-08-22 
00:17:36 UTC (rev 454168)

Property changes on: 
python-fastimport/trunk/keys/pgp/DC837EE14A7E37347E87061700806F2BD729A457.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in okteta/trunk (5 files)

2022-08-21 Thread Evangelos Foutras via arch-commits
Date: Monday, August 22, 2022 @ 00:15:44
  Author: foutrelis
Revision: 454167

Import PGP keys

Added:
  okteta/trunk/keys/
  okteta/trunk/keys/pgp/
  okteta/trunk/keys/pgp/0A48BC961075B4BA8523E3790A345FB086E797D9.asc
  okteta/trunk/keys/pgp/E191FD5BE6F46870F09E82B2024E7FB43D015474.asc
  okteta/trunk/keys/pgp/E6EBD6EB0518FE5BCCA5F6A76AACDD263C2CEFD4.asc

--+
 0A48BC961075B4BA8523E3790A345FB086E797D9.asc |1 +
 E191FD5BE6F46870F09E82B2024E7FB43D015474.asc |1 +
 E6EBD6EB0518FE5BCCA5F6A76AACDD263C2CEFD4.asc |1 +
 3 files changed, 3 insertions(+)

Added: keys/pgp/0A48BC961075B4BA8523E3790A345FB086E797D9.asc
===
(Binary files differ)

Index: okteta/trunk/keys/pgp/0A48BC961075B4BA8523E3790A345FB086E797D9.asc
===
--- keys/pgp/0A48BC961075B4BA8523E3790A345FB086E797D9.asc   2022-08-22 
00:11:31 UTC (rev 454166)
+++ keys/pgp/0A48BC961075B4BA8523E3790A345FB086E797D9.asc   2022-08-22 
00:15:44 UTC (rev 454167)

Property changes on: 
okteta/trunk/keys/pgp/0A48BC961075B4BA8523E3790A345FB086E797D9.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/E191FD5BE6F46870F09E82B2024E7FB43D015474.asc
===
(Binary files differ)

Index: okteta/trunk/keys/pgp/E191FD5BE6F46870F09E82B2024E7FB43D015474.asc
===
--- keys/pgp/E191FD5BE6F46870F09E82B2024E7FB43D015474.asc   2022-08-22 
00:11:31 UTC (rev 454166)
+++ keys/pgp/E191FD5BE6F46870F09E82B2024E7FB43D015474.asc   2022-08-22 
00:15:44 UTC (rev 454167)

Property changes on: 
okteta/trunk/keys/pgp/E191FD5BE6F46870F09E82B2024E7FB43D015474.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/E6EBD6EB0518FE5BCCA5F6A76AACDD263C2CEFD4.asc
===
(Binary files differ)

Index: okteta/trunk/keys/pgp/E6EBD6EB0518FE5BCCA5F6A76AACDD263C2CEFD4.asc
===
--- keys/pgp/E6EBD6EB0518FE5BCCA5F6A76AACDD263C2CEFD4.asc   2022-08-22 
00:11:31 UTC (rev 454166)
+++ keys/pgp/E6EBD6EB0518FE5BCCA5F6A76AACDD263C2CEFD4.asc   2022-08-22 
00:15:44 UTC (rev 454167)

Property changes on: 
okteta/trunk/keys/pgp/E6EBD6EB0518FE5BCCA5F6A76AACDD263C2CEFD4.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-08-21 Thread Evangelos Foutras via arch-commits
Date: Monday, August 22, 2022 @ 00:11:31
  Author: foutrelis
Revision: 454166

Remove invalid PGP key

Added:
  gphoto2/trunk/keys/
  gphoto2/trunk/keys/pgp/
  gphoto2/trunk/keys/pgp/7C4AFD61D8AAE7570796A5172209D6902F969C95.asc
Modified:
  gphoto2/trunk/PKGBUILD

---+
 PKGBUILD  |1 -
 keys/pgp/7C4AFD61D8AAE7570796A5172209D6902F969C95.asc |1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-21 23:42:16 UTC (rev 454165)
+++ PKGBUILD2022-08-22 00:11:31 UTC (rev 454166)
@@ -14,7 +14,6 @@
 sha256sums=('2a648dcdf12da19e208255df4ebed3e7d2a02f905be4165f2443c984cf887375'
 'SKIP')
 validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95')
-validpgpkeys+=('') # "Marcus Meißner (german spelling) "
 
 build() {
   cd $pkgname-$pkgver

Added: keys/pgp/7C4AFD61D8AAE7570796A5172209D6902F969C95.asc
===
(Binary files differ)

Index: gphoto2/trunk/keys/pgp/7C4AFD61D8AAE7570796A5172209D6902F969C95.asc
===
--- keys/pgp/7C4AFD61D8AAE7570796A5172209D6902F969C95.asc   2022-08-21 
23:42:16 UTC (rev 454165)
+++ keys/pgp/7C4AFD61D8AAE7570796A5172209D6902F969C95.asc   2022-08-22 
00:11:31 UTC (rev 454166)

Property changes on: 
gphoto2/trunk/keys/pgp/7C4AFD61D8AAE7570796A5172209D6902F969C95.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in (1337 files)

2022-08-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 21, 2022 @ 23:42:16
  Author: foutrelis
Revision: 454165

Mass import of missing PGP keys (svn-packages)

https://gitlab.archlinux.org/archlinux/devtools/-/merge_requests/109#note_74475

Added:
  a2ps/trunk/keys/
  a2ps/trunk/keys/pgp/
  a2ps/trunk/keys/pgp/6EB39358D8328FE3CDC903A8CB6FA340E7075A54.asc
  abiword/trunk/keys/
  abiword/trunk/keys/pgp/
  abiword/trunk/keys/pgp/6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3.asc
  acl/trunk/keys/
  acl/trunk/keys/pgp/
  acl/trunk/keys/pgp/259B3792B3D6D319212CC4DCD5BF9FEB0313653A.asc
  acl/trunk/keys/pgp/600CD204FBCEA418BD2CA74F154343260542DF34.asc
  acl/trunk/keys/pgp/B902B5271325F892AC251AD441633B9FE837F581.asc
  alsa-firmware/trunk/keys/
  alsa-firmware/trunk/keys/pgp/
  alsa-firmware/trunk/keys/pgp/F04DF50737AC1A884C4B3D718380596DA6E59C91.asc
  alsa-oss/trunk/keys/
  alsa-oss/trunk/keys/pgp/
  alsa-oss/trunk/keys/pgp/F04DF50737AC1A884C4B3D718380596DA6E59C91.asc
  alsa-plugins/trunk/keys/
  alsa-plugins/trunk/keys/pgp/
  alsa-plugins/trunk/keys/pgp/F04DF50737AC1A884C4B3D718380596DA6E59C91.asc
  alsa-topology-conf/trunk/keys/
  alsa-topology-conf/trunk/keys/pgp/
  alsa-topology-conf/trunk/keys/pgp/F04DF50737AC1A884C4B3D718380596DA6E59C91.asc
  alsa-utils/trunk/keys/
  alsa-utils/trunk/keys/pgp/
  alsa-utils/trunk/keys/pgp/F04DF50737AC1A884C4B3D718380596DA6E59C91.asc
  ant/trunk/keys/
  ant/trunk/keys/pgp/
  ant/trunk/keys/pgp/8DA70C00DF7AF1B0D2F9DC74DDBCC1270A29D081.asc
  ant/trunk/keys/pgp/CE8075A251547BEE249BC151A2115AE15F6B8B72.asc
  aom/trunk/keys/
  aom/trunk/keys/pgp/
  aom/trunk/keys/pgp/B002F08B74A148DAA01F7123A48E86DB0B830498.asc
  apache/trunk/keys/
  apache/trunk/keys/pgp/
  apache/trunk/keys/pgp/26F51EF9A82F4ACB43F1903ED377C9E7D1944C66.asc
  apache/trunk/keys/pgp/A93D62ECC3C8EA12DB220EC934EA76E6791485A8.asc
  apache/trunk/keys/pgp/B9E8213AEFB861AF35A41F2C995E35221AD84DFF.asc
  apache/trunk/keys/pgp/C55AB7B9139EB2263CD1AABC19B033D1760C227B.asc
  apache/trunk/keys/pgp/E3480043595621FE56105F112AB12A7ADC55C003.asc
  appstream/trunk/keys/
  appstream/trunk/keys/pgp/
  appstream/trunk/keys/pgp/D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB.asc
  apr-util/trunk/keys/
  apr-util/trunk/keys/pgp/
  apr-util/trunk/keys/pgp/3CE3BAC2EB7BBC624D1D22D8F3B9D88CB87F79A9.asc
  apr-util/trunk/keys/pgp/5B5181C2C0AB13E59DA3F7A3EC582EB639FF092C.asc
  apr-util/trunk/keys/pgp/B1B96F45DFBDCCF974019235193F180AB55D9977.asc
  apr/trunk/keys/
  apr/trunk/keys/pgp/
  apr/trunk/keys/pgp/5B5181C2C0AB13E59DA3F7A3EC582EB639FF092C.asc
  apr/trunk/keys/pgp/B1B96F45DFBDCCF974019235193F180AB55D9977.asc
  arch-rebuild-order/trunk/keys/
  arch-rebuild-order/trunk/keys/pgp/
  arch-rebuild-order/trunk/keys/pgp/E499C79F53C96A54E572FEE1C06086337C50773E.asc
  arch-signoff/trunk/keys/
  arch-signoff/trunk/keys/pgp/
  arch-signoff/trunk/keys/pgp/E499C79F53C96A54E572FEE1C06086337C50773E.asc
  archinstall/trunk/keys/
  archinstall/trunk/keys/pgp/
  archinstall/trunk/keys/pgp/256F73CEEFC6705C6BBAB20E5FBBB32941E3740A.asc
  archiso/trunk/keys/
  archiso/trunk/keys/pgp/
  archiso/trunk/keys/pgp/BB8E6F1B81CF0BB301D74D1CBF425A01E68B38EF.asc
  archiso/trunk/keys/pgp/C7E7849466FE2358343588377258734B41C31549.asc
  asp/trunk/keys/
  asp/trunk/keys/pgp/
  asp/trunk/keys/pgp/487EACC08557AD082088DABA1EB2638FF56C0C53.asc
  asp/trunk/keys/pgp/E499C79F53C96A54E572FEE1C06086337C50773E.asc
  attr/trunk/keys/
  attr/trunk/keys/pgp/
  attr/trunk/keys/pgp/259B3792B3D6D319212CC4DCD5BF9FEB0313653A.asc
  attr/trunk/keys/pgp/600CD204FBCEA418BD2CA74F154343260542DF34.asc
  attr/trunk/keys/pgp/B902B5271325F892AC251AD441633B9FE837F581.asc
  autogen/trunk/keys/
  autogen/trunk/keys/pgp/
  autogen/trunk/keys/pgp/3EEE51D1355B8EC40D9F3122495143D05D0712D1.asc
  autogen/trunk/keys/pgp/44A088E295C3A722C450590EC9EF76DEB74EE762.asc
  b43-fwcutter/trunk/keys/
  b43-fwcutter/trunk/keys/pgp/
  b43-fwcutter/trunk/keys/pgp/757FAB7CED1814AE15B4836E5FB027474203454C.asc
  bash-completion/trunk/keys/
  bash-completion/trunk/keys/pgp/
  bash-completion/trunk/keys/pgp/A558062B6D5DA1347CD468D52B0AE2C1B09B07CB.asc
  bash/trunk/keys/
  bash/trunk/keys/pgp/
  bash/trunk/keys/pgp/7C0135FB088AAF6C66C650B9BB5869F064EA74AB.asc
  bc/trunk/keys/
  bc/trunk/keys/pgp/
  bc/trunk/keys/pgp/00E426232F384BF6D32D8B1881C24FF12FB7B14B.asc
  bison/trunk/keys/
  bison/trunk/keys/pgp/
  bison/trunk/keys/pgp/7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E.asc
  bogofilter/trunk/keys/
  bogofilter/trunk/keys/pgp/
  bogofilter/trunk/keys/pgp/DC4A655BD993CD4871FA8210E412B156EFF3855A.asc
  botan/trunk/keys/
  botan/trunk/keys/pgp/
  botan/trunk/keys/pgp/621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC.asc
  bridge-utils/trunk/keys/
  bridge-utils/trunk/keys/pgp/
  bridge-utils/trunk/keys/pgp/9F6FC345B05BE7E766B83C8F80A77F6095CDE47E.asc
  bzip2/trunk/keys/
  bzip2/trunk/keys/pgp/
  bzip2/trunk/keys/pgp/EC3CFE88F6CA0788774F5C1D1AA44BE649DE760A.asc
  bzr/trunk/keys/
  bzr/trunk/keys/pgp/
  bzr/trunk/keys/pgp/84736900600FF95EF23513F52975A150DEF6218F.asc
  c-ares/trunk/keys/
  c-

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

2022-08-20 Thread Evangelos Foutras via arch-commits
Date: Saturday, August 20, 2022 @ 21:32:16
  Author: foutrelis
Revision: 454116

upgpkg: xfce4-panel 4.16.5-1: new upstream release

Modified:
  xfce4-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 21:19:30 UTC (rev 454115)
+++ PKGBUILD2022-08-20 21:32:16 UTC (rev 454116)
@@ -2,7 +2,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-panel
-pkgver=4.16.4
+pkgver=4.16.5
 pkgrel=1
 pkgdesc="Panel for the Xfce desktop environment"
 arch=('x86_64')
@@ -13,14 +13,14 @@
  'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('intltool' 'gobject-introspection' 'vala')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1faf51a81a655244dba4c6ac9dd33e3ab0d78a9ee096c218b38fed6642c9cd84')
+sha256sums=('096693e2bc76cf760cfe00dc76ec121c4d23f9166aa29945ae41616e8ec78230')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./configure \
 --prefix=/usr \
@@ -34,7 +34,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 



[arch-commits] Commit in xfce4-panel/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-08-20 Thread Evangelos Foutras via arch-commits
Date: Saturday, August 20, 2022 @ 21:32:20
  Author: foutrelis
Revision: 454117

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-panel/repos/extra-x86_64/PKGBUILD
(from rev 454116, xfce4-panel/trunk/PKGBUILD)
Deleted:
  xfce4-panel/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-20 21:32:16 UTC (rev 454116)
+++ PKGBUILD2022-08-20 21:32:20 UTC (rev 454117)
@@ -1,41 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-panel
-pkgver=4.16.4
-pkgrel=1
-pkgdesc="Panel for the Xfce desktop environment"
-arch=('x86_64')
-url="https://docs.xfce.org/xfce/xfce4-panel/start";
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'libdbusmenu-gtk3'
- 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1faf51a81a655244dba4c6ac9dd33e3ab0d78a9ee096c218b38fed6642c9cd84')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gio-unix \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-panel/repos/extra-x86_64/PKGBUILD (from rev 454116, 
xfce4-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-20 21:32:20 UTC (rev 454117)
@@ -0,0 +1,41 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-panel
+pkgver=4.16.5
+pkgrel=1
+pkgdesc="Panel for the Xfce desktop environment"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/xfce4-panel/start";
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'libdbusmenu-gtk3'
+ 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('096693e2bc76cf760cfe00dc76ec121c4d23f9166aa29945ae41616e8ec78230')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gio-unix \
+--disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in xfdesktop/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-08-20 Thread Evangelos Foutras via arch-commits
Date: Saturday, August 20, 2022 @ 21:19:30
  Author: foutrelis
Revision: 454115

archrelease: copy trunk to extra-x86_64

Added:
  xfdesktop/repos/extra-x86_64/PKGBUILD
(from rev 454114, xfdesktop/trunk/PKGBUILD)
Deleted:
  xfdesktop/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-20 21:19:26 UTC (rev 454114)
+++ PKGBUILD2022-08-20 21:19:30 UTC (rev 454115)
@@ -1,38 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfdesktop
-pkgver=4.16.0
-pkgrel=2
-pkgdesc="A desktop manager for Xfce"
-arch=('x86_64')
-url="https://docs.xfce.org/xfce/xfdesktop/start";
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck3' 'exo' 'thunar' 'garcon' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('934ba5affecff21e62d9fac1dd50c50cd94b3a807fefa5f5bff59f3d6f155bae')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-thunarx \
---enable-notifications \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfdesktop/repos/extra-x86_64/PKGBUILD (from rev 454114, 
xfdesktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-20 21:19:30 UTC (rev 454115)
@@ -0,0 +1,38 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfdesktop
+pkgver=4.16.1
+pkgrel=1
+pkgdesc="A desktop manager for Xfce"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/xfdesktop/start";
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck3' 'exo' 'thunar' 'garcon' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e31dcb0008ae55e99e42128a4694002203305287434a8ee0f9937e7298a4bd11')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-thunarx \
+--enable-notifications \
+--disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-08-20 Thread Evangelos Foutras via arch-commits
Date: Saturday, August 20, 2022 @ 21:19:26
  Author: foutrelis
Revision: 454114

upgpkg: xfdesktop 4.16.1-1: new upstream release

Modified:
  xfdesktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:46:46 UTC (rev 454113)
+++ PKGBUILD2022-08-20 21:19:26 UTC (rev 454114)
@@ -2,8 +2,8 @@
 # Contributor: tobias 
 
 pkgname=xfdesktop
-pkgver=4.16.0
-pkgrel=2
+pkgver=4.16.1
+pkgrel=1
 pkgdesc="A desktop manager for Xfce"
 arch=('x86_64')
 url="https://docs.xfce.org/xfce/xfdesktop/start";
@@ -12,14 +12,14 @@
 depends=('libxfce4ui' 'libwnck3' 'exo' 'thunar' 'garcon' 'hicolor-icon-theme')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('934ba5affecff21e62d9fac1dd50c50cd94b3a807fefa5f5bff59f3d6f155bae')
+sha256sums=('e31dcb0008ae55e99e42128a4694002203305287434a8ee0f9937e7298a4bd11')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./configure \
 --prefix=/usr \
@@ -31,7 +31,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 



[arch-commits] Commit in python-pygments/repos/community-any (PKGBUILD PKGBUILD)

2022-08-17 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 17, 2022 @ 14:55:50
  Author: foutrelis
Revision: 1266732

archrelease: copy trunk to community-any

Added:
  python-pygments/repos/community-any/PKGBUILD
(from rev 1266731, python-pygments/trunk/PKGBUILD)
Deleted:
  python-pygments/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-17 14:55:46 UTC (rev 1266731)
+++ PKGBUILD2022-08-17 14:55:50 UTC (rev 1266732)
@@ -1,43 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Timm Preetz 
-
-pkgname=python-pygments
-pkgver=2.12.0
-pkgrel=1
-pkgdesc="Python syntax highlighter"
-arch=('any')
-url="https://pygments.org/";
-license=('BSD')
-depends=('python-setuptools')
-makedepends=('python-sphinx' 'python-wcag-contrast-ratio')
-checkdepends=('python-pytest' 'python-lxml')
-provides=('pygmentize')
-conflicts=('pygmentize')
-replaces=('pygmentize')
-source=(https://pypi.org/packages/source/P/Pygments/Pygments-$pkgver.tar.gz)
-sha256sums=('5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb')
-
-build() {
-  cd Pygments-$pkgver
-  make -C doc html
-}
-
-check() {
-  cd Pygments-$pkgver
-  PYTHONDONTWRITEBYTECODE=1 pytest
-}
-
-package() {
-  cd Pygments-$pkgver
-
-  python3 setup.py install --root="$pkgdir" -O1
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-
-  mkdir -p "$pkgdir/usr/share/doc"
-  cp -rT doc/_build/html "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 doc/pygmentize.1 -t "$pkgdir/usr/share/man/man1"
-  install -Dm644 external/pygments.bashcomp \
-"$pkgdir/usr/share/bash-completion/completions/pygmentize"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pygments/repos/community-any/PKGBUILD (from rev 1266731, 
python-pygments/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-17 14:55:50 UTC (rev 1266732)
@@ -0,0 +1,43 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Timm Preetz 
+
+pkgname=python-pygments
+pkgver=2.13.0
+pkgrel=1
+pkgdesc="Python syntax highlighter"
+arch=('any')
+url="https://pygments.org/";
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools' 'python-sphinx' 'python-wcag-contrast-ratio')
+checkdepends=('python-pytest' 'python-lxml')
+provides=('pygmentize')
+conflicts=('pygmentize')
+replaces=('pygmentize')
+source=(https://pypi.org/packages/source/P/Pygments/Pygments-$pkgver.tar.gz)
+sha256sums=('56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1')
+
+build() {
+  cd Pygments-$pkgver
+  make -C doc html
+}
+
+check() {
+  cd Pygments-$pkgver
+  PYTHONDONTWRITEBYTECODE=1 pytest
+}
+
+package() {
+  cd Pygments-$pkgver
+
+  python3 setup.py install --root="$pkgdir" -O1
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+
+  mkdir -p "$pkgdir/usr/share/doc"
+  cp -rT doc/_build/html "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 doc/pygmentize.1 -t "$pkgdir/usr/share/man/man1"
+  install -Dm644 external/pygments.bashcomp \
+"$pkgdir/usr/share/bash-completion/completions/pygmentize"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-08-17 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 17, 2022 @ 14:55:46
  Author: foutrelis
Revision: 1266731

upgpkg: python-pygments 2.13.0-1: new upstream release

Modified:
  python-pygments/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-17 14:51:42 UTC (rev 1266730)
+++ PKGBUILD2022-08-17 14:55:46 UTC (rev 1266731)
@@ -2,20 +2,20 @@
 # Contributor: Timm Preetz 
 
 pkgname=python-pygments
-pkgver=2.12.0
+pkgver=2.13.0
 pkgrel=1
 pkgdesc="Python syntax highlighter"
 arch=('any')
 url="https://pygments.org/";
 license=('BSD')
-depends=('python-setuptools')
-makedepends=('python-sphinx' 'python-wcag-contrast-ratio')
+depends=('python')
+makedepends=('python-setuptools' 'python-sphinx' 'python-wcag-contrast-ratio')
 checkdepends=('python-pytest' 'python-lxml')
 provides=('pygmentize')
 conflicts=('pygmentize')
 replaces=('pygmentize')
 source=(https://pypi.org/packages/source/P/Pygments/Pygments-$pkgver.tar.gz)
-sha256sums=('5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb')
+sha256sums=('56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1')
 
 build() {
   cd Pygments-$pkgver



[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2022-08-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 17, 2022 @ 00:45:46
  Author: foutrelis
Revision: 453019

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 453018, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-tflite-system-zlib.patch
(from rev 453018, chromium/trunk/chromium-tflite-system-zlib.patch)
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 453018, 
chromium/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
(from rev 453018, chromium/trunk/remove-no-opaque-pointers-flag.patch)
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
(from rev 453018, chromium/trunk/roll-src-third_party-ffmpeg.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 453018, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
  chromium/repos/extra-x86_64/x11-ozone-fix-X11-screensaver-suspension.patch
(from rev 453018, 
chromium/trunk/x11-ozone-fix-X11-screensaver-suspension.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-tflite-system-zlib.patch
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
  chromium/repos/extra-x86_64/x11-ozone-fix-X11-screensaver-suspension.patch

+
 PKGBUILD   |  550 ++--
 chromium-tflite-system-zlib.patch  |  140 +--
 enable-GlobalMediaControlsCastStartStop.patch  |   64 -
 remove-no-opaque-pointers-flag.patch   |   36 
 roll-src-third_party-ffmpeg.patch  |  666 +++
 use-oauth2-client-switches-as-default.patch|   34 
 x11-ozone-fix-X11-screensaver-suspension.patch |  980 +++
 7 files changed, 1235 insertions(+), 1235 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-17 00:45:37 UTC (rev 453018)
+++ PKGBUILD2022-08-17 00:45:46 UTC (rev 453019)
@@ -1,275 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=104.0.5112.79
-pkgrel=1
-_launcher_ver=8
-_gcc_patchset=2
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'git')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-x11-ozone-fix-X11-screensaver-suspension.patch
-enable-GlobalMediaControlsCastStartStop.patch
-roll-src-third_party-ffmpeg.patch
-chromium-tflite-system-zlib.patch
-remove-no-opaque-pointers-flag.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('9cc662f1a84c796521ee17ed2808795ca937fe7f77bc605e788f0304a81dabf3'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'ce702099849465927cf47f7bc3a4a27045d0e35e16b17481ebf35e14506bafa7'
-'9956a843bc8a765c130080616ccd3ebc46ea95c3a2324c4b403bc293a8705eb2'
-'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
-'30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
-'588c166bf748793758a7df438cfa665b32e09ca8fbd6380be28bc5984a33523c'
-'ab46b2c26a4dfe86486fd7e31bfc7211c515994a61a8c0cbd742f9c9e3c91873'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpe

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

2022-08-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 17, 2022 @ 00:45:37
  Author: foutrelis
Revision: 453018

upgpkg: chromium 104.0.5112.101-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-16 19:48:03 UTC (rev 453017)
+++ PKGBUILD2022-08-17 00:45:37 UTC (rev 453018)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=104.0.5112.79
+pkgver=104.0.5112.101
 pkgrel=1
 _launcher_ver=8
 _gcc_patchset=2
@@ -31,7 +31,7 @@
 chromium-tflite-system-zlib.patch
 remove-no-opaque-pointers-flag.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('9cc662f1a84c796521ee17ed2808795ca937fe7f77bc605e788f0304a81dabf3'
+sha256sums=('60f015e1559de4044cdfa3bdc1f8fde535927c8ab15b0959ccc9b6feec832f5b'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'ce702099849465927cf47f7bc3a4a27045d0e35e16b17481ebf35e14506bafa7'
 '9956a843bc8a765c130080616ccd3ebc46ea95c3a2324c4b403bc293a8705eb2'



[arch-commits] Commit in tumbler/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-08-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, August 11, 2022 @ 19:01:53
  Author: foutrelis
Revision: 452591

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 452590, tumbler/trunk/PKGBUILD)
Deleted:
  tumbler/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-11 19:01:49 UTC (rev 452590)
+++ PKGBUILD2022-08-11 19:01:53 UTC (rev 452591)
@@ -1,51 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=4.16.0
-pkgrel=3
-pkgdesc="D-Bus service for applications to request thumbnails"
-arch=('x86_64')
-url="https://docs.xfce.org/xfce/tumbler/start";
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('gdk-pixbuf2')
-makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
- 'libgepub' 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: video thumbnails'
-'poppler-glib: PDF thumbnails'
-'libgsf: ODF thumbnails'
-'libgepub: EPUB thumbnails'
-'libopenraw: RAW thumbnails'
-'freetype2: font thumbnails')
-backup=('etc/xdg/tumbler/tumbler.rc')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9b0b7fed0c64041733d490b1b307297984629d0dd85369749617a8766850af66')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Fix build with libopenraw 0.3
-  sed -i 's|libopenraw-gnome-0.1|libopenraw-gnome-0.3|' configure
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---disable-static \
---disable-debug \
---disable-gstreamer-thumbnailer
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tumbler/repos/extra-x86_64/PKGBUILD (from rev 452590, 
tumbler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-11 19:01:53 UTC (rev 452591)
@@ -0,0 +1,51 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=4.16.1
+pkgrel=1
+pkgdesc="D-Bus service for applications to request thumbnails"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/tumbler/start";
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('gdk-pixbuf2')
+makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
+ 'libgepub' 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: video thumbnails'
+'poppler-glib: PDF thumbnails'
+'libgsf: ODF thumbnails'
+'libgepub: EPUB thumbnails'
+'libopenraw: RAW thumbnails'
+'freetype2: font thumbnails')
+backup=('etc/xdg/tumbler/tumbler.rc')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('852bbffa13f35b48ce92e243a03a118e32037c03e68297335c2bc4578e39273e')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Fix build with libopenraw 0.3
+  sed -i 's|libopenraw-gnome-0.1|libopenraw-gnome-0.3|' configure
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--disable-static \
+--disable-debug \
+--disable-gstreamer-thumbnailer
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-08-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, August 11, 2022 @ 19:01:49
  Author: foutrelis
Revision: 452590

upgpkg: tumbler 4.16.1-1: new upstream release

Modified:
  tumbler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-11 17:49:39 UTC (rev 452589)
+++ PKGBUILD2022-08-11 19:01:49 UTC (rev 452590)
@@ -3,8 +3,8 @@
 # Contributor: Jan Jezek 
 
 pkgname=tumbler
-pkgver=4.16.0
-pkgrel=3
+pkgver=4.16.1
+pkgrel=1
 pkgdesc="D-Bus service for applications to request thumbnails"
 arch=('x86_64')
 url="https://docs.xfce.org/xfce/tumbler/start";
@@ -21,7 +21,7 @@
 'freetype2: font thumbnails')
 backup=('etc/xdg/tumbler/tumbler.rc')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9b0b7fed0c64041733d490b1b307297984629d0dd85369749617a8766850af66')
+sha256sums=('852bbffa13f35b48ce92e243a03a118e32037c03e68297335c2bc4578e39273e')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in compiler-rt/trunk (PKGBUILD remove-include-linux-fs.h.patch)

2022-08-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, August 11, 2022 @ 15:50:56
  Author: foutrelis
Revision: 452568

Fix build with glibc 2.36

Added:
  compiler-rt/trunk/remove-include-linux-fs.h.patch
Modified:
  compiler-rt/trunk/PKGBUILD

-+
 PKGBUILD|9 -
 remove-include-linux-fs.h.patch |   59 ++
 2 files changed, 66 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-11 15:49:17 UTC (rev 452567)
+++ PKGBUILD2022-08-11 15:50:56 UTC (rev 452568)
@@ -14,14 +14,19 @@
 makedepends_x86_64=('lib32-gcc-libs')
 options=('staticlibs')
 
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
-source=($_source_base/compiler-rt-$pkgver.src.tar.xz{,.sig})
+source=($_source_base/compiler-rt-$pkgver.src.tar.xz{,.sig}
+remove-include-linux-fs.h.patch)
 sha256sums=('88df303840ca8fbff944e15e61c141226fe79f5d2b8e89fb024264d77841a02e'
-'SKIP')
+'SKIP'
+'34ed866e313e4580130a50118a4410d36fa0159123982521b6ef049439fc32ad')
 validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

 
 prepare() {
   cd compiler-rt-$pkgver.src
   mkdir build
+
+  # https://github.com/llvm/llvm-project/issues/56421
+  patch -Np2 -i ../remove-include-linux-fs.h.patch
 }
 
 build() {

Added: remove-include-linux-fs.h.patch
===
--- remove-include-linux-fs.h.patch (rev 0)
+++ remove-include-linux-fs.h.patch 2022-08-11 15:50:56 UTC (rev 452568)
@@ -0,0 +1,59 @@
+From 9cf13067cb5088626ba7ee1ec4c42ec59c7995a0 Mon Sep 17 00:00:00 2001
+From: Fangrui Song 
+Date: Mon, 11 Jul 2022 12:53:34 -0700
+Subject: [PATCH] [sanitizer] Remove #include  to resolve
+ fsconfig_command/mount_attr conflict with glibc 2.36
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+It is generally not a good idea to mix usage of glibc headers and Linux UAPI
+headers (https://sourceware.org/glibc/wiki/Synchronizing_Headers). In glibc
+since 7eae6a91e9b1670330c9f15730082c91c0b1d570 (milestone: 2.36), sys/mount.h
+defines `fsconfig_command` which conflicts with linux/mount.h:
+
+.../usr/include/linux/mount.h:95:6: error: redeclaration of ‘enum 
fsconfig_command’
+
+Remove #include  which pulls in linux/mount.h. Expand its 4 macros 
manually.
+Android sys/mount.h doesn't define BLKBSZGET and it still needs linux/fs.h.
+In the long term we should move Linux specific definitions to 
sanitizer_platform_limits_linux.cpp
+but this commit is easy to cherry pick into older compiler-rt releases.
+
+Fix https://github.com/llvm/llvm-project/issues/56421
+
+Reviewed By: #sanitizers, vitalybuka, zatrazz
+
+Differential Revision: https://reviews.llvm.org/D129471
+---
+ .../sanitizer_platform_limits_posix.cpp| 10 ++
+ 1 file changed, 6 insertions(+), 4 deletions(-)
+
+diff --git 
a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp 
b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
+index 4bd425435d56..3a94b260686f 100644
+--- a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
 b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
+@@ -73,7 +73,9 @@
+ #include 
+ #include 
+ #include 
++#if SANITIZER_ANDROID
+ #include 
++#endif
+ #include 
+ #include 
+ #include 
+@@ -876,10 +878,10 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr);
+   unsigned IOCTL_EVIOCGPROP = IOCTL_NOT_PRESENT;
+   unsigned IOCTL_EVIOCSKEYCODE_V2 = IOCTL_NOT_PRESENT;
+ #endif
+-  unsigned IOCTL_FS_IOC_GETFLAGS = FS_IOC_GETFLAGS;
+-  unsigned IOCTL_FS_IOC_GETVERSION = FS_IOC_GETVERSION;
+-  unsigned IOCTL_FS_IOC_SETFLAGS = FS_IOC_SETFLAGS;
+-  unsigned IOCTL_FS_IOC_SETVERSION = FS_IOC_SETVERSION;
++  unsigned IOCTL_FS_IOC_GETFLAGS = _IOR('f', 1, long);
++  unsigned IOCTL_FS_IOC_GETVERSION = _IOR('v', 1, long);
++  unsigned IOCTL_FS_IOC_SETFLAGS = _IOW('f', 2, long);
++  unsigned IOCTL_FS_IOC_SETVERSION = _IOW('v', 2, long);
+   unsigned IOCTL_GIO_CMAP = GIO_CMAP;
+   unsigned IOCTL_GIO_FONT = GIO_FONT;
+   unsigned IOCTL_GIO_UNIMAP = GIO_UNIMAP;



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

2022-08-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, August 11, 2022 @ 09:56:58
  Author: foutrelis
Revision: 1265230

upgpkg: libmemcached-awesome 1.1.2-1: new upstream release

Modified:
  libmemcached-awesome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-11 09:12:50 UTC (rev 1265229)
+++ PKGBUILD2022-08-11 09:56:58 UTC (rev 1265230)
@@ -1,7 +1,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=libmemcached-awesome
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="C/C++ client library and tools for the memcached server"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('libmemcached')
 replaces=('libmemcached')
 
source=(https://github.com/awesomized/libmemcached/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('6e135edc66b7763fc6aa30fe0175fc9b12309e915f41e0849ae5225c7c954f19')
+sha256sums=('88527fc1ce9d345511e81fbddf0f8b901136efb2179b58de1113fc644c8d89e3')
 
 build() {
   cmake -B build -S libmemcached-$pkgver \



[arch-commits] Commit in libmemcached-awesome/repos/community-x86_64 (2 files)

2022-08-11 Thread Evangelos Foutras via arch-commits
Date: Thursday, August 11, 2022 @ 09:57:02
  Author: foutrelis
Revision: 1265231

archrelease: copy trunk to community-x86_64

Added:
  libmemcached-awesome/repos/community-x86_64/PKGBUILD
(from rev 1265230, libmemcached-awesome/trunk/PKGBUILD)
Deleted:
  libmemcached-awesome/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-11 09:56:58 UTC (rev 1265230)
+++ PKGBUILD2022-08-11 09:57:02 UTC (rev 1265231)
@@ -1,44 +0,0 @@
-# Maintainer: Evangelos Foutras 
-
-pkgname=libmemcached-awesome
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="C/C++ client library and tools for the memcached server"
-arch=('x86_64')
-url="https://awesomized.github.io/libmemcached/";
-license=('BSD')
-depends=('gcc-libs' 'libsasl' 'libevent')
-makedepends=('cmake' 'memcached' 'python-sphinx' 'python-sphinx_rtd_theme')
-provides=('libmemcached')
-conflicts=('libmemcached')
-replaces=('libmemcached')
-source=(https://github.com/awesomized/libmemcached/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('6e135edc66b7763fc6aa30fe0175fc9b12309e915f41e0849ae5225c7c954f19')
-
-build() {
-  cmake -B build -S libmemcached-$pkgver \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_DOCS=ON \
--DBUILD_DOCS_MANGZ=OFF \
--DBUILD_TESTING=ON \
--DENABLE_SASL=ON \
--DENABLE_HASH_HSIEH=ON \
--DENABLE_HASH_FNV64=ON \
--DENABLE_HASH_MURMUR=ON \
--DENABLE_MEMASLAP=ON \
--DENABLE_OPENSSL_CRYPTO=ON
-  cmake --build build
-}
-
-check() {
-  cd build
-  ctest --output-on-failure
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 libmemcached-$pkgver/LICENSE -t 
"$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libmemcached-awesome/repos/community-x86_64/PKGBUILD (from rev 1265230, 
libmemcached-awesome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-11 09:57:02 UTC (rev 1265231)
@@ -0,0 +1,44 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=libmemcached-awesome
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="C/C++ client library and tools for the memcached server"
+arch=('x86_64')
+url="https://awesomized.github.io/libmemcached/";
+license=('BSD')
+depends=('gcc-libs' 'libsasl' 'libevent')
+makedepends=('cmake' 'memcached' 'python-sphinx' 'python-sphinx_rtd_theme')
+provides=('libmemcached')
+conflicts=('libmemcached')
+replaces=('libmemcached')
+source=(https://github.com/awesomized/libmemcached/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('88527fc1ce9d345511e81fbddf0f8b901136efb2179b58de1113fc644c8d89e3')
+
+build() {
+  cmake -B build -S libmemcached-$pkgver \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_DOCS=ON \
+-DBUILD_DOCS_MANGZ=OFF \
+-DBUILD_TESTING=ON \
+-DENABLE_SASL=ON \
+-DENABLE_HASH_HSIEH=ON \
+-DENABLE_HASH_FNV64=ON \
+-DENABLE_HASH_MURMUR=ON \
+-DENABLE_MEMASLAP=ON \
+-DENABLE_OPENSSL_CRYPTO=ON
+  cmake --build build
+}
+
+check() {
+  cd build
+  ctest --output-on-failure
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 libmemcached-$pkgver/LICENSE -t 
"$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in xfce4-screenshooter/repos/extra-x86_64 (3 files)

2022-08-08 Thread Evangelos Foutras via arch-commits
Date: Monday, August 8, 2022 @ 19:49:22
  Author: foutrelis
Revision: 452430

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD
(from rev 452429, xfce4-screenshooter/trunk/PKGBUILD)
Deleted:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD
  
xfce4-screenshooter/repos/extra-x86_64/do-not-quit-after-dismissing-dialog.patch

---+
 PKGBUILD  |   82 +---
 do-not-quit-after-dismissing-dialog.patch |   25 
 2 files changed, 39 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-08 19:49:18 UTC (rev 452429)
+++ PKGBUILD2022-08-08 19:49:22 UTC (rev 452430)
@@ -1,43 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-screenshooter
-pkgver=1.9.10
-pkgrel=2
-pkgdesc="An application to take screenshots"
-arch=('x86_64')
-url="https://docs.xfce.org/apps/screenshooter/start";
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-do-not-quit-after-dismissing-dialog.patch)
-sha256sums=('04b4178527f5b98cfe76ae427e95581067edf262a530639d332f6db9a68292d7'
-'1c4fab5550add18449125f570b1d4c83198963bfeae4495f6896360ea917a789')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # https://gitlab.xfce.org/apps/xfce4-screenshooter/-/issues/71
-  patch -Np1 -i ../do-not-quit-after-dismissing-dialog.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-screenshooter/repos/extra-x86_64/PKGBUILD (from rev 452429, 
xfce4-screenshooter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-08 19:49:22 UTC (rev 452430)
@@ -0,0 +1,39 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-screenshooter
+pkgver=1.9.11
+pkgrel=1
+pkgdesc="An application to take screenshots"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/screenshooter/start";
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e73d06be594b32f57d56b31482214cd7572c54adc0963f6b66c224c205f3f8b4')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: do-not-quit-after-dismissing-dialog.patch
===
--- do-not-quit-after-dismissing-dialog.patch   2022-08-08 19:49:18 UTC (rev 
452429)
+++ do-not-quit-after-dismissing-dialog.patch   2022-08-08 19:49:22 UTC (rev 
452430)
@@ -1,25 +0,0 @@
-From 5b9daa4f892c32a4c5d5199acc2b62142d85b382 Mon Sep 17 00:00:00 2001
-From: Andre Miranda 
-Date: Fri, 11 Mar 2022 19:07:48 -0300
-Subject: [PATCH] Do not quit after dismissing dialog if invoked from plugin
- (#71)
-
-Fixes #71

- lib/screenshooter-dialogs.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/lib/screenshooter-dialogs.c b/lib/screenshooter-dialogs.c
-index d56f88b..371563a 100644
 a/lib/screenshooter-dialogs.c
-+++ b/lib/screenshooter-dialogs.c
-@@ -630,7 +630,8 @@ cb_dialog_response (GtkWidget *dialog, gint response, 
ScreenshotData *sd)
-   else
- {
-   gtk_widget_destroy (dialog);
--  gtk_main_quit ();
-+  if (!sd->plugin)
-+gtk_main_quit ();
- }
- }
- 



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

2022-08-08 Thread Evangelos Foutras via arch-commits
Date: Monday, August 8, 2022 @ 19:49:18
  Author: foutrelis
Revision: 452429

upgpkg: xfce4-screenshooter 1.9.11-1: new upstream release

Modified:
  xfce4-screenshooter/trunk/PKGBUILD
Deleted:
  xfce4-screenshooter/trunk/do-not-quit-after-dismissing-dialog.patch

---+
 PKGBUILD  |   18 +++---
 do-not-quit-after-dismissing-dialog.patch |   25 -
 2 files changed, 7 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-08 19:28:33 UTC (rev 452428)
+++ PKGBUILD2022-08-08 19:49:18 UTC (rev 452429)
@@ -2,8 +2,8 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-screenshooter
-pkgver=1.9.10
-pkgrel=2
+pkgver=1.9.11
+pkgrel=1
 pkgdesc="An application to take screenshots"
 arch=('x86_64')
 url="https://docs.xfce.org/apps/screenshooter/start";
@@ -11,19 +11,15 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
 makedepends=('intltool' 'python')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-do-not-quit-after-dismissing-dialog.patch)
-sha256sums=('04b4178527f5b98cfe76ae427e95581067edf262a530639d332f6db9a68292d7'
-'1c4fab5550add18449125f570b1d4c83198963bfeae4495f6896360ea917a789')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e73d06be594b32f57d56b31482214cd7572c54adc0963f6b66c224c205f3f8b4')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # https://gitlab.xfce.org/apps/xfce4-screenshooter/-/issues/71
-  patch -Np1 -i ../do-not-quit-after-dismissing-dialog.patch
+  cd $pkgname-$pkgver
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./configure \
 --prefix=/usr \
@@ -36,7 +32,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 

Deleted: do-not-quit-after-dismissing-dialog.patch
===
--- do-not-quit-after-dismissing-dialog.patch   2022-08-08 19:28:33 UTC (rev 
452428)
+++ do-not-quit-after-dismissing-dialog.patch   2022-08-08 19:49:18 UTC (rev 
452429)
@@ -1,25 +0,0 @@
-From 5b9daa4f892c32a4c5d5199acc2b62142d85b382 Mon Sep 17 00:00:00 2001
-From: Andre Miranda 
-Date: Fri, 11 Mar 2022 19:07:48 -0300
-Subject: [PATCH] Do not quit after dismissing dialog if invoked from plugin
- (#71)
-
-Fixes #71

- lib/screenshooter-dialogs.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/lib/screenshooter-dialogs.c b/lib/screenshooter-dialogs.c
-index d56f88b..371563a 100644
 a/lib/screenshooter-dialogs.c
-+++ b/lib/screenshooter-dialogs.c
-@@ -630,7 +630,8 @@ cb_dialog_response (GtkWidget *dialog, gint response, 
ScreenshotData *sd)
-   else
- {
-   gtk_widget_destroy (dialog);
--  gtk_main_quit ();
-+  if (!sd->plugin)
-+gtk_main_quit ();
- }
- }
- 



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

2022-08-05 Thread Evangelos Foutras via arch-commits
Date: Friday, August 5, 2022 @ 13:06:57
  Author: foutrelis
Revision: 1260318

upgpkg: archlinux-repro 20220805-1: new upstream release

Added:
  archlinux-repro/trunk/keys/
  archlinux-repro/trunk/keys/pgp/
  archlinux-repro/trunk/keys/pgp/C100346676634E80C940FB9E9C02FF419FECBE16.asc
Modified:
  archlinux-repro/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/C100346676634E80C940FB9E9C02FF419FECBE16.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-05 12:21:34 UTC (rev 1260317)
+++ PKGBUILD2022-08-05 13:06:57 UTC (rev 1260318)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=archlinux-repro
-pkgver=20220606
+pkgver=20220805
 pkgrel=1
 pkgdesc='Tools to reproduce Arch Linux packages'
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://github.com/archlinux/archlinux-repro";
 
source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('4b4950f6f443bbd719862c9b7914b63fbb33424a4e010e23f7d0b6df8e1cb841'
+sha256sums=('2f311a8013821a49c92fd2c2b358471b5462ec992b84a4b691ba0c303dc1bfe2'
 'SKIP')
 
 build(){

Added: keys/pgp/C100346676634E80C940FB9E9C02FF419FECBE16.asc
===
(Binary files differ)

Index: 
archlinux-repro/trunk/keys/pgp/C100346676634E80C940FB9E9C02FF419FECBE16.asc
===
--- keys/pgp/C100346676634E80C940FB9E9C02FF419FECBE16.asc   2022-08-05 
12:21:34 UTC (rev 1260317)
+++ keys/pgp/C100346676634E80C940FB9E9C02FF419FECBE16.asc   2022-08-05 
13:06:57 UTC (rev 1260318)

Property changes on: 
archlinux-repro/trunk/keys/pgp/C100346676634E80C940FB9E9C02FF419FECBE16.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in archlinux-repro/repos/community-any (PKGBUILD PKGBUILD keys)

2022-08-05 Thread Evangelos Foutras via arch-commits
Date: Friday, August 5, 2022 @ 13:07:01
  Author: foutrelis
Revision: 1260319

archrelease: copy trunk to community-any

Added:
  archlinux-repro/repos/community-any/PKGBUILD
(from rev 1260318, archlinux-repro/trunk/PKGBUILD)
  archlinux-repro/repos/community-any/keys/
Deleted:
  archlinux-repro/repos/community-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-05 13:06:57 UTC (rev 1260318)
+++ PKGBUILD2022-08-05 13:07:01 UTC (rev 1260319)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Jelle van der Waa 
-
-pkgname=archlinux-repro
-pkgver=20220606
-pkgrel=1
-pkgdesc='Tools to reproduce Arch Linux packages'
-arch=('any')
-license=('MIT')
-makedepends=('git' 'asciidoc')
-depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils' 'zstd')
-url="http://github.com/archlinux/archlinux-repro";
-source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('4b4950f6f443bbd719862c9b7914b63fbb33424a4e010e23f7d0b6df8e1cb841'
-'SKIP')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  make TAG="${pkgver}"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: archlinux-repro/repos/community-any/PKGBUILD (from rev 1260318, 
archlinux-repro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-05 13:07:01 UTC (rev 1260319)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Jelle van der Waa 
+
+pkgname=archlinux-repro
+pkgver=20220805
+pkgrel=1
+pkgdesc='Tools to reproduce Arch Linux packages'
+arch=('any')
+license=('MIT')
+makedepends=('git' 'asciidoc')
+depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils' 'zstd')
+url="http://github.com/archlinux/archlinux-repro";
+source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('2f311a8013821a49c92fd2c2b358471b5462ec992b84a4b691ba0c303dc1bfe2'
+'SKIP')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  make TAG="${pkgver}"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in tor/repos (7 files)

2022-08-04 Thread Evangelos Foutras via arch-commits
Date: Thursday, August 4, 2022 @ 13:19:41
  Author: foutrelis
Revision: 1260268

archrelease: copy trunk to community-testing-x86_64

Added:
  tor/repos/community-testing-x86_64/
  tor/repos/community-testing-x86_64/PKGBUILD
(from rev 1260267, tor/trunk/PKGBUILD)
  tor/repos/community-testing-x86_64/keys/
  tor/repos/community-testing-x86_64/tor.service
(from rev 1260267, tor/trunk/tor.service)
  tor/repos/community-testing-x86_64/tor.sysusers
(from rev 1260267, tor/trunk/tor.sysusers)
  tor/repos/community-testing-x86_64/tor.tmpfiles
(from rev 1260267, tor/trunk/tor.tmpfiles)
  tor/repos/community-testing-x86_64/torrc.patch
(from rev 1260267, tor/trunk/torrc.patch)

--+
 PKGBUILD |   69 +
 tor.service  |   35 
 tor.sysusers |1 
 tor.tmpfiles |1 
 torrc.patch  |   28 +++
 5 files changed, 134 insertions(+)

Copied: tor/repos/community-testing-x86_64/PKGBUILD (from rev 1260267, 
tor/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-08-04 13:19:41 UTC (rev 1260268)
@@ -0,0 +1,69 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Levente Polyak 
+# Maintainer: kpcyrd 
+# Contributor: Daniel Micay 
+# Contributor: simo 
+# Contributor: Sid Karunaratne
+
+pkgname=tor
+pkgver=0.4.7.8
+pkgrel=2
+pkgdesc='Anonymizing overlay network.'
+arch=('x86_64')
+url='https://www.torproject.org/download/tor/'
+license=('BSD')
+depends=('openssl' 'libevent' 'bash' 'libseccomp' 'zstd' 'libcap' 
'systemd-libs'
+ 'libsystemd.so' 'libzstd.so' 'libseccomp.so' 'libcap.so')
+optdepends=('torsocks: for torify')
+makedepends=('ca-certificates' 'systemd')
+backup=('etc/tor/torrc')
+source=("https://dist.torproject.org/${pkgname}-${pkgver}.tar.gz"{,.sha256sum{,.asc}}
+'torrc.patch'
+'tor.sysusers'
+'tor.tmpfiles'
+'tor.service')
+b2sums=('40f6eab453d95a09e4531ce7cdb59715a21b84e1d0b1045d107add6a443fb7563a5747734b23e0e1dfda6490a5a7659f912e38c11cdb5fa635535dcff6169eeb'
+
'0fa1e094af83c74f46f87d0569a623bd3061b416f272d19326faf08ab6e9e926b14c2d46c99fba80d68f22188aa74c73e68477015e1c37382e4acb115d10a5a2'
+'SKIP'
+
'3359e138d823a77df2a42ce3fe8c6ecb4004e9ec191863db7857aceea7c136c78f09518b1a199dfd3215f5d61f1c060f4a0e2141c5bdb6b847af60fb6e9a81a7'
+
'9053da53926f2120ac57b6c1442238f5bbd89bf9270347c4e00b721b39939bebc6adfcf814a9d7289dfd14d085d91c193529305336db93190da5b7f586a031df'
+
'5d55d9a7e42b6ce78b8ab985bab37afe8f0bacddb5abd895c4a490adb8f98b9422f90b40066fef05ecf37b7b21e80aadc615c4b7f6e12b05581304113a1b1f1d'
+
'327c1a35c3d4c44f93edb47959c8c41ab6af4cbfcbb8f4e9f54f2f69d17d148bf85e2d2c8aefe2d3165e123056dd68a248af78d1ba713b94a4e6d27a9cf412f1')
+validpgpkeys=(
+  '2133BC600AB133E1D826D173FE43009C4607B1FB' # Nick Mathewson
+  'B74417EDDF22AC9F9E90F49142E86A2A11F48D36' # David Goulet
+  '1C1BC007A9F607AA8152C040BEA7B180B1491921' # Alexander Færøy
+)
+
+prepare() {
+  # verify the signed sums match the expected source tarball
+  sha256sum -c ${pkgname}-${pkgver}.tar.gz.sha256sum
+  cd ${pkgname}-${pkgver}
+  # uncomment essential config sections in the torrc file
+  patch -Np1 < "${srcdir}/torrc.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}"/etc/tor/torrc{.sample,}
+
+  # install arch custom files
+  install -Dm 644 "${srcdir}"/*.service -t "${pkgdir}"/usr/lib/systemd/system
+  install -Dm 644 "${srcdir}"/tor.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/tor.conf
+  install -Dm 644 "${srcdir}"/tor.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/tor.conf
+
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:

Copied: tor/repos/community-testing-x86_64/tor.service (from rev 1260267, 
tor/trunk/tor.service)
===
--- community-testing-x86_64/tor.service(rev 0)
+++ community-testing-x86_64/tor.service2022-08-04 13:19:41 UTC (rev 
1260268)
@@ -0,0 +1,35 @@
+# tor.service -- this systemd configuration file for Tor sets up a
+# relatively conservative, hardened Tor service.  You may need to
+# edit it if you are making changes to your Tor configuration that it
+# does not allow.  Package maintainers: this should be a starting point
+# for your tor.service; it is not the last point.
+
+[Unit]
+Description=Anonymizing overlay network for TCP
+After=syslog.target network.target nss-lookup.target
+
+[Service]
+Type=notify
+NotifyAccess=all
+ExecStartPre=/usr/bin/tor -f /etc/tor/torrc --verify-config
+ExecStart=/usr/bin/tor -f /etc/tor/torrc
+ExecReload=/b

[arch-commits] Commit in clang/repos/extra-x86_64 (9 files)

2022-08-03 Thread Evangelos Foutras via arch-commits
Date: Thursday, August 4, 2022 @ 02:28:44
  Author: foutrelis
Revision: 452045

archrelease: copy trunk to extra-x86_64

Added:
  clang/repos/extra-x86_64/PKGBUILD
(from rev 452044, clang/trunk/PKGBUILD)
  clang/repos/extra-x86_64/clang-coroutines-ubsan.patch
(from rev 452044, clang/trunk/clang-coroutines-ubsan.patch)
  clang/repos/extra-x86_64/clang-tidy-fix-standalone-build.patch
(from rev 452044, clang/trunk/clang-tidy-fix-standalone-build.patch)
  clang/repos/extra-x86_64/enable-fstack-protector-strong-by-default.patch
(from rev 452044, 
clang/trunk/enable-fstack-protector-strong-by-default.patch)
  clang/repos/extra-x86_64/keys/
Deleted:
  clang/repos/extra-x86_64/PKGBUILD
  clang/repos/extra-x86_64/clang-tidy-fix-standalone-build.patch
  clang/repos/extra-x86_64/enable-fstack-protector-strong-by-default.patch
  clang/repos/extra-x86_64/keys/

-+
 PKGBUILD|  284 +--
 clang-coroutines-ubsan.patch|  317 ++
 clang-tidy-fix-standalone-build.patch   |   16 -
 enable-fstack-protector-strong-by-default.patch |  144 -
 4 files changed, 541 insertions(+), 220 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-04 02:28:37 UTC (rev 452044)
+++ PKGBUILD2022-08-04 02:28:44 UTC (rev 452045)
@@ -1,140 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Jan "heftig" Steffens 
-
-pkgname=clang
-pkgver=14.0.6
-pkgrel=1
-pkgdesc="C language family frontend for LLVM"
-arch=('x86_64')
-url="https://clang.llvm.org/";
-license=('custom:Apache 2.0 with LLVM Exception')
-depends=('llvm-libs' 'gcc' 'compiler-rt')
-makedepends=('llvm' 'cmake' 'ninja' 'python-sphinx' 'python-recommonmark')
-optdepends=('openmp: OpenMP support in clang with -fopenmp'
-'python: for scan-view and git-clang-format'
-'llvm: referenced by some clang headers')
-provides=("clang-analyzer=$pkgver" "clang-tools-extra=$pkgver")
-conflicts=('clang-analyzer' 'clang-tools-extra')
-replaces=('clang-analyzer' 'clang-tools-extra')
-_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
-source=($_source_base/clang-$pkgver.src.tar.xz{,.sig}
-$_source_base/clang-tools-extra-$pkgver.src.tar.xz{,.sig}
-$_source_base/llvm-$pkgver.src.tar.xz{,.sig}
-clang-tidy-fix-standalone-build.patch
-enable-fstack-protector-strong-by-default.patch)
-sha256sums=('2b5847b6a63118b9efe5c85548363c81ffe096b66c3b3675e953e26342ae4031'
-'SKIP'
-'7cf3b8ff56c65c4d1eae3c56883fc4a6cbc3ff9f3a1530a74d66e45d27271866'
-'SKIP'
-'050922ecaaca5781fdf6631ea92bc715183f202f9d2f15147226f023414f619a'
-'SKIP'
-'081a7ebc1ae524b13fc6be3dc73feb2c9eb7cf4b99f7f13d9ed37a688311f58a'
-'7a9ce949579a3b02d4b91b6835c4fb45adc5f743007572fb0e28e6433e48f3a5')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

-
-# Utilizing LLVM_DISTRIBUTION_COMPONENTS to avoid
-# installing static libraries; inspired by Gentoo
-_get_distribution_components() {
-  local target
-  ninja -t targets | grep -Po 'install-\K.*(?=-stripped:)' | while read -r 
target; do
-case $target in
-  clang-libraries|distribution)
-continue
-;;
-  clang-tidy-headers)
-continue
-;;
-  clang|clangd|clang-*)
-;;
-  clang*|findAllSymbols)
-continue
-;;
-esac
-echo $target
-  done
-}
-
-prepare() {
-  cd clang-$pkgver.src
-  mkdir build
-  mv "$srcdir/clang-tools-extra-$pkgver.src" tools/extra
-  patch -Np2 -i ../enable-fstack-protector-strong-by-default.patch
-
-  # https://github.com/llvm/llvm-project/issues/54116
-  patch -Np0 -i ../clang-tidy-fix-standalone-build.patch
-
-  # Attempt to convert script to Python 3
-  2to3 -wn --no-diffs \
-
tools/extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
-}
-
-build() {
-  cd clang-$pkgver.src/build
-
-  local cmake_args=(
--G Ninja
--DCMAKE_BUILD_TYPE=Release
--DCMAKE_INSTALL_PREFIX=/usr
--DCMAKE_INSTALL_DOCDIR=share/doc
--DCMAKE_SKIP_RPATH=ON
--DCLANG_DEFAULT_PIE_ON_LINUX=ON
--DCLANG_LINK_CLANG_DYLIB=ON
--DLLVM_BUILD_DOCS=ON
--DLLVM_BUILD_TESTS=ON
--DLLVM_ENABLE_RTTI=ON
--DLLVM_ENABLE_SPHINX=ON
--DLLVM_EXTERNAL_LIT=/usr/bin/lit
--DLLVM_INCLUDE_DOCS=ON
--DLLVM_LINK_LLVM_DYLIB=ON
--DLLVM_MAIN_SRC_DIR="$srcdir/llvm-$pkgver.src"
--DSPHINX_WARNINGS_AS_ERRORS=OFF
-  )
-
-  cmake .. "${cmake_args[@]}"
-  local distribution_components=$(_get_distribution_components | paste -sd\;)
-  test -n "$distribution_components"
-  cmake_args+=(-DLLVM_DISTRIBUTION_COMPONENTS="$distribution_components")
-
-  cmake .. "${cmake_args[@]}"
-  n

[arch-commits] Commit in clang/trunk (PKGBUILD clang-coroutines-ubsan.patch)

2022-08-03 Thread Evangelos Foutras via arch-commits
Date: Thursday, August 4, 2022 @ 02:28:37
  Author: foutrelis
Revision: 452044

upgpkg: clang 14.0.6-2: fix coroutines + ubsan (FS#75502)

Added:
  clang/trunk/clang-coroutines-ubsan.patch
Modified:
  clang/trunk/PKGBUILD

--+
 PKGBUILD |7 
 clang-coroutines-ubsan.patch |  317 +
 2 files changed, 323 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-04 02:25:49 UTC (rev 452043)
+++ PKGBUILD2022-08-04 02:28:37 UTC (rev 452044)
@@ -3,7 +3,7 @@
 
 pkgname=clang
 pkgver=14.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="C language family frontend for LLVM"
 arch=('x86_64')
 url="https://clang.llvm.org/";
@@ -20,6 +20,7 @@
 source=($_source_base/clang-$pkgver.src.tar.xz{,.sig}
 $_source_base/clang-tools-extra-$pkgver.src.tar.xz{,.sig}
 $_source_base/llvm-$pkgver.src.tar.xz{,.sig}
+clang-coroutines-ubsan.patch
 clang-tidy-fix-standalone-build.patch
 enable-fstack-protector-strong-by-default.patch)
 sha256sums=('2b5847b6a63118b9efe5c85548363c81ffe096b66c3b3675e953e26342ae4031'
@@ -28,6 +29,7 @@
 'SKIP'
 '050922ecaaca5781fdf6631ea92bc715183f202f9d2f15147226f023414f619a'
 'SKIP'
+'2c25ddf0ba6be01949842873fef4d285456321aaccd4ba95db61b69a4c580106'
 '081a7ebc1ae524b13fc6be3dc73feb2c9eb7cf4b99f7f13d9ed37a688311f58a'
 '7a9ce949579a3b02d4b91b6835c4fb45adc5f743007572fb0e28e6433e48f3a5')
 validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

@@ -60,6 +62,9 @@
   mv "$srcdir/clang-tools-extra-$pkgver.src" tools/extra
   patch -Np2 -i ../enable-fstack-protector-strong-by-default.patch
 
+  # https://github.com/llvm/llvm-project/issues/49689
+  patch -Np2 -i ../clang-coroutines-ubsan.patch
+
   # https://github.com/llvm/llvm-project/issues/54116
   patch -Np0 -i ../clang-tidy-fix-standalone-build.patch
 

Added: clang-coroutines-ubsan.patch
===
--- clang-coroutines-ubsan.patch(rev 0)
+++ clang-coroutines-ubsan.patch2022-08-04 02:28:37 UTC (rev 452044)
@@ -0,0 +1,317 @@
+From 1030297d77ae5110b7873530f645aeec3a4264ba Mon Sep 17 00:00:00 2001
+From: Yuanfang Chen 
+Date: Mon, 27 Jun 2022 11:33:45 -0700
+Subject: [PATCH] [ubsan] Using metadata instead of prologue data for function
+ sanitizer
+
+Information in the function `Prologue Data` is intentionally opaque.
+When a function with `Prologue Data` is duplicated. The self (global
+value) references inside `Prologue Data` is still pointing to the
+original function. This may cause errors like `fatal error: error in backend: 
Cannot represent a difference across sections`.
+
+This patch detaches the information from function `Prologue Data`
+and attaches it to a function metadata node.
+
+This and D116130 fix https://github.com/llvm/llvm-project/issues/49689.
+
+Reviewed By: pcc
+
+Differential Revision: https://reviews.llvm.org/D115844
+
+(cherry picked from commit 6678f8e505b19069a9dbdc3e3ee088d543752412)
+---
+ clang/lib/CodeGen/CodeGenFunction.cpp | 36 --
+ clang/lib/CodeGen/CodeGenFunction.h   |  4 --
+ clang/lib/CodeGen/CodeGenModule.cpp   | 16 
+ clang/lib/CodeGen/CodeGenModule.h |  5 +++
+ clang/lib/Driver/SanitizerArgs.cpp| 13 +++
+ clang/test/CodeGen/ubsan-function.cpp |  5 ++-
+ .../test/CodeGenCXX/catch-undef-behavior.cpp  | 37 +--
+ .../CodeGenCXX/ubsan-function-noexcept.cpp|  6 ++-
+ clang/test/Driver/fsanitize.c |  3 ++
+ 9 files changed, 69 insertions(+), 56 deletions(-)
+
+diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp 
b/clang/lib/CodeGen/CodeGenFunction.cpp
+index 50e1638924d1..d7393526bb2c 100644
+--- a/clang/lib/CodeGen/CodeGenFunction.cpp
 b/clang/lib/CodeGen/CodeGenFunction.cpp
+@@ -560,29 +560,6 @@ bool CodeGenFunction::AlwaysEmitXRayTypedEvents() const {
+   XRayInstrKind::Typed);
+ }
+ 
+-llvm::Constant *
+-CodeGenFunction::EncodeAddrForUseInPrologue(llvm::Function *F,
+-llvm::Constant *Addr) {
+-  // Addresses stored in prologue data can't require run-time fixups and must
+-  // be PC-relative. Run-time fixups are undesirable because they necessitate
+-  // writable text segments, which are unsafe. And absolute addresses are
+-  // undesirable because they break PIE mode.
+-
+-  // Add a layer of indirection through a private global. Taking its address
+-  // won't result in a run-time fixup, even if Addr has linkonce_odr linkage.
+-  auto *GV = new llvm::GlobalVariable(CGM.getModule(), Addr->getType(),
+-  /*isConstant=*/true,
+-  llvm::GlobalValue::PrivateLinkage, 
Addr);
+-
+-  // Create a PC-

[arch-commits] Commit in llvm/repos/extra-x86_64 (7 files)

2022-08-03 Thread Evangelos Foutras via arch-commits
Date: Thursday, August 4, 2022 @ 02:25:49
  Author: foutrelis
Revision: 452043

archrelease: copy trunk to extra-x86_64

Added:
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 452042, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/keys/
  llvm/repos/extra-x86_64/llvm-config.h
(from rev 452042, llvm/trunk/llvm-config.h)
  llvm/repos/extra-x86_64/llvm-coroutines-ubsan.patch
(from rev 452042, llvm/trunk/llvm-coroutines-ubsan.patch)
Deleted:
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/keys/
  llvm/repos/extra-x86_64/llvm-config.h

-+
 PKGBUILD|  223 
 llvm-config.h   |   18 +-
 llvm-coroutines-ubsan.patch |  288 ++
 3 files changed, 411 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-04 02:25:41 UTC (rev 452042)
+++ PKGBUILD2022-08-04 02:25:49 UTC (rev 452043)
@@ -1,109 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Jan "heftig" Steffens 
-
-pkgname=('llvm' 'llvm-libs')
-pkgver=14.0.6
-pkgrel=2
-arch=('x86_64')
-url="https://llvm.org/";
-license=('custom:Apache 2.0 with LLVM Exception')
-makedepends=('cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2'
- 'python-setuptools' 'python-psutil' 'python-sphinx'
- 'python-recommonmark')
-options=('staticlibs' '!lto') # Getting thousands of test failures with LTO
-_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
-source=($_source_base/llvm-$pkgver.src.tar.xz{,.sig}
-llvm-config.h)
-sha256sums=('050922ecaaca5781fdf6631ea92bc715183f202f9d2f15147226f023414f619a'
-'SKIP'
-'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

-
-prepare() {
-  cd llvm-$pkgver.src
-  mkdir build
-}
-
-build() {
-  cd llvm-$pkgver.src/build
-
-  local cmake_args=(
--G Ninja
--DCMAKE_BUILD_TYPE=Release
--DCMAKE_INSTALL_DOCDIR=share/doc
--DCMAKE_INSTALL_PREFIX=/usr
--DCMAKE_SKIP_RPATH=ON
--DLLVM_BINUTILS_INCDIR=/usr/include
--DLLVM_BUILD_DOCS=ON
--DLLVM_BUILD_LLVM_DYLIB=ON
--DLLVM_BUILD_TESTS=ON
--DLLVM_ENABLE_BINDINGS=OFF
--DLLVM_ENABLE_FFI=ON
--DLLVM_ENABLE_RTTI=ON
--DLLVM_ENABLE_SPHINX=ON
--DLLVM_HOST_TRIPLE=$CHOST
--DLLVM_INCLUDE_BENCHMARKS=OFF
--DLLVM_INSTALL_UTILS=ON
--DLLVM_LINK_LLVM_DYLIB=ON
--DLLVM_USE_PERF=ON
--DSPHINX_WARNINGS_AS_ERRORS=OFF
-  )
-  cmake .. "${cmake_args[@]}"
-  ninja
-}
-
-check() {
-  cd llvm-$pkgver.src/build
-  LD_LIBRARY_PATH=$PWD/lib ninja check
-}
-
-package_llvm() {
-  pkgdesc="Compiler infrastructure"
-  depends=('llvm-libs' 'perl')
-
-  cd llvm-$pkgver.src/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  # Include lit for running lit-based tests in other projects
-  pushd ../utils/lit
-  python3 setup.py install --root="$pkgdir" -O1
-  popd
-
-  # The runtime libraries go into llvm-libs
-  mv -f "$pkgdir"/usr/lib/lib{LLVM,LTO,Remarks}*.so* "$srcdir"
-  mv -f "$pkgdir"/usr/lib/LLVMgold.so "$srcdir"
-
-  if [[ $CARCH == x86_64 ]]; then
-# Needed for multilib (https://bugs.archlinux.org/task/29951)
-# Header stub is taken from Fedora
-mv "$pkgdir/usr/include/llvm/Config/llvm-config"{,-64}.h
-cp "$srcdir/llvm-config.h" "$pkgdir/usr/include/llvm/Config/llvm-config.h"
-  fi
-
-  # Remove documentation sources
-  rm -r "$pkgdir"/usr/share/doc/llvm/html/{_sources,.buildinfo}
-
-  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_llvm-libs() {
-  pkgdesc="LLVM runtime libraries"
-  depends=('gcc-libs' 'zlib' 'libffi' 'libedit' 'ncurses' 'libxml2')
-
-  install -d "$pkgdir/usr/lib"
-  cp -P \
-"$srcdir"/lib{LLVM,LTO,Remarks}*.so* \
-"$srcdir"/LLVMgold.so \
-"$pkgdir/usr/lib/"
-
-  # Symlink LLVMgold.so from /usr/lib/bfd-plugins
-  # https://bugs.archlinux.org/task/28479
-  install -d "$pkgdir/usr/lib/bfd-plugins"
-  ln -s ../LLVMgold.so "$pkgdir/usr/lib/bfd-plugins/LLVMgold.so"
-
-  install -Dm644 "$srcdir/llvm-$pkgver.src/LICENSE.TXT" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: llvm/repos/extra-x86_64/PKGBUILD (from rev 452042, llvm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-04 02:25:49 UTC (rev 452043)
@@ -0,0 +1,114 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+
+pkgname=('llvm' 'llvm-libs')
+pkgver=14.0.6
+pkgrel=3
+arch=('x86_64')
+url="https://llvm.org/";
+license=('custom:Apache 2.0 with LLVM Exception')
+makedepends=('cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2'
+ 'python-setuptools' 'python-psutil' 'python-sphinx'
+ 'python-recommonmark')
+options=('

[arch-commits] Commit in llvm/trunk (PKGBUILD llvm-coroutines-ubsan.patch)

2022-08-03 Thread Evangelos Foutras via arch-commits
Date: Thursday, August 4, 2022 @ 02:25:41
  Author: foutrelis
Revision: 452042

upgpkg: llvm 14.0.6-3: fix coroutines + ubsan (FS#75502)

Added:
  llvm/trunk/llvm-coroutines-ubsan.patch
Modified:
  llvm/trunk/PKGBUILD

-+
 PKGBUILD|7 -
 llvm-coroutines-ubsan.patch |  288 ++
 2 files changed, 294 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-04 00:46:42 UTC (rev 452041)
+++ PKGBUILD2022-08-04 02:25:41 UTC (rev 452042)
@@ -3,7 +3,7 @@
 
 pkgname=('llvm' 'llvm-libs')
 pkgver=14.0.6
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://llvm.org/";
 license=('custom:Apache 2.0 with LLVM Exception')
@@ -13,9 +13,11 @@
 options=('staticlibs' '!lto') # Getting thousands of test failures with LTO
 
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/llvm-$pkgver.src.tar.xz{,.sig}
+llvm-coroutines-ubsan.patch
 llvm-config.h)
 sha256sums=('050922ecaaca5781fdf6631ea92bc715183f202f9d2f15147226f023414f619a'
 'SKIP'
+'ee9baf6df05474083857044d92f26f59d3ee709cdf82ba3bdb2792e6645f71d9'
 '597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
 validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

 
@@ -22,6 +24,9 @@
 prepare() {
   cd llvm-$pkgver.src
   mkdir build
+
+  # https://github.com/llvm/llvm-project/issues/49689
+  patch -Np2 -i ../llvm-coroutines-ubsan.patch
 }
 
 build() {

Added: llvm-coroutines-ubsan.patch
===
--- llvm-coroutines-ubsan.patch (rev 0)
+++ llvm-coroutines-ubsan.patch 2022-08-04 02:25:41 UTC (rev 452042)
@@ -0,0 +1,288 @@
+From 1030297d77ae5110b7873530f645aeec3a4264ba Mon Sep 17 00:00:00 2001
+From: Yuanfang Chen 
+Date: Mon, 27 Jun 2022 11:33:45 -0700
+Subject: [PATCH 1/2] [ubsan] Using metadata instead of prologue data for
+ function sanitizer
+
+Information in the function `Prologue Data` is intentionally opaque.
+When a function with `Prologue Data` is duplicated. The self (global
+value) references inside `Prologue Data` is still pointing to the
+original function. This may cause errors like `fatal error: error in backend: 
Cannot represent a difference across sections`.
+
+This patch detaches the information from function `Prologue Data`
+and attaches it to a function metadata node.
+
+This and D116130 fix https://github.com/llvm/llvm-project/issues/49689.
+
+Reviewed By: pcc
+
+Differential Revision: https://reviews.llvm.org/D115844
+
+(cherry picked from commit 6678f8e505b19069a9dbdc3e3ee088d543752412)
+---
+ llvm/docs/LangRef.rst | 22 ++-
+ llvm/include/llvm/IR/FixedMetadataKinds.def   |  1 +
+ llvm/include/llvm/IR/MDBuilder.h  |  4 
+ llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp| 18 +++
+ llvm/lib/IR/MDBuilder.cpp |  8 +++
+ .../Instrumentation/AddressSanitizer.cpp  | 10 -
+ llvm/test/CodeGen/X86/func-sanitizer.ll   | 18 +++
+ 7 files changed, 75 insertions(+), 6 deletions(-)
+ create mode 100644 llvm/test/CodeGen/X86/func-sanitizer.ll
+
+diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
+index 920834b10897..a5a84a2f297b 100644
+--- a/llvm/docs/LangRef.rst
 b/llvm/docs/LangRef.rst
+@@ -5194,7 +5194,7 @@ multiple metadata attachments with the same identifier.
+ 
+ A transformation is required to drop any metadata attachment that it does not
+ know or know it can't preserve. Currently there is an exception for metadata
+-attachment to globals for ``!type`` and ``!absolute_symbol`` which can't be
++attachment to globals for ``!func_sanitize``, ``!type`` and 
``!absolute_symbol`` which can't be
+ unconditionally dropped unless the global is itself deleted.
+ 
+ Metadata attached to a module using named metadata may not be dropped, with
+@@ -7080,6 +7080,26 @@ Example:
+ %a.addr = alloca float*, align 8, !annotation !0
+ !0 = !{!"auto-init"}
+ 
++'``func_sanitize``' Metadata
++^
++
++The ``func_sanitize`` metadata is used to attach two values for the function
++sanitizer instrumentation. The first value is the ubsan function signature.
++The second value is the address of the proxy variable which stores the address
++of the RTTI descriptor. If :ref:`prologue ` and 
'``func_sanitize``'
++are used at the same time, :ref:`prologue ` is emitted before
++'``func_sanitize``' in the output.
++
++Example:
++
++.. code-block:: text
++
++@__llvm_rtti_proxy = private unnamed_addr constant i8* bitcast ({ i8*, 
i8* }* @_ZTIFvvE to i8*)
++define void @_Z3funv() !func_sanitize !0 {
++  return void
++}
++!0 = !{i32 846595819, i8** @__llvm_rtti_proxy}
++
+ Module Flags Metadata
+ =
+ 
+diff --gi

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2022-08-02 Thread Evangelos Foutras via arch-commits
Date: Tuesday, August 2, 2022 @ 18:13:59
  Author: foutrelis
Revision: 451921

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 451920, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-tflite-system-zlib.patch
(from rev 451920, chromium/trunk/chromium-tflite-system-zlib.patch)
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 451920, 
chromium/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
(from rev 451920, chromium/trunk/remove-no-opaque-pointers-flag.patch)
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
(from rev 451920, chromium/trunk/roll-src-third_party-ffmpeg.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 451920, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
  chromium/repos/extra-x86_64/x11-ozone-fix-X11-screensaver-suspension.patch
(from rev 451920, 
chromium/trunk/x11-ozone-fix-X11-screensaver-suspension.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  chromium/repos/extra-x86_64/fetch-chromium-release
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

---+
 PKGBUILD  |  554 
 chromium-tflite-system-zlib.patch |   70 ++
 enable-GlobalMediaControlsCastStartStop.patch |   64 -
 fetch-chromium-release|   42 -
 remove-no-opaque-pointers-flag.patch  |   36 -
 roll-src-third_party-ffmpeg.patch |  666 ++--
 sql-make-VirtualCursor-standard-layout-type.patch |  238 ---
 use-oauth2-client-switches-as-default.patch   |   34 -
 x11-ozone-fix-X11-screensaver-suspension.patch|  490 ++
 9 files changed, 1235 insertions(+), 959 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-02 18:13:49 UTC (rev 451920)
+++ PKGBUILD2022-08-02 18:13:59 UTC (rev 451921)
@@ -1,279 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=103.0.5060.134
-pkgrel=1
-_launcher_ver=8
-_gcc_patchset=4
-_manual_clone=0
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'git')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-enable-GlobalMediaControlsCastStartStop.patch
-roll-src-third_party-ffmpeg.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-remove-no-opaque-pointers-flag.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('e48a272481e41b1aae7aba71b55c41fe9e994cf71edd01c8ca1d0b604af0b571'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'fed11a8987d9f9baa04457fb114f8f7fdb800300a3780927020865bcc43e4f52'
-'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
-'30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
-'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
-'00c16ce83ea4ca924a50fa0cfc2b2a4d744c722f363b065323e6ba0fcbac45a5'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-if (( _manual_clone )); then
-  source[0]=fetch-chromium-release
-  makedepends+=('python-httplib2' 'python-pyparsing' 'python-six')
-fi
-
-# Possible replace

[arch-commits] Commit in chromium/trunk (5 files)

2022-08-02 Thread Evangelos Foutras via arch-commits
Date: Tuesday, August 2, 2022 @ 18:13:49
  Author: foutrelis
Revision: 451920

upgpkg: chromium 104.0.5112.79-1: new upstream release

Added:
  chromium/trunk/chromium-tflite-system-zlib.patch
  chromium/trunk/x11-ozone-fix-X11-screensaver-suspension.patch
Modified:
  chromium/trunk/PKGBUILD
  chromium/trunk/remove-no-opaque-pointers-flag.patch
Deleted:
  chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch

---+
 PKGBUILD  |   27 -
 chromium-tflite-system-zlib.patch |   70 ++
 remove-no-opaque-pointers-flag.patch  |   10 
 sql-make-VirtualCursor-standard-layout-type.patch |  238 -
 x11-ozone-fix-X11-screensaver-suspension.patch|  490 
 5 files changed, 581 insertions(+), 254 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-02 16:39:30 UTC (rev 451919)
+++ PKGBUILD2022-08-02 18:13:49 UTC (rev 451920)
@@ -4,10 +4,10 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=103.0.5060.134
+pkgver=104.0.5112.79
 pkgrel=1
 _launcher_ver=8
-_gcc_patchset=4
+_gcc_patchset=2
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
 url="https://www.chromium.org/Home";
@@ -25,18 +25,20 @@
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
 
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
 
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
+x11-ozone-fix-X11-screensaver-suspension.patch
 enable-GlobalMediaControlsCastStartStop.patch
 roll-src-third_party-ffmpeg.patch
-sql-make-VirtualCursor-standard-layout-type.patch
+chromium-tflite-system-zlib.patch
 remove-no-opaque-pointers-flag.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('e48a272481e41b1aae7aba71b55c41fe9e994cf71edd01c8ca1d0b604af0b571'
+sha256sums=('9cc662f1a84c796521ee17ed2808795ca937fe7f77bc605e788f0304a81dabf3'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'fed11a8987d9f9baa04457fb114f8f7fdb800300a3780927020865bcc43e4f52'
+'ce702099849465927cf47f7bc3a4a27045d0e35e16b17481ebf35e14506bafa7'
+'9956a843bc8a765c130080616ccd3ebc46ea95c3a2324c4b403bc293a8705eb2'
 '779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
 '30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
-'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
-'00c16ce83ea4ca924a50fa0cfc2b2a4d744c722f363b065323e6ba0fcbac45a5'
+'588c166bf748793758a7df438cfa665b32e09ca8fbd6380be28bc5984a33523c'
+'ab46b2c26a4dfe86486fd7e31bfc7211c515994a61a8c0cbd742f9c9e3c91873'
 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
 
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
@@ -95,6 +97,12 @@
   # Remove '-Xclang -no-opaque-pointers' flag not supported by our clang
   patch -Np1 -i ../remove-no-opaque-pointers-flag.patch
 
+  # Fix build with unbundled zlip (patch from Gentoo)
+  patch -Np1 -i ../chromium-tflite-system-zlib.patch
+
+  # Upstream fixes
+  patch -Np1 -i ../x11-ozone-fix-X11-screensaver-suspension.patch
+
   # Revert kGlobalMediaControlsCastStartStop enabled by default
   # https://crbug.com/1314342
   patch -Rp1 -F3 -i ../enable-GlobalMediaControlsCastStartStop.patch
@@ -103,11 +111,8 @@
   # https://crbug.com/1325301
   patch -Rp1 -i ../roll-src-third_party-ffmpeg.patch
 
-  # https://chromium-review.googlesource.com/c/chromium/src/+/2862724
-  patch -Np1 -i ../sql-make-VirtualCursor-standard-layout-type.patch
-
   # Fixes for building with libstdc++ instead of libc++
-  #patch -Np1 -i ../patches/
+  patch -Np1 -i ../patches/chromium-103-VirtualCursor-std-layout.patch
 
   # Link to system tools required by the build
   mkdir -p third_party/node/linux/node-linux-x64/bin

Added: chromium-tflite-system-zlib.patch
===
--- chromium-tflite-system-zlib.patch   (rev 0)
+++ chromium-tflite-system-zlib.patch   2022-08-02 18:13:49 UTC (rev 451920)
@@ -0,0 +1,70 @@
+--- 
a/third_party/tflite_support/src/tensorflow_lite_support/metadata/cc/metadata_extractor.cc
 
b/third_party/tflite_support/src/tensorflow_lite_support/metadata/cc/metadata_extractor.cc
+@@ -21,8 +21,8 @@ limitations under the License.
+ #include "absl/status/status.h"// from @com_google_absl
+ #include "absl/strings/str_format.h"   // from @com_google_absl
+ #include "absl/strings/string_view.h"  // from @com_google_abs

[arch-commits] Commit in geoip-database/repos/extra-any (4 files)

2022-08-02 Thread Evangelos Foutras via arch-commits
Date: Tuesday, August 2, 2022 @ 15:33:26
  Author: foutrelis
Revision: 451900

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 451899, geoip-database/trunk/PKGBUILD)
  geoip-database/repos/extra-any/update.sh
(from rev 451899, geoip-database/trunk/update.sh)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD
  geoip-database/repos/extra-any/update.sh

---+
 PKGBUILD  |  164 ++--
 update.sh |   56 ++--
 2 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-02 15:33:21 UTC (rev 451899)
+++ PKGBUILD2022-08-02 15:33:26 UTC (rev 451900)
@@ -1,82 +0,0 @@
-# Maintainer: Evangelos Foutras 
-
-pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20220621
-pkgrel=1
-arch=('any')
-url="https://mailfud.org/geoip-legacy/";
-license=('CCPL:by-sa')
-makedepends=('util-linux')
-checkdepends=('geoip')
-_source_base=https://sources.archlinux.org/other/packages/$pkgname/$pkgver
-source=(GeoIP-$pkgver.dat.gz::$_source_base/GeoIP.dat.gz
-GeoIPv6-$pkgver.dat.gz::$_source_base/GeoIPv6.dat.gz
-GeoIPCity-$pkgver.dat.gz::$_source_base/GeoIPCity.dat.gz
-GeoIPCityv6-$pkgver.dat.gz::$_source_base/GeoIPCityv6.dat.gz
-GeoIPASNum-$pkgver.dat.gz::$_source_base/GeoIPASNum.dat.gz
-GeoIPASNumv6-$pkgver.dat.gz::$_source_base/GeoIPASNumv6.dat.gz)
-sha256sums=('d37b2ff933bbf0c8ba63706a39bba261018735430176ff90649763c32ac817a8'
-'d505985e5a27a3052c425b3e097be3f23d22e84bca5974b35f645a2e9e0c'
-'f822f458e85f2f75bb6f33196ada5079f819dc419cf4d7e47e6ec29bfbd120d1'
-'37d7972176a127321d6f2be48b27d89b01d65a39391a0d25f5800ba20fb0662a'
-'e2b42a48d2d86eb6af6e7a2a7461b1642debfe64959e7babcaaad52940e41753'
-'7239560f5115a02846e9e42400329750aaa7a01b7863fd68d9ca0890c9a97ed0')
-
-prepare() {
-  cd "$srcdir"
-  rename -v -- "-$pkgver" '' *.dat
-}
-
-check() {
-  cd "$srcdir"
-
-  if [[ $(geoiplookup -f GeoIP.dat 8.8.8.8) != *'US, United States' ]]; then
-echo >&2 'Unable to resolve IPv4 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPv6.dat 2001:4860:4860::) != *'US, United 
States' ]]; then
-echo >&2 'Unable to resolve IPv6 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPCity.dat 8.8.8.8) != *'US, 00, N/A, N/A'* ]]; 
then
-echo >&2 'Unable to resolve IPv4 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPCityv6.dat 2001:4860:4860::) != *'US, 00, 
N/A, N/A'* ]]; then
-echo >&2 'Unable to resolve IPv6 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPASNum.dat 8.8.8.8) != *'AS15169 GOOGLE' ]]; then
-echo >&2 'Unable to resolve IPv4 address to ASN.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPASNumv6.dat 2001:4860:4860::) != *'AS15169 
GOOGLE' ]]; then
-echo >&2 'Unable to resolve IPv6 address to ASN.'
-return 1
-  fi
-}
-
-package_geoip-database() {
-  pkgdesc="GeoIP legacy country database (based on GeoLite2 data created by 
MaxMind)"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP{,v6}.dat
-}
-
-package_geoip-database-extra() {
-  pkgdesc="GeoIP legacy city/ASN databases (based on GeoLite2 data created by 
MaxMind)"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIPCity{,v6}.dat 
GeoIPASNum{,v6}.dat
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 451899, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-02 15:33:26 UTC (rev 451900)
@@ -0,0 +1,82 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=('geoip-database' 'geoip-database-extra')
+pkgver=20220802
+pkgrel=1
+arch=('any')
+url="https://mailfud.org/geoip-legacy/";
+license=('CCPL:by-sa')
+makedepends=('util-linux')
+checkdepends=('geoip')
+_source_base=https://sources.archlinux.org/other/packages/$pkgname/$pkgver
+source=(GeoIP-$pkgver.dat.gz::$_source_base/GeoIP.dat.gz
+GeoIPv6-$pkgver.dat.gz::$_source_base/GeoIPv6.dat.gz
+GeoIPCity-$pkgver.dat.gz::$_source_base/GeoIPCity.dat.gz
+GeoIPCityv6-$pkgver.dat.gz::$_source_base/GeoIPCityv6.dat.gz
+GeoIPASNum-$pkgver.dat.gz::$_source_base/GeoIPASNum.dat.gz
+GeoIPASNumv6-$pkgver.dat.gz::$_source_base/GeoIPASNumv6.dat.gz)
+sha256sums=('1a8acae78a84f9bb61d4ddefc4524cc9730f5c6b408b84adb7eebde9016d462c'
+'f6279b663ad48d4ef5a8c0069c07e80f9f08c1f56394488730237c71f16a6cca'
+'ea50dea5b418c4373aec7e6e797f75a25067b586876a86de905dc81f92185927'
+'abec2de28e81d6771946995e622ddb5cc7d805b9bc50a11b7a9e9ac36d8c56ee'
+'a

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

2022-08-02 Thread Evangelos Foutras via arch-commits
Date: Tuesday, August 2, 2022 @ 15:33:21
  Author: foutrelis
Revision: 451899

upgpkg: geoip-database 20220802-1: update

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-02 14:52:35 UTC (rev 451898)
+++ PKGBUILD2022-08-02 15:33:21 UTC (rev 451899)
@@ -1,7 +1,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20220621
+pkgver=20220802
 pkgrel=1
 arch=('any')
 url="https://mailfud.org/geoip-legacy/";
@@ -15,12 +15,12 @@
 GeoIPCityv6-$pkgver.dat.gz::$_source_base/GeoIPCityv6.dat.gz
 GeoIPASNum-$pkgver.dat.gz::$_source_base/GeoIPASNum.dat.gz
 GeoIPASNumv6-$pkgver.dat.gz::$_source_base/GeoIPASNumv6.dat.gz)
-sha256sums=('d37b2ff933bbf0c8ba63706a39bba261018735430176ff90649763c32ac817a8'
-'d505985e5a27a3052c425b3e097be3f23d22e84bca5974b35f645a2e9e0c'
-'f822f458e85f2f75bb6f33196ada5079f819dc419cf4d7e47e6ec29bfbd120d1'
-'37d7972176a127321d6f2be48b27d89b01d65a39391a0d25f5800ba20fb0662a'
-'e2b42a48d2d86eb6af6e7a2a7461b1642debfe64959e7babcaaad52940e41753'
-'7239560f5115a02846e9e42400329750aaa7a01b7863fd68d9ca0890c9a97ed0')
+sha256sums=('1a8acae78a84f9bb61d4ddefc4524cc9730f5c6b408b84adb7eebde9016d462c'
+'f6279b663ad48d4ef5a8c0069c07e80f9f08c1f56394488730237c71f16a6cca'
+'ea50dea5b418c4373aec7e6e797f75a25067b586876a86de905dc81f92185927'
+'abec2de28e81d6771946995e622ddb5cc7d805b9bc50a11b7a9e9ac36d8c56ee'
+'a092179c2d4b4834eb00ccd3d719da79be002fa16157f2d8f3435da6a8176164'
+'679e97d437698eaa317e9dc9c47430e02aec1867a9132958505af309dadc84d8')
 
 prepare() {
   cd "$srcdir"



[arch-commits] Commit in dialog/repos (3 files)

2022-07-29 Thread Evangelos Foutras via arch-commits
Date: Friday, July 29, 2022 @ 08:58:44
  Author: foutrelis
Revision: 451737

archrelease: copy trunk to testing-x86_64

Added:
  dialog/repos/testing-x86_64/
  dialog/repos/testing-x86_64/PKGBUILD
(from rev 451736, dialog/trunk/PKGBUILD)
  dialog/repos/testing-x86_64/keys/

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Copied: dialog/repos/testing-x86_64/PKGBUILD (from rev 451736, 
dialog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-07-29 08:58:44 UTC (rev 451737)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=dialog
+pkgver=1.3_20220728
+pkgrel=1
+epoch=1
+pkgdesc="A tool to display dialog boxes from shell scripts"
+arch=('x86_64')
+url="https://invisible-island.net/dialog/";
+license=('LGPL2.1')
+depends=('sh' 'ncurses')
+provides=('libdialog.so')
+source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz{,.asc})
+sha256sums=('54418973d559a461b00695fafe68df62f2bc73d506b436821d77ca3df454190b'
+'SKIP')
+validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey 
(self-signed w/o SHA1) 
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+
+  ./configure \
+--prefix=/usr \
+--enable-nls \
+--with-libtool \
+--with-ncursesw
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make DESTDIR="$pkgdir" install-full
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-29 Thread Evangelos Foutras via arch-commits
Date: Friday, July 29, 2022 @ 08:58:40
  Author: foutrelis
Revision: 451736

upgpkg: dialog 1:1.3_20220728-1: new upstream release

Added:
  dialog/trunk/keys/
  dialog/trunk/keys/pgp/
  dialog/trunk/keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc
Modified:
  dialog/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-28 22:57:30 UTC (rev 451735)
+++ PKGBUILD2022-07-29 08:58:40 UTC (rev 451736)
@@ -4,7 +4,7 @@
 # Contributor: Andreas Radke 
 
 pkgname=dialog
-pkgver=1.3_20220526
+pkgver=1.3_20220728
 pkgrel=1
 epoch=1
 pkgdesc="A tool to display dialog boxes from shell scripts"
@@ -14,7 +14,7 @@
 depends=('sh' 'ncurses')
 provides=('libdialog.so')
 
source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz{,.asc})
-sha256sums=('858c9a625b20fde19fb7b19949ee9e9efcade23c56d917b1adb30e98ff6d6b33'
+sha256sums=('54418973d559a461b00695fafe68df62f2bc73d506b436821d77ca3df454190b'
 'SKIP')
 validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey 
(self-signed w/o SHA1) 
 

Added: keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc
===
(Binary files differ)

Index: dialog/trunk/keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc
===
--- keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc   2022-07-28 
22:57:30 UTC (rev 451735)
+++ keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc   2022-07-29 
08:58:40 UTC (rev 451736)

Property changes on: 
dialog/trunk/keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 27, 2022 @ 23:36:32
  Author: foutrelis
Revision: 1258958

archrelease: copy trunk to community-x86_64

Added:
  wasmer/repos/community-x86_64/PKGBUILD
(from rev 1258957, wasmer/trunk/PKGBUILD)
Deleted:
  wasmer/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   69 +
 1 file changed, 33 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 23:36:27 UTC (rev 1258957)
+++ PKGBUILD2022-07-27 23:36:32 UTC (rev 1258958)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Julius Michaelis 
-
-pkgname=wasmer
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Universal Binaries Powered by WebAssembly"
-arch=('x86_64')
-url="https://github.com/wasmerio/wasmer";
-license=('MIT')
-depends=('gcc-libs' 'zlib' 'ncurses' 'libffi' 'libxkbcommon')
-makedepends=('rust' 'cmake' 'llvm11')
-checkdepends=('lld' 'clang')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wasmerio/wasmer/archive/${pkgver}.tar.gz";)
-sha512sums=('78257162078073000e71b99d0a1d466c7702800d2116f9f4446794dbec960695bb06d4dd2117aed914f06de0d44286b404395003e9908e7b2c9ab20d8793646c')
-options=('staticlibs' '!lto')
-
-WASMER_INSTALL_PREFIX=/usr
-ENABLE_LLVM=1
-
-build() {
-  cd "$pkgname-$pkgver"
-  make all
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="$pkgdir"/usr make install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wasmer/repos/community-x86_64/PKGBUILD (from rev 1258957, 
wasmer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 23:36:32 UTC (rev 1258958)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Julius Michaelis 
+
+pkgname=wasmer
+pkgver=2.3.0
+pkgrel=2
+pkgdesc="Universal Binaries Powered by WebAssembly"
+arch=('x86_64')
+url="https://github.com/wasmerio/wasmer";
+license=('MIT')
+depends=('gcc-libs' 'zlib' 'ncurses' 'libffi' 'libxkbcommon')
+makedepends=('rust' 'cmake' 'llvm')
+checkdepends=('lld' 'clang')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wasmerio/wasmer/archive/${pkgver}.tar.gz";)
+sha512sums=('78257162078073000e71b99d0a1d466c7702800d2116f9f4446794dbec960695bb06d4dd2117aed914f06de0d44286b404395003e9908e7b2c9ab20d8793646c')
+options=('staticlibs' '!lto')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make WASMER_INSTALL_PREFIX=/usr ENABLE_LLVM=1
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir"/usr install
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 27, 2022 @ 23:36:27
  Author: foutrelis
Revision: 1258957

upgpkg: wasmer 2.3.0-2: LLVM 14 rebuild

Modified:
  wasmer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 21:45:56 UTC (rev 1258956)
+++ PKGBUILD2022-07-27 23:36:27 UTC (rev 1258957)
@@ -3,24 +3,21 @@
 
 pkgname=wasmer
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Universal Binaries Powered by WebAssembly"
 arch=('x86_64')
 url="https://github.com/wasmerio/wasmer";
 license=('MIT')
 depends=('gcc-libs' 'zlib' 'ncurses' 'libffi' 'libxkbcommon')
-makedepends=('rust' 'cmake' 'llvm11')
+makedepends=('rust' 'cmake' 'llvm')
 checkdepends=('lld' 'clang')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/wasmerio/wasmer/archive/${pkgver}.tar.gz";)
 
sha512sums=('78257162078073000e71b99d0a1d466c7702800d2116f9f4446794dbec960695bb06d4dd2117aed914f06de0d44286b404395003e9908e7b2c9ab20d8793646c')
 options=('staticlibs' '!lto')
 
-WASMER_INSTALL_PREFIX=/usr
-ENABLE_LLVM=1
-
 build() {
   cd "$pkgname-$pkgver"
-  make all
+  make WASMER_INSTALL_PREFIX=/usr ENABLE_LLVM=1
 }
 
 check() {
@@ -30,7 +27,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
-  DESTDIR="$pkgdir"/usr make install
+  make DESTDIR="$pkgdir"/usr install
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in lib32-llvm/repos/multilib-x86_64 (4 files)

2022-07-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 27, 2022 @ 10:35:16
  Author: foutrelis
Revision: 1258894

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-llvm/repos/multilib-x86_64/PKGBUILD
(from rev 1258893, lib32-llvm/trunk/PKGBUILD)
  lib32-llvm/repos/multilib-x86_64/keys/
Deleted:
  lib32-llvm/repos/multilib-x86_64/PKGBUILD
  lib32-llvm/repos/multilib-x86_64/keys/

--+
 PKGBUILD |  210 ++---
 1 file changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 10:35:07 UTC (rev 1258893)
+++ PKGBUILD2022-07-27 10:35:16 UTC (rev 1258894)
@@ -1,105 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: Evangelos Foutras 
-# Contributor: Jan "heftig" Steffens 
-
-pkgname=('lib32-llvm' 'lib32-llvm-libs')
-pkgver=14.0.6
-pkgrel=1
-arch=('x86_64')
-url="https://llvm.org/";
-license=('custom:Apache 2.0 with LLVM Exception')
-makedepends=('cmake' 'ninja' 'lib32-libffi' 'lib32-zlib' 'python' 
'gcc-multilib'
- 'lib32-libxml2')
-options=('staticlibs' '!lto') # extra/llvm has many test failures with LTO
-_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
-source=($_source_base/llvm-$pkgver.src.tar.xz{,.sig})
-sha256sums=('050922ecaaca5781fdf6631ea92bc715183f202f9d2f15147226f023414f619a'
-'SKIP')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

-
-prepare() {
-  cd llvm-$pkgver.src
-  mkdir build
-}
-
-build() {
-  cd llvm-$pkgver.src/build
-
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  local cmake_args=(
--G Ninja
--DCMAKE_BUILD_TYPE=Release
--DCMAKE_CXX_FLAGS:STRING=-m32
--DCMAKE_C_FLAGS:STRING=-m32
--DCMAKE_INSTALL_PREFIX=/usr
--DCMAKE_SKIP_RPATH=ON
--DLLVM_BINUTILS_INCDIR=/usr/include
--DLLVM_BUILD_DOCS=OFF
--DLLVM_BUILD_LLVM_DYLIB=ON
--DLLVM_DEFAULT_TARGETS_TRIPLE="i686-pc-linux-gnu"
--DLLVM_ENABLE_BINDINGS=OFF
--DLLVM_ENABLE_FFI=ON
--DLLVM_ENABLE_RTTI=ON
--DLLVM_ENABLE_SPHINX=OFF
--DLLVM_HOST_TRIPLE=$CHOST
--DLLVM_INCLUDE_BENCHMARKS=OFF
--DLLVM_LIBDIR_SUFFIX=32
--DLLVM_LINK_LLVM_DYLIB=ON
--DLLVM_TARGET_ARCH:STRING=i686
-  )
-  cmake .. "${cmake_args[@]}"
-  ninja
-}
-
-package_lib32-llvm() {
-  pkgdesc="Compiler infrastructure (32-bit)"
-  depends=('lib32-llvm-libs' 'llvm')
-
-  cd llvm-$pkgver.src/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  # The runtime library goes into lib32-llvm-libs
-  mv "$pkgdir"/usr/lib32/lib{LLVM,LTO,Remarks}*.so* "$srcdir"
-  mv -f "$pkgdir"/usr/lib32/LLVMgold.so "$srcdir"
-
-  # Fix permissions of static libs
-  chmod -x "$pkgdir"/usr/lib32/*.a
-
-  mv "$pkgdir/usr/bin/llvm-config" "$pkgdir/usr/lib32/llvm-config"
-  mv "$pkgdir/usr/include/llvm/Config/llvm-config.h" \
-"$pkgdir/usr/lib32/llvm-config-32.h"
-
-  rm -rf "$pkgdir"/usr/{bin,include,share/{doc,man,llvm,opt-viewer}}
-
-  # Needed for multilib (https://bugs.archlinux.org/task/29951)
-  # Header stub is taken from Fedora
-  install -d "$pkgdir/usr/include/llvm/Config"
-  mv "$pkgdir/usr/lib32/llvm-config-32.h" "$pkgdir/usr/include/llvm/Config/"
-
-  mkdir "$pkgdir"/usr/bin
-  mv "$pkgdir/usr/lib32/llvm-config" "$pkgdir/usr/bin/llvm-config32"
-
-  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lib32-llvm-libs() {
-  pkgdesc="LLVM runtime libraries (32-bit) "
-  depends=('lib32-libffi' 'lib32-zlib' 'lib32-ncurses' 'lib32-libxml2' 
'lib32-gcc-libs')
-
-  install -d "$pkgdir/usr/lib32"
-
-  cp -P \
-"$srcdir"/lib{LLVM,LTO,Remarks}*.so* \
-"$srcdir"/LLVMgold.so \
-"$pkgdir/usr/lib32/"
-
-  # Symlink LLVMgold.so from /usr/lib/bfd-plugins
-  # https://bugs.archlinux.org/task/28479
-  install -d "$pkgdir/usr/lib32/bfd-plugins"
-  ln -s ../LLVMgold.so "$pkgdir/usr/lib32/bfd-plugins/LLVMgold.so"
-
-  install -Dm644 llvm-$pkgver.src/LICENSE.TXT 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: lib32-llvm/repos/multilib-x86_64/PKGBUILD (from rev 1258893, 
lib32-llvm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 10:35:16 UTC (rev 1258894)
@@ -0,0 +1,105 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+
+pkgname=('lib32-llvm' 'lib32-llvm-libs')
+pkgver=14.0.6
+pkgrel=2
+arch=('x86_64')
+url="https://llvm.org/";
+license=('custom:Apache 2.0 with LLVM Exception')
+makedepends=('cmake' 'ninja' 'lib32-libffi' 'lib32-zlib' 'python' 
'gcc-multilib'
+ 'lib32-libxml2')
+options=('staticlibs' '!lto') # extra/llvm has many test failures with LTO
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
+source=($_source_base/llvm-$pkgver.src.tar.xz{,.sig})
+sha256sums

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

2022-07-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 27, 2022 @ 10:35:07
  Author: foutrelis
Revision: 1258893

upgpkg: lib32-llvm 14.0.6-2: enable LLVM_USE_PERF (FS#75365)

Modified:
  lib32-llvm/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 08:58:35 UTC (rev 1258892)
+++ PKGBUILD2022-07-27 10:35:07 UTC (rev 1258893)
@@ -4,7 +4,7 @@
 
 pkgname=('lib32-llvm' 'lib32-llvm-libs')
 pkgver=14.0.6
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://llvm.org/";
 license=('custom:Apache 2.0 with LLVM Exception')
@@ -47,6 +47,7 @@
 -DLLVM_LIBDIR_SUFFIX=32
 -DLLVM_LINK_LLVM_DYLIB=ON
 -DLLVM_TARGET_ARCH:STRING=i686
+-DLLVM_USE_PERF=ON
   )
   cmake .. "${cmake_args[@]}"
   ninja



[arch-commits] Commit in llvm/repos/extra-x86_64 (6 files)

2022-07-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 27, 2022 @ 10:14:59
  Author: foutrelis
Revision: 451702

archrelease: copy trunk to extra-x86_64

Added:
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 451701, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/keys/
  llvm/repos/extra-x86_64/llvm-config.h
(from rev 451701, llvm/trunk/llvm-config.h)
Deleted:
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/keys/
  llvm/repos/extra-x86_64/llvm-config.h

---+
 PKGBUILD  |  218 
 llvm-config.h |   18 ++--
 2 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 10:14:52 UTC (rev 451701)
+++ PKGBUILD2022-07-27 10:14:59 UTC (rev 451702)
@@ -1,109 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Jan "heftig" Steffens 
-
-pkgname=('llvm' 'llvm-libs')
-pkgver=14.0.6
-pkgrel=1
-arch=('x86_64')
-url="https://llvm.org/";
-license=('custom:Apache 2.0 with LLVM Exception')
-makedepends=('cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2'
- 'python-setuptools' 'python-psutil' 'python-sphinx'
- 'python-recommonmark')
-options=('staticlibs' '!lto') # Getting thousands of test failures with LTO
-_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
-source=($_source_base/llvm-$pkgver.src.tar.xz{,.sig}
-llvm-config.h)
-sha256sums=('050922ecaaca5781fdf6631ea92bc715183f202f9d2f15147226f023414f619a'
-'SKIP'
-'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

-
-prepare() {
-  cd llvm-$pkgver.src
-  mkdir build
-}
-
-build() {
-  cd llvm-$pkgver.src/build
-
-  local cmake_args=(
--G Ninja
--DCMAKE_BUILD_TYPE=Release
--DCMAKE_INSTALL_DOCDIR=share/doc
--DCMAKE_INSTALL_PREFIX=/usr
--DCMAKE_SKIP_RPATH=ON
--DLLVM_BINUTILS_INCDIR=/usr/include
--DLLVM_BUILD_DOCS=ON
--DLLVM_BUILD_LLVM_DYLIB=ON
--DLLVM_BUILD_TESTS=ON
--DLLVM_ENABLE_BINDINGS=OFF
--DLLVM_ENABLE_FFI=ON
--DLLVM_ENABLE_RTTI=ON
--DLLVM_ENABLE_SPHINX=ON
--DLLVM_HOST_TRIPLE=$CHOST
--DLLVM_INCLUDE_BENCHMARKS=OFF
--DLLVM_INSTALL_UTILS=ON
--DLLVM_LINK_LLVM_DYLIB=ON
--DSPHINX_WARNINGS_AS_ERRORS=OFF
-  )
-  cmake .. "${cmake_args[@]}"
-  ninja
-}
-
-check() {
-  cd llvm-$pkgver.src/build
-  LD_LIBRARY_PATH=$PWD/lib ninja check
-}
-
-package_llvm() {
-  pkgdesc="Compiler infrastructure"
-  depends=('llvm-libs' 'perl')
-
-  cd llvm-$pkgver.src/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  # Include lit for running lit-based tests in other projects
-  pushd ../utils/lit
-  python3 setup.py install --root="$pkgdir" -O1
-  popd
-
-  # The runtime libraries go into llvm-libs
-  mv -f "$pkgdir"/usr/lib/lib{LLVM,LTO,Remarks}*.so* "$srcdir"
-  mv -f "$pkgdir"/usr/lib/LLVMgold.so "$srcdir"
-
-  if [[ $CARCH == x86_64 ]]; then
-# Needed for multilib (https://bugs.archlinux.org/task/29951)
-# Header stub is taken from Fedora
-mv "$pkgdir/usr/include/llvm/Config/llvm-config"{,-64}.h
-cp "$srcdir/llvm-config.h" "$pkgdir/usr/include/llvm/Config/llvm-config.h"
-  fi
-
-  # Remove documentation sources
-  rm -r "$pkgdir"/usr/share/doc/llvm/html/{_sources,.buildinfo}
-
-  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_llvm-libs() {
-  pkgdesc="LLVM runtime libraries"
-  depends=('gcc-libs' 'zlib' 'libffi' 'libedit' 'ncurses' 'libxml2')
-
-  install -d "$pkgdir/usr/lib"
-  cp -P \
-"$srcdir"/lib{LLVM,LTO,Remarks}*.so* \
-"$srcdir"/LLVMgold.so \
-"$pkgdir/usr/lib/"
-
-  # Symlink LLVMgold.so from /usr/lib/bfd-plugins
-  # https://bugs.archlinux.org/task/28479
-  install -d "$pkgdir/usr/lib/bfd-plugins"
-  ln -s ../LLVMgold.so "$pkgdir/usr/lib/bfd-plugins/LLVMgold.so"
-
-  install -Dm644 "$srcdir/llvm-$pkgver.src/LICENSE.TXT" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: llvm/repos/extra-x86_64/PKGBUILD (from rev 451701, llvm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 10:14:59 UTC (rev 451702)
@@ -0,0 +1,109 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+
+pkgname=('llvm' 'llvm-libs')
+pkgver=14.0.6
+pkgrel=2
+arch=('x86_64')
+url="https://llvm.org/";
+license=('custom:Apache 2.0 with LLVM Exception')
+makedepends=('cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2'
+ 'python-setuptools' 'python-psutil' 'python-sphinx'
+ 'python-recommonmark')
+options=('staticlibs' '!lto') # Getting thousands of test failures with LTO
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
+sour

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

2022-07-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 27, 2022 @ 10:14:52
  Author: foutrelis
Revision: 451701

upgpkg: llvm 14.0.6-2: enable LLVM_USE_PERF (FS#75365)

Modified:
  llvm/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 10:06:49 UTC (rev 451700)
+++ PKGBUILD2022-07-27 10:14:52 UTC (rev 451701)
@@ -3,7 +3,7 @@
 
 pkgname=('llvm' 'llvm-libs')
 pkgver=14.0.6
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://llvm.org/";
 license=('custom:Apache 2.0 with LLVM Exception')
@@ -45,6 +45,7 @@
 -DLLVM_INCLUDE_BENCHMARKS=OFF
 -DLLVM_INSTALL_UTILS=ON
 -DLLVM_LINK_LLVM_DYLIB=ON
+-DLLVM_USE_PERF=ON
 -DSPHINX_WARNINGS_AS_ERRORS=OFF
   )
   cmake .. "${cmake_args[@]}"



[arch-commits] Commit in libphonenumber/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-07-25 Thread Evangelos Foutras via arch-commits
Date: Monday, July 25, 2022 @ 07:28:13
  Author: foutrelis
Revision: 451644

archrelease: copy trunk to extra-x86_64

Added:
  libphonenumber/repos/extra-x86_64/PKGBUILD
(from rev 451643, libphonenumber/trunk/PKGBUILD)
Deleted:
  libphonenumber/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-25 07:28:09 UTC (rev 451643)
+++ PKGBUILD2022-07-25 07:28:13 UTC (rev 451644)
@@ -1,47 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libphonenumber
-pkgver=8.12.52
-pkgrel=2
-epoch=1
-pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
-url="https://github.com/googlei18n/libphonenumber";
-arch=(x86_64)
-license=(Apache)
-depends=(icu protobuf boost-libs abseil-cpp)
-makedepends=(boost cmake gtest git)
-options=(debug)
-_commit=011d35d28fe8a7c201efe9164f55ebd0a2d43b0c  # tags/v8.12.52^0
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-\|^v//;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
-  cmake -S $pkgname/cpp -B build \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_CXX_STANDARD=17
-  cmake --build build
-}
-
-check() {
-  cmake --build build --target tests
-}
-
-package() {
-  depends+=(libicu{uc,i18n}.so libprotobuf.so libboost_thread.so)
-  provides+=(libgeocoding.so libphonenumber.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: libphonenumber/repos/extra-x86_64/PKGBUILD (from rev 451643, 
libphonenumber/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-25 07:28:13 UTC (rev 451644)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=8.12.52
+pkgrel=3
+epoch=1
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+url="https://github.com/googlei18n/libphonenumber";
+arch=(x86_64)
+license=(Apache)
+depends=(icu protobuf boost-libs abseil-cpp)
+makedepends=(boost cmake gtest git)
+options=(debug)
+_commit=011d35d28fe8a7c201efe9164f55ebd0a2d43b0c  # tags/v8.12.52^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
+  cmake -S $pkgname/cpp -B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_CXX_STANDARD=17
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target tests
+}
+
+package() {
+  depends+=(libicu{uc,i18n}.so libprotobuf.so libboost_thread.so)
+  provides+=(libgeocoding.so libphonenumber.so)
+
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-07-25 Thread Evangelos Foutras via arch-commits
Date: Monday, July 25, 2022 @ 07:28:09
  Author: foutrelis
Revision: 451643

upgpkg: libphonenumber 1:8.12.52-3: protobuf 21.3-2 rebuild

protobuf 21.3-2 reverted the ABI break caused by protobuf 21.3-1.

Modified:
  libphonenumber/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-25 06:52:17 UTC (rev 451642)
+++ PKGBUILD2022-07-25 07:28:09 UTC (rev 451643)
@@ -2,7 +2,7 @@
 
 pkgname=libphonenumber
 pkgver=8.12.52
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
 url="https://github.com/googlei18n/libphonenumber";



[arch-commits] Commit in chromium/trunk (PKGBUILD fetch-chromium-release)

2022-07-22 Thread Evangelos Foutras via arch-commits
Date: Friday, July 22, 2022 @ 13:14:57
  Author: foutrelis
Revision: 451543

Remove script to fetch Chromium sources from Git

It will likely not be needed again after the improvements made in [1].

[1] https://crbug.com/1341418

Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/fetch-chromium-release

+
 PKGBUILD   |9 -
 fetch-chromium-release |   42 --
 2 files changed, 51 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 12:54:52 UTC (rev 451542)
+++ PKGBUILD2022-07-22 13:14:57 UTC (rev 451543)
@@ -8,7 +8,6 @@
 pkgrel=1
 _launcher_ver=8
 _gcc_patchset=4
-_manual_clone=0
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
 url="https://www.chromium.org/Home";
@@ -40,11 +39,6 @@
 '00c16ce83ea4ca924a50fa0cfc2b2a4d744c722f363b065323e6ba0fcbac45a5'
 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
 
-if (( _manual_clone )); then
-  source[0]=fetch-chromium-release
-  makedepends+=('python-httplib2' 'python-pyparsing' 'python-six')
-fi
-
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
 # Keys are the names in the above script; values are the dependencies in Arch
 declare -gA _system_libs=(
@@ -80,9 +74,6 @@
 _google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
 
 prepare() {
-  if (( _manual_clone )); then
-./fetch-chromium-release $pkgver
-  fi
   cd chromium-$pkgver
 
   # Allow building against system libraries in official builds

Deleted: fetch-chromium-release
===
--- fetch-chromium-release  2022-07-22 12:54:52 UTC (rev 451542)
+++ fetch-chromium-release  2022-07-22 13:14:57 UTC (rev 451543)
@@ -1,42 +0,0 @@
-#!/bin/bash
-
-set -e
-
-readonly VERSION=$1
-if [[ -z $VERSION ]]; then
-  echo >&2 'No version given as an argument'
-  exit 1
-fi
-
-mkdir chromium-checkout
-cd chromium-checkout
-cat >.gclient 

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2022-07-20 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 20, 2022 @ 08:42:17
  Author: foutrelis
Revision: 451490

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 451489, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 451489, 
chromium/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  chromium/repos/extra-x86_64/fetch-chromium-release
(from rev 451489, chromium/trunk/fetch-chromium-release)
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
(from rev 451489, chromium/trunk/remove-no-opaque-pointers-flag.patch)
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
(from rev 451489, chromium/trunk/roll-src-third_party-ffmpeg.patch)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 451489, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 451489, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  chromium/repos/extra-x86_64/fetch-chromium-release
  chromium/repos/extra-x86_64/remove-no-opaque-pointers-flag.patch
  chromium/repos/extra-x86_64/roll-src-third_party-ffmpeg.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

---+
 PKGBUILD  |  558 
 enable-GlobalMediaControlsCastStartStop.patch |   64 -
 fetch-chromium-release|   84 +-
 remove-no-opaque-pointers-flag.patch  |   36 -
 roll-src-third_party-ffmpeg.patch |  666 ++--
 sql-make-VirtualCursor-standard-layout-type.patch |  476 +++---
 use-oauth2-client-switches-as-default.patch   |   34 -
 7 files changed, 959 insertions(+), 959 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-20 08:42:08 UTC (rev 451489)
+++ PKGBUILD2022-07-20 08:42:17 UTC (rev 451490)
@@ -1,279 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=103.0.5060.114
-pkgrel=1
-_launcher_ver=8
-_gcc_patchset=4
-_manual_clone=1
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'git')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-enable-GlobalMediaControlsCastStartStop.patch
-roll-src-third_party-ffmpeg.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-remove-no-opaque-pointers-flag.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('d359a415eca7beceddd1b06bb5b5b6a09da9c778ca37cfa4efeaeaa8691bfd52'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'fed11a8987d9f9baa04457fb114f8f7fdb800300a3780927020865bcc43e4f52'
-'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
-'30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
-'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
-'00c16ce83ea4ca924a50fa0cfc2b2a4d744c722f363b065323e6ba0fcbac45a5'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-if (( _manual_clone )); then
-  source[0]=fetch-chromium-release
-  makedepends+=('python-httplib2' 'python-pyparsing' 'python-six')
-fi
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-d

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

2022-07-20 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 20, 2022 @ 08:42:08
  Author: foutrelis
Revision: 451489

upgpkg: chromium 103.0.5060.134-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 21:35:49 UTC (rev 451488)
+++ PKGBUILD2022-07-20 08:42:08 UTC (rev 451489)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=103.0.5060.114
+pkgver=103.0.5060.134
 pkgrel=1
 _launcher_ver=8
 _gcc_patchset=4
@@ -31,7 +31,7 @@
 sql-make-VirtualCursor-standard-layout-type.patch
 remove-no-opaque-pointers-flag.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('77683510f03b947332461b03954488474d95e49992efc11908f4bd8045635965'
+sha256sums=('e48a272481e41b1aae7aba71b55c41fe9e994cf71edd01c8ca1d0b604af0b571'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'fed11a8987d9f9baa04457fb114f8f7fdb800300a3780927020865bcc43e4f52'
 '779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'



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

2022-07-17 Thread Evangelos Foutras via arch-commits
Date: Sunday, July 17, 2022 @ 07:01:51
  Author: foutrelis
Revision: 451158

Drop -fpermissive from CXXFLAGS (FS#75351)

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-17 02:25:50 UTC (rev 451157)
+++ PKGBUILD2022-07-17 07:01:51 UTC (rev 451158)
@@ -26,9 +26,6 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  # Work around build failure due to FFmpeg 5.0 APIs returning const pointers
-  CXXFLAGS+=' -fpermissive'
-
   ./configure \
 --prefix=/usr \
 --disable-gtk \



[arch-commits] Commit in audacious-plugins/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-07-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, July 16, 2022 @ 20:20:06
  Author: foutrelis
Revision: 451145

archrelease: copy trunk to extra-x86_64

Added:
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 451144, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-16 20:19:53 UTC (rev 451144)
+++ PKGBUILD2022-07-16 20:20:06 UTC (rev 451145)
@@ -1,45 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: William Rea 
-
-pkgname=audacious-plugins
-pkgver=4.1
-pkgrel=6
-pkgdesc="Plugins for Audacious"
-arch=('x86_64')
-url="https://audacious-media-player.org/";
-license=('BSD' 'GPL')
-depends=('alsa-lib' 'curl' 'dbus-glib' 'faad2' 'ffmpeg' 'flac' 'fluidsynth'
- 'jack' 'lame' 'libcdio-paranoia' 'libcue' 'libmms' 'libmodplug'
- 'libmtp' 'libpulse' 'libnotify' 'libsamplerate' 'libsidplayfp'
- 'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack' 'libbs2b' 'libopenmpt'
- 'qt5-x11extras')
-makedepends=("audacious>=$pkgver" 'glib2' 'python')
-source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dad6fc625055349d589e36e8e5c8ae7dfafcddfe96894806509696d82bb61d4c')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Work around build failure due to FFmpeg 5.0 APIs returning const pointers
-  CXXFLAGS+=' -fpermissive'
-
-  ./configure \
---prefix=/usr \
---disable-gtk \
---enable-amidiplug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious-plugins/repos/extra-x86_64/PKGBUILD (from rev 451144, 
audacious-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-16 20:20:06 UTC (rev 451145)
@@ -0,0 +1,45 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=4.2
+pkgrel=1
+pkgdesc="Plugins for Audacious"
+arch=('x86_64')
+url="https://audacious-media-player.org/";
+license=('BSD' 'GPL')
+depends=('alsa-lib' 'curl' 'dbus-glib' 'faad2' 'ffmpeg' 'flac' 'fluidsynth'
+ 'jack' 'lame' 'libcdio-paranoia' 'libcue' 'libmms' 'libmodplug'
+ 'libmtp' 'libpulse' 'libnotify' 'libsamplerate' 'libsidplayfp'
+ 'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack' 'libbs2b' 'libopenmpt'
+ 'qt5-x11extras')
+makedepends=("audacious>=$pkgver" 'glib2' 'python')
+source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6fa0f69c3a1041eb877c37109513ab4a2a0a56a77d9e8c13a1581cf1439a417f')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Work around build failure due to FFmpeg 5.0 APIs returning const pointers
+  CXXFLAGS+=' -fpermissive'
+
+  ./configure \
+--prefix=/usr \
+--disable-gtk \
+--enable-amidiplug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, July 16, 2022 @ 20:19:53
  Author: foutrelis
Revision: 451144

upgpkg: audacious-plugins 4.2-1: new upstream release

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-16 20:18:52 UTC (rev 451143)
+++ PKGBUILD2022-07-16 20:19:53 UTC (rev 451144)
@@ -4,8 +4,8 @@
 # Contributor: William Rea 
 
 pkgname=audacious-plugins
-pkgver=4.1
-pkgrel=6
+pkgver=4.2
+pkgrel=1
 pkgdesc="Plugins for Audacious"
 arch=('x86_64')
 url="https://audacious-media-player.org/";
@@ -17,7 +17,7 @@
  'qt5-x11extras')
 makedepends=("audacious>=$pkgver" 'glib2' 'python')
 source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dad6fc625055349d589e36e8e5c8ae7dfafcddfe96894806509696d82bb61d4c')
+sha256sums=('6fa0f69c3a1041eb877c37109513ab4a2a0a56a77d9e8c13a1581cf1439a417f')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in audacious/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-07-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, July 16, 2022 @ 20:18:52
  Author: foutrelis
Revision: 451143

archrelease: copy trunk to extra-x86_64

Added:
  audacious/repos/extra-x86_64/PKGBUILD
(from rev 451142, audacious/trunk/PKGBUILD)
Deleted:
  audacious/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-16 20:18:48 UTC (rev 451142)
+++ PKGBUILD2022-07-16 20:18:52 UTC (rev 451143)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: Giovanni Scafora 
-
-pkgname=audacious
-pkgver=4.1
-pkgrel=3
-pkgdesc="Lightweight, advanced audio player focused on audio quality"
-arch=('x86_64')
-url="https://audacious-media-player.org/";
-license=('BSD')
-depends=('qt5-base' 'qt5-svg' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
- 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('python') # for gdbus-codegen
-optdepends=('unzip: zipped skins support')
-source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1f58858f9789e867c513b5272987f13bdfb09332b03c2814ad4c6e29f525e35c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-gtk \
---with-buildstamp='Arch Linux'
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/audacious.appdata.xml -t "$pkgdir/usr/share/metainfo"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audacious/repos/extra-x86_64/PKGBUILD (from rev 451142, 
audacious/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-16 20:18:52 UTC (rev 451143)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: Giovanni Scafora 
+
+pkgname=audacious
+pkgver=4.2
+pkgrel=1
+pkgdesc="Lightweight, advanced audio player focused on audio quality"
+arch=('x86_64')
+url="https://audacious-media-player.org/";
+license=('BSD')
+depends=('qt5-base' 'qt5-svg' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
+ 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('python') # for gdbus-codegen
+optdepends=('unzip: zipped skins support')
+source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('feb304e470a481fe2b3c4ca1c9cb3b23ec262540c12d0d1e6c22a5eb625e04b3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-gtk \
+--with-buildstamp='Arch Linux'
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/audacious.appdata.xml -t "$pkgdir/usr/share/metainfo"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, July 16, 2022 @ 20:18:48
  Author: foutrelis
Revision: 451142

upgpkg: audacious 4.2-1: new upstream release

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-16 17:57:27 UTC (rev 451141)
+++ PKGBUILD2022-07-16 20:18:48 UTC (rev 451142)
@@ -4,8 +4,8 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=audacious
-pkgver=4.1
-pkgrel=3
+pkgver=4.2
+pkgrel=1
 pkgdesc="Lightweight, advanced audio player focused on audio quality"
 arch=('x86_64')
 url="https://audacious-media-player.org/";
@@ -15,7 +15,7 @@
 makedepends=('python') # for gdbus-codegen
 optdepends=('unzip: zipped skins support')
 source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1f58858f9789e867c513b5272987f13bdfb09332b03c2814ad4c6e29f525e35c')
+sha256sums=('feb304e470a481fe2b3c4ca1c9cb3b23ec262540c12d0d1e6c22a5eb625e04b3')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in xfce4-xkb-plugin/repos/extra-x86_64 (4 files)

2022-07-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 14, 2022 @ 07:32:35
  Author: foutrelis
Revision: 451048

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD
(from rev 451047, xfce4-xkb-plugin/trunk/PKGBUILD)
  xfce4-xkb-plugin/repos/extra-x86_64/xfce4-xkb-plugin.install
(from rev 451047, xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install)
Deleted:
  xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-xkb-plugin/repos/extra-x86_64/xfce4-xkb-plugin.install

--+
 PKGBUILD |   77 ++---
 xfce4-xkb-plugin.install |   40 +++
 2 files changed, 59 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-14 07:32:27 UTC (rev 451047)
+++ PKGBUILD2022-07-14 07:32:35 UTC (rev 451048)
@@ -1,38 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-xkb-plugin
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="Plugin to switch keyboard layouts for the Xfce4 panel"
-arch=('x86_64')
-url="https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin";
-license=('custom')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxklavier' 'librsvg' 'libwnck3')
-makedepends=('intltool')
-install=$pkgname.install
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bb4be13f6f73cd86a6d939e1a6b125841cf266415bc4fd134a511e4f0cf97967')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD (from rev 451047, 
xfce4-xkb-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-14 07:32:35 UTC (rev 451048)
@@ -0,0 +1,39 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-xkb-plugin
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Plugin to switch keyboard layouts for the Xfce4 panel"
+arch=('x86_64')
+url="https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin";
+license=('custom')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxklavier' 'librsvg' 'libwnck3' 'libnotify')
+makedepends=('intltool')
+optdepends=('xfce4-notifyd: show notifications on layout change')
+install=$pkgname.install
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f0bfe97875ef1ca0a3b6a6fac312663c9cada151cf1ac96071393d320cd04987')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: xfce4-xkb-plugin.install
===
--- xfce4-xkb-plugin.install2022-07-14 07:32:27 UTC (rev 451047)
+++ xfce4-xkb-plugin.install2022-07-14 07:32:35 UTC (rev 451048)
@@ -1,20 +0,0 @@
-post_upgrade() {
-  if (($(vercmp $2 0.7.1-2) < 0)); then
-echo ':: Keyboard layouts are now configured through 
xfce4-keyboard-settings'
-echo '   and managed by xfsettingsd. This plugin now only acts as a layout'
-echo '   indicator and manages per window/application layout preferences.'
-echo
-echo '   You will need to reconfigure the keyboard layouts on your next 
login.'
-  fi
-
-  if (($(vercmp $2 0.8.0-1) < 0)); then
-echo ':: Starting with version 0.8.0, xfce4-xkb-plugin stores its settings'
-echo '   in Xfconf instead of a configuration file. Settings from previous'
-echo '   versions are not migrated over, and the panel plugin itself might'
-echo '   disappear upon restarting the panel.'
-echo
-echo '   You need to re-add the xkb plugin to your panel and reconfigure 
it.'
-  fi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-xkb-plugin/repos/extra-x86_64/xfce4-xkb-plugin.install (from rev 
451047, xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install)
===
--- xfce4-xkb-plugin.install(rev 0)
+++ xfce4-xkb-plugin.install2022-07-14 07:32:35 UTC (rev 451048)
@@ -0,0 +1,20 @@
+post_upgrade() {
+  if (($(vercmp $2 0.7.1-2) < 0)); then
+echo ':: Keyboard layouts are now configured through 
xfce4-keyboard-settings'
+echo '   an

[arch-commits] Commit in xfce4-xkb-plugin/trunk (PKGBUILD)

2022-07-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 14, 2022 @ 07:32:27
  Author: foutrelis
Revision: 451047

upgpkg: xfce4-xkb-plugin 0.8.3-1: new upstream release

Modified:
  xfce4-xkb-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-13 18:26:12 UTC (rev 451046)
+++ PKGBUILD2022-07-14 07:32:27 UTC (rev 451047)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-xkb-plugin
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="Plugin to switch keyboard layouts for the Xfce4 panel"
 arch=('x86_64')
@@ -10,11 +10,12 @@
 url="https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin";
 license=('custom')
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxklavier' 'librsvg' 'libwnck3')
+depends=('xfce4-panel' 'libxklavier' 'librsvg' 'libwnck3' 'libnotify')
 makedepends=('intltool')
+optdepends=('xfce4-notifyd: show notifications on layout change')
 install=$pkgname.install
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bb4be13f6f73cd86a6d939e1a6b125841cf266415bc4fd134a511e4f0cf97967')
+sha256sums=('f0bfe97875ef1ca0a3b6a6fac312663c9cada151cf1ac96071393d320cd04987')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2022-07-12 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 12, 2022 @ 17:36:15
  Author: foutrelis
Revision: 1250741

upgpkg: python-stevedore 4.0.0-1: new upstream release

Modified:
  python-stevedore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-12 17:30:45 UTC (rev 1250740)
+++ PKGBUILD2022-07-12 17:36:15 UTC (rev 1250741)
@@ -1,8 +1,8 @@
 # Maintainer: Evangelos Foutras https://github.com/openstack/stevedore";
@@ -11,7 +11,7 @@
 makedepends=('python-pbr')
 options=('!emptydirs')
 source=(https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('f40253887d8712eaa2bb0ea3830374416736dc8ec0e22f5a65092c1174c44335')
+sha256sums=('f82cc99a1ff552310d19c379827c2c64dd9f85a38bcd5559db2470161867b786')
 
 prepare() {
   cd stevedore-$pkgver



[arch-commits] Commit in python-stevedore/repos/community-any (PKGBUILD PKGBUILD)

2022-07-12 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 12, 2022 @ 17:36:19
  Author: foutrelis
Revision: 1250742

archrelease: copy trunk to community-any

Added:
  python-stevedore/repos/community-any/PKGBUILD
(from rev 1250741, python-stevedore/trunk/PKGBUILD)
Deleted:
  python-stevedore/repos/community-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-12 17:36:15 UTC (rev 1250741)
+++ PKGBUILD2022-07-12 17:36:19 UTC (rev 1250742)
@@ -1,27 +0,0 @@
-# Maintainer: Evangelos Foutras https://github.com/openstack/stevedore";
-license=('Apache')
-depends=('python')
-makedepends=('python-pbr')
-options=('!emptydirs')
-source=(https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('f40253887d8712eaa2bb0ea3830374416736dc8ec0e22f5a65092c1174c44335')
-
-prepare() {
-  cd stevedore-$pkgver
-  # Remove dependency on pbr; it's not a runtime dependency
-  sed -i '/pbr/d' requirements.txt
-}
-
-package() {
-  cd stevedore-$pkgver
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-stevedore/repos/community-any/PKGBUILD (from rev 1250741, 
python-stevedore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-12 17:36:19 UTC (rev 1250742)
@@ -0,0 +1,27 @@
+# Maintainer: Evangelos Foutras https://github.com/openstack/stevedore";
+license=('Apache')
+depends=('python')
+makedepends=('python-pbr')
+options=('!emptydirs')
+source=(https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
+sha256sums=('f82cc99a1ff552310d19c379827c2c64dd9f85a38bcd5559db2470161867b786')
+
+prepare() {
+  cd stevedore-$pkgver
+  # Remove dependency on pbr; it's not a runtime dependency
+  sed -i '/pbr/d' requirements.txt
+}
+
+package() {
+  cd stevedore-$pkgver
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in lib32-libidn2/repos/multilib-x86_64 (PKGBUILD PKGBUILD keys)

2022-07-12 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 12, 2022 @ 08:41:08
  Author: foutrelis
Revision: 1250377

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libidn2/repos/multilib-x86_64/PKGBUILD
(from rev 1250376, lib32-libidn2/trunk/PKGBUILD)
  lib32-libidn2/repos/multilib-x86_64/keys/
Deleted:
  lib32-libidn2/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   91 ++---
 1 file changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-12 08:41:04 UTC (rev 1250376)
+++ PKGBUILD2022-07-12 08:41:08 UTC (rev 1250377)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Evangelos Foutras 
-# Contributor: Daurnimator 
-
-pkgname=lib32-libidn2
-pkgver=2.3.2
-pkgrel=1
-pkgdesc='Free software implementation of IDNA2008, Punycode and TR46'
-url='https://www.gnu.org/software/libidn/#libidn2'
-arch=('x86_64')
-license=('GPL2' 'LGPL3')
-depends=('libidn2' 'lib32-glibc' 'lib32-libunistring')
-makedepends=('gtk-doc' 'ruby-ronn')
-source=(https://ftp.gnu.org/gnu/libidn/libidn2-${pkgver}.tar.gz{,.sig})
-sha256sums=('76940cd4e778e8093579a9d195b25fff5e936e9dc6242068528b437a76764f91'
-'SKIP')
-validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'  # Simon Josefsson 

-  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

-
-prepare() {
-  cd libidn2-${pkgver}
-  autoreconf -fvi
-}
-
-build() {
-  cd libidn2-${pkgver}
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd libidn2-${pkgver}
-  make check
-}
-package() {
-  cd libidn2-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libidn2/repos/multilib-x86_64/PKGBUILD (from rev 1250376, 
lib32-libidn2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-12 08:41:08 UTC (rev 1250377)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Contributor: Evangelos Foutras 
+# Contributor: Daurnimator 
+
+pkgname=lib32-libidn2
+pkgver=2.3.3
+pkgrel=1
+pkgdesc='Free software implementation of IDNA2008, Punycode and TR46'
+url='https://www.gnu.org/software/libidn/#libidn2'
+arch=('x86_64')
+license=('GPL2' 'LGPL3')
+depends=('libidn2' 'lib32-glibc' 'lib32-libunistring')
+makedepends=('gtk-doc' 'ruby-ronn')
+source=(https://ftp.gnu.org/gnu/libidn/libidn2-${pkgver}.tar.gz{,.sig})
+sha256sums=('f3ac987522c00d33d44b323cae424e2cffcb4c63c6aa6cd1376edacbf1c36eb0'
+'SKIP')
+validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE') # Simon Josefsson 

+
+prepare() {
+  cd libidn2-${pkgver}
+  autoreconf -fvi
+}
+
+build() {
+  cd libidn2-${pkgver}
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd libidn2-${pkgver}
+  make check
+}
+package() {
+  cd libidn2-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-12 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 12, 2022 @ 08:41:04
  Author: foutrelis
Revision: 1250376

upgpkg: lib32-libidn2 2.3.3-1: new upstrem release

New PGP key verified using:

$ curl -s https://josefsson.org/key-transition-2019-03-20.txt | gpg --verify
gpg: Signature made Thu 21 Mar 2019 08:16:36 PM UTC
gpg:using RSA key 9AA9BDB11BB1B99A21285A330664A76954265E8C
gpg: Good signature from "Simon Josefsson " [unknown]
gpg: aka "Simon Josefsson " [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the owner.
Primary key fingerprint: 9AA9 BDB1 1BB1 B99A 2128  5A33 0664 A769 5426 5E8C
gpg: Signature made Thu 21 Mar 2019 08:16:36 PM UTC
gpg:using EDDSA key B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE
gpg: Good signature from "Simon Josefsson " [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the owner.
Primary key fingerprint: B1D2 BD13 75BE CB78 4CF4  F8C4 D73C F638 C53C 06BE

Added:
  lib32-libidn2/trunk/keys/
  lib32-libidn2/trunk/keys/pgp/
  lib32-libidn2/trunk/keys/pgp/B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.asc
Modified:
  lib32-libidn2/trunk/PKGBUILD

---+
 PKGBUILD  |7 +++
 keys/pgp/B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.asc |1 +
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-12 07:26:41 UTC (rev 1250375)
+++ PKGBUILD2022-07-12 08:41:04 UTC (rev 1250376)
@@ -3,7 +3,7 @@
 # Contributor: Daurnimator 
 
 pkgname=lib32-libidn2
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc='Free software implementation of IDNA2008, Punycode and TR46'
 url='https://www.gnu.org/software/libidn/#libidn2'
@@ -12,10 +12,9 @@
 depends=('libidn2' 'lib32-glibc' 'lib32-libunistring')
 makedepends=('gtk-doc' 'ruby-ronn')
 source=(https://ftp.gnu.org/gnu/libidn/libidn2-${pkgver}.tar.gz{,.sig})
-sha256sums=('76940cd4e778e8093579a9d195b25fff5e936e9dc6242068528b437a76764f91'
+sha256sums=('f3ac987522c00d33d44b323cae424e2cffcb4c63c6aa6cd1376edacbf1c36eb0'
 'SKIP')
-validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'  # Simon Josefsson 

-  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

+validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE') # Simon Josefsson 

 
 prepare() {
   cd libidn2-${pkgver}

Added: keys/pgp/B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.asc
===
(Binary files differ)

Index: lib32-libidn2/trunk/keys/pgp/B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.asc
===
--- keys/pgp/B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.asc   2022-07-12 
07:26:41 UTC (rev 1250375)
+++ keys/pgp/B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.asc   2022-07-12 
08:41:04 UTC (rev 1250376)

Property changes on: 
lib32-libidn2/trunk/keys/pgp/B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in libidn2/repos (3 files)

2022-07-12 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 12, 2022 @ 08:20:54
  Author: foutrelis
Revision: 450881

archrelease: copy trunk to testing-x86_64

Added:
  libidn2/repos/testing-x86_64/
  libidn2/repos/testing-x86_64/PKGBUILD
(from rev 450880, libidn2/trunk/PKGBUILD)
  libidn2/repos/testing-x86_64/keys/

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

Copied: libidn2/repos/testing-x86_64/PKGBUILD (from rev 450880, 
libidn2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-07-12 08:20:54 UTC (rev 450881)
@@ -0,0 +1,41 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Daurnimator 
+
+pkgname=libidn2
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="Free software implementation of IDNA2008, Punycode and TR46"
+arch=('x86_64')
+url="https://www.gnu.org/software/libidn/#libidn2";
+license=('GPL2' 'LGPL3')
+depends=('libunistring')
+makedepends=('ruby-ronn')
+provides=('libidn2.so')
+source=(https://ftp.gnu.org/gnu/libidn/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('f3ac987522c00d33d44b323cae424e2cffcb4c63c6aa6cd1376edacbf1c36eb0'
+'SKIP')
+validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE') # Simon Josefsson 

+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-12 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 12, 2022 @ 08:20:50
  Author: foutrelis
Revision: 450880

upgpkg: libidn2 2.3.3-1: new upstream release

New PGP key verified using:

$ curl -s https://josefsson.org/key-transition-2019-03-20.txt | gpg --verify
gpg: Signature made Thu 21 Mar 2019 08:16:36 PM UTC
gpg:using RSA key 9AA9BDB11BB1B99A21285A330664A76954265E8C
gpg: Good signature from "Simon Josefsson " [unknown]
gpg: aka "Simon Josefsson " [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the owner.
Primary key fingerprint: 9AA9 BDB1 1BB1 B99A 2128  5A33 0664 A769 5426 5E8C
gpg: Signature made Thu 21 Mar 2019 08:16:36 PM UTC
gpg:using EDDSA key B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE
gpg: Good signature from "Simon Josefsson " [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:  There is no indication that the signature belongs to the owner.
Primary key fingerprint: B1D2 BD13 75BE CB78 4CF4  F8C4 D73C F638 C53C 06BE

Added:
  libidn2/trunk/keys/
  libidn2/trunk/keys/pgp/
  libidn2/trunk/keys/pgp/B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.asc
Modified:
  libidn2/trunk/PKGBUILD

---+
 PKGBUILD  |8 +++-
 keys/pgp/B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.asc |1 +
 2 files changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-12 06:49:25 UTC (rev 450879)
+++ PKGBUILD2022-07-12 08:20:50 UTC (rev 450880)
@@ -2,7 +2,7 @@
 # Contributor: Daurnimator 
 
 pkgname=libidn2
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc="Free software implementation of IDNA2008, Punycode and TR46"
 arch=('x86_64')
@@ -12,12 +12,10 @@
 makedepends=('ruby-ronn')
 provides=('libidn2.so')
 source=(https://ftp.gnu.org/gnu/libidn/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('76940cd4e778e8093579a9d195b25fff5e936e9dc6242068528b437a76764f91'
+sha256sums=('f3ac987522c00d33d44b323cae424e2cffcb4c63c6aa6cd1376edacbf1c36eb0'
 'SKIP')
-validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'  # Simon Josefsson 

-  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

+validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE') # Simon Josefsson 

 
-
 prepare() {
   cd $pkgname-$pkgver
 }

Added: keys/pgp/B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.asc
===
(Binary files differ)

Index: libidn2/trunk/keys/pgp/B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.asc
===
--- keys/pgp/B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.asc   2022-07-12 
06:49:25 UTC (rev 450879)
+++ keys/pgp/B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.asc   2022-07-12 
08:20:50 UTC (rev 450880)

Property changes on: 
libidn2/trunk/keys/pgp/B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in gn/trunk (repro.patch)

2022-07-11 Thread Evangelos Foutras via arch-commits
Date: Monday, July 11, 2022 @ 17:39:38
  Author: foutrelis
Revision: 450875

Remove repro patch merged upstream

Deleted:
  gn/trunk/repro.patch

-+
 repro.patch |   29 -
 1 file changed, 29 deletions(-)

Deleted: repro.patch
===
--- repro.patch 2022-07-11 17:39:17 UTC (rev 450874)
+++ repro.patch 2022-07-11 17:39:38 UTC (rev 450875)
@@ -1,29 +0,0 @@
-From 102a161c76f8d4c8157390b7087ae6e65ec9d7cf Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Thu, 7 Jul 2022 06:18:12 +0300
-Subject: [PATCH] build/gen.py: Make LAST_COMMIT_POSITION reproducible
-
-Abbreviated hashes can vary in length depending on the number of objects
-in the Git repository. This frequently breaks reproducibility for distro
-packages. Address this by adding --abbrev=12 to the 'git describe' call.
-
-Change-Id: I2fff11ff5a8e54e437a2186ea1f7c0ec17924437

- build/gen.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/build/gen.py b/build/gen.py
-index fe56186b..f877cc24 100755
 a/build/gen.py
-+++ b/build/gen.py
-@@ -218,8 +218,8 @@ def main(argv):
- def GenerateLastCommitPosition(host, header):
-   ROOT_TAG = 'initial-commit'
-   describe_output = subprocess.check_output(
--  ['git', 'describe', 'HEAD', '--match', ROOT_TAG], 
shell=host.is_windows(),
--  cwd=REPO_ROOT)
-+  ['git', 'describe', 'HEAD', '--abbrev=12', '--match', ROOT_TAG],
-+  shell=host.is_windows(), cwd=REPO_ROOT)
-   mo = re.match(ROOT_TAG + '-(\d+)-g([0-9a-f]+)', describe_output.decode())
-   if not mo:
- raise ValueError(



[arch-commits] Commit in gn/repos/extra-x86_64 (6 files)

2022-07-11 Thread Evangelos Foutras via arch-commits
Date: Monday, July 11, 2022 @ 17:39:17
  Author: foutrelis
Revision: 450874

archrelease: copy trunk to extra-x86_64

Added:
  gn/repos/extra-x86_64/PKGBUILD
(from rev 450873, gn/trunk/PKGBUILD)
  gn/repos/extra-x86_64/chromium-gn-version.sh
(from rev 450873, gn/trunk/chromium-gn-version.sh)
  gn/repos/extra-x86_64/repro.patch
(from rev 450873, gn/trunk/repro.patch)
Deleted:
  gn/repos/extra-x86_64/PKGBUILD
  gn/repos/extra-x86_64/chromium-gn-version.sh
  gn/repos/extra-x86_64/repro.patch

+
 PKGBUILD   |   96 +--
 chromium-gn-version.sh |   42 ++--
 repro.patch|   58 ++--
 3 files changed, 94 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-11 17:39:12 UTC (rev 450873)
+++ PKGBUILD2022-07-11 17:39:17 UTC (rev 450874)
@@ -1,52 +0,0 @@
-# Maintainer: Evangelos Foutras 
-
-pkgname=gn
-pkgver=0.2042.2ecd43a1
-_commit=2ecd43a10266bd091c98e6dcde507c64f6a0dad3
-pkgrel=2
-pkgdesc="Meta-build system that generates build files for Ninja"
-arch=('x86_64')
-url="https://gn.googlesource.com/gn/";
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('clang' 'ninja' 'python' 'git')
-source=(git+https://gn.googlesource.com/gn#commit=$_commit
-repro.patch)
-sha256sums=('SKIP'
-'4f87532d0785ded35a9452bb762635c36c8e2c8e5181c4b991dab258f895e27e')
-
-pkgver() {
-  cd $pkgname
-  echo 0.$(git rev-list --count initial-commit..).$(git rev-parse --short=8 
HEAD)
-}
-
-prepare() {
-  cd $pkgname
-  # https://gn-review.googlesource.com/c/gn/+/14260
-  patch -Np1 -i ../repro.patch
-}
-
-build() {
-  cd $pkgname
-  ./build/gen.py
-  ninja -C out
-}
-
-check() {
-  cd $pkgname
-  ./out/gn_unittests
-}
-
-package() {
-  cd $pkgname
-  install -D out/gn "$pkgdir/usr/bin/gn"
-  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" docs/*
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
-  mkdir -p "$pkgdir/usr/share/vim/vimfiles"
-  cp -r misc/vim/{autoload,ftdetect,ftplugin,syntax} \
-"$pkgdir/usr/share/vim/vimfiles/"
-  install -Dm644 -t "$pkgdir/usr/share/emacs/site-lisp" misc/emacs/gn-mode.el
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gn/repos/extra-x86_64/PKGBUILD (from rev 450873, gn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-11 17:39:17 UTC (rev 450874)
@@ -0,0 +1,44 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=gn
+pkgver=0.2050.9ef32177
+_commit=9ef321772ecc161937db69acb346397e0ccc484d
+pkgrel=1
+pkgdesc="Meta-build system that generates build files for Ninja"
+arch=('x86_64')
+url="https://gn.googlesource.com/gn/";
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('clang' 'ninja' 'python' 'git')
+source=(git+https://gn.googlesource.com/gn#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  echo 0.$(git rev-list --count initial-commit..).$(git rev-parse --short=8 
HEAD)
+}
+
+build() {
+  cd $pkgname
+  ./build/gen.py
+  ninja -C out
+}
+
+check() {
+  cd $pkgname
+  ./out/gn_unittests
+}
+
+package() {
+  cd $pkgname
+  install -D out/gn "$pkgdir/usr/bin/gn"
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" docs/*
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  mkdir -p "$pkgdir/usr/share/vim/vimfiles"
+  cp -r misc/vim/{autoload,ftdetect,ftplugin,syntax} \
+"$pkgdir/usr/share/vim/vimfiles/"
+  install -Dm644 -t "$pkgdir/usr/share/emacs/site-lisp" misc/emacs/gn-mode.el
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: chromium-gn-version.sh
===
--- chromium-gn-version.sh  2022-07-11 17:39:12 UTC (rev 450873)
+++ chromium-gn-version.sh  2022-07-11 17:39:17 UTC (rev 450874)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-set -eo pipefail
-
-readonly CURL='curl -s --compressed'
-
-gn_revision_from_chrome_version() {
-  $CURL "https://chromium.googlesource.com/chromium/src/+/$1/DEPS?format=TEXT"; 
\
-| base64 -d | grep -Po "'gn_version': 'git_revision:\K[^']*"
-}
-
-{
-  echo channel version gn_revision
-  echo --- --- ---
-  while read -r channel version; do
-echo "$channel $version $(gn_revision_from_chrome_version "$version")"
-  done < <(
-$CURL https://omahaproxy.appspot.com/json \
-  | jq -r '.[] | select ( .os == "linux" ) | .versions | .[] | 
"\(.channel) \(.version)"'
-  )
-} | column -t

Copied: gn/repos/extra-x86_64/chromium-gn-version.sh (from rev 450873, 
gn/trunk/chromium-gn-version.sh)
===
--- chromium-gn-version.sh  (rev 0)
+++ chromium-gn-version.sh  2022-07-11 17:39:17 UTC (rev 450874)
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+set -eo pipefail
+
+readonly CURL='curl -s --compressed'
+
+gn_revision_from_chrome

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

2022-07-11 Thread Evangelos Foutras via arch-commits
Date: Monday, July 11, 2022 @ 17:39:12
  Author: foutrelis
Revision: 450873

upgpkg: gn 0.2050.9ef32177-1: bump to latest revision

Modified:
  gn/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-11 17:33:16 UTC (rev 450872)
+++ PKGBUILD2022-07-11 17:39:12 UTC (rev 450873)
@@ -1,9 +1,9 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=gn
-pkgver=0.2042.2ecd43a1
-_commit=2ecd43a10266bd091c98e6dcde507c64f6a0dad3
-pkgrel=2
+pkgver=0.2050.9ef32177
+_commit=9ef321772ecc161937db69acb346397e0ccc484d
+pkgrel=1
 pkgdesc="Meta-build system that generates build files for Ninja"
 arch=('x86_64')
 url="https://gn.googlesource.com/gn/";
@@ -10,10 +10,8 @@
 license=('BSD')
 depends=('gcc-libs')
 makedepends=('clang' 'ninja' 'python' 'git')
-source=(git+https://gn.googlesource.com/gn#commit=$_commit
-repro.patch)
-sha256sums=('SKIP'
-'4f87532d0785ded35a9452bb762635c36c8e2c8e5181c4b991dab258f895e27e')
+source=(git+https://gn.googlesource.com/gn#commit=$_commit)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -20,12 +18,6 @@
   echo 0.$(git rev-list --count initial-commit..).$(git rev-parse --short=8 
HEAD)
 }
 
-prepare() {
-  cd $pkgname
-  # https://gn-review.googlesource.com/c/gn/+/14260
-  patch -Np1 -i ../repro.patch
-}
-
 build() {
   cd $pkgname
   ./build/gen.py



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

2022-07-11 Thread Evangelos Foutras via arch-commits
Date: Monday, July 11, 2022 @ 08:23:01
  Author: foutrelis
Revision: 450852

Switch back to tarball source

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-11 06:39:38 UTC (rev 450851)
+++ PKGBUILD2022-07-11 08:23:01 UTC (rev 450852)
@@ -8,7 +8,7 @@
 pkgrel=1
 _launcher_ver=8
 _gcc_patchset=4
-_manual_clone=1
+_manual_clone=0
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
 url="https://www.chromium.org/Home";
@@ -31,7 +31,7 @@
 sql-make-VirtualCursor-standard-layout-type.patch
 remove-no-opaque-pointers-flag.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('d359a415eca7beceddd1b06bb5b5b6a09da9c778ca37cfa4efeaeaa8691bfd52'
+sha256sums=('77683510f03b947332461b03954488474d95e49992efc11908f4bd8045635965'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'fed11a8987d9f9baa04457fb114f8f7fdb800300a3780927020865bcc43e4f52'
 '779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'



[arch-commits] Commit in mousepad/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-07-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, July 9, 2022 @ 19:08:16
  Author: foutrelis
Revision: 450583

archrelease: copy trunk to extra-x86_64

Added:
  mousepad/repos/extra-x86_64/PKGBUILD
(from rev 450582, mousepad/trunk/PKGBUILD)
Deleted:
  mousepad/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-09 19:08:12 UTC (rev 450582)
+++ PKGBUILD2022-07-09 19:08:16 UTC (rev 450583)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias [tobias at archlinux.org]
-
-pkgname=mousepad
-pkgver=0.5.9
-pkgrel=1
-pkgdesc="Simple text editor for Xfce"
-arch=('x86_64')
-url="https://docs.xfce.org/apps/mousepad/start";
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('gtksourceview4' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'gspell')
-optdepends=('gspell: spell checking support')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f108a8c167ec5727266ab67666f10dbd60e972d56ea03944302fdabb2167f473')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mousepad/repos/extra-x86_64/PKGBUILD (from rev 450582, 
mousepad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-09 19:08:16 UTC (rev 450583)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias [tobias at archlinux.org]
+
+pkgname=mousepad
+pkgver=0.5.10
+pkgrel=1
+pkgdesc="Simple text editor for Xfce"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/mousepad/start";
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('gtksourceview4' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'gspell')
+optdepends=('gspell: spell checking support')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6ebaf38d52bee5560d9650c52a693f8a6ed0a67d88cc938d73f7d5ce13552bad')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, July 9, 2022 @ 19:08:12
  Author: foutrelis
Revision: 450582

upgpkg: mousepad 0.5.10-1: new upstream release

Modified:
  mousepad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-09 18:40:36 UTC (rev 450581)
+++ PKGBUILD2022-07-09 19:08:12 UTC (rev 450582)
@@ -2,7 +2,7 @@
 # Contributor: tobias [tobias at archlinux.org]
 
 pkgname=mousepad
-pkgver=0.5.9
+pkgver=0.5.10
 pkgrel=1
 pkgdesc="Simple text editor for Xfce"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'gspell')
 optdepends=('gspell: spell checking support')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f108a8c167ec5727266ab67666f10dbd60e972d56ea03944302fdabb2167f473')
+sha256sums=('6ebaf38d52bee5560d9650c52a693f8a6ed0a67d88cc938d73f7d5ce13552bad')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in intel-opencl-clang/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-07-07 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 7, 2022 @ 16:50:15
  Author: foutrelis
Revision: 1248213

archrelease: copy trunk to community-x86_64

Added:
  intel-opencl-clang/repos/community-x86_64/PKGBUILD
(from rev 1248212, intel-opencl-clang/trunk/PKGBUILD)
Deleted:
  intel-opencl-clang/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-07 16:50:12 UTC (rev 1248212)
+++ PKGBUILD2022-07-07 16:50:15 UTC (rev 1248213)
@@ -1,38 +0,0 @@
-# Maintainer: Daniel Bermond 
-# Maintainer: Bruno Pagani 
-
-_srcname=opencl-clang
-pkgname=intel-${_srcname}
-pkgver=14.0.0.r1+g8c2aaa2
-pkgrel=1
-pkgdesc="Wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
-arch=(x86_64)
-url="https://github.com/intel/opencl-clang";
-license=(custom)
-depends=(clang llvm-libs spirv-llvm-translator)
-makedepends=(cmake llvm git)
-# Current point in the used LLVM branch
-_commit=8c2aaa26d080d831070f31228a0c26db2bc70ae1
-source=(git+${url}.git#commit=$_commit)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd ${_srcname}
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
-}
-
-build() {
-  cmake -B build -S ${_srcname} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLLVMSPIRV_INCLUDED_IN_LLVM=OFF \
--DSPIRV_TRANSLATOR_DIR=/usr \
--DLLVM_NO_DEAD_STRIP=ON \
--DPREFERRED_LLVM_VERSION=14.0.5 \
--Wno-dev
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm644 ${_srcname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: intel-opencl-clang/repos/community-x86_64/PKGBUILD (from rev 1248212, 
intel-opencl-clang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-07 16:50:15 UTC (rev 1248213)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+_srcname=opencl-clang
+pkgname=intel-${_srcname}
+pkgver=14.0.0.r3+g5dd5031
+pkgrel=1
+pkgdesc="Wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
+arch=(x86_64)
+url="https://github.com/intel/opencl-clang";
+license=(custom)
+depends=(clang llvm-libs spirv-llvm-translator)
+makedepends=(cmake llvm git)
+# Current point in the used LLVM branch
+_commit=5dd5031221e9172445e8905eb980694be69ffcb0
+source=(git+${url}.git#commit=$_commit)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd ${_srcname}
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
+}
+
+build() {
+  cmake -B build -S ${_srcname} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVMSPIRV_INCLUDED_IN_LLVM=OFF \
+-DSPIRV_TRANSLATOR_DIR=/usr \
+-DLLVM_NO_DEAD_STRIP=ON \
+-DPREFERRED_LLVM_VERSION=14.0.5 \
+-Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${_srcname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}



[arch-commits] Commit in intel-opencl-clang/trunk (PKGBUILD)

2022-07-07 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 7, 2022 @ 16:50:12
  Author: foutrelis
Revision: 1248212

upgpkg: intel-opencl-clang 14.0.0.r3+g5dd5031-1

Bump for https://github.com/intel/intel-graphics-compiler/issues/250.

Modified:
  intel-opencl-clang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-07 16:04:56 UTC (rev 1248211)
+++ PKGBUILD2022-07-07 16:50:12 UTC (rev 1248212)
@@ -3,7 +3,7 @@
 
 _srcname=opencl-clang
 pkgname=intel-${_srcname}
-pkgver=14.0.0.r1+g8c2aaa2
+pkgver=14.0.0.r3+g5dd5031
 pkgrel=1
 pkgdesc="Wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(clang llvm-libs spirv-llvm-translator)
 makedepends=(cmake llvm git)
 # Current point in the used LLVM branch
-_commit=8c2aaa26d080d831070f31228a0c26db2bc70ae1
+_commit=5dd5031221e9172445e8905eb980694be69ffcb0
 source=(git+${url}.git#commit=$_commit)
 sha256sums=(SKIP)
 



[arch-commits] Commit in python-jinja/repos/community-any (PKGBUILD PKGBUILD)

2022-07-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 7, 2022 @ 04:56:08
  Author: foutrelis
Revision: 1247581

archrelease: copy trunk to community-any

Added:
  python-jinja/repos/community-any/PKGBUILD
(from rev 1247580, python-jinja/trunk/PKGBUILD)
Deleted:
  python-jinja/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-07 04:56:04 UTC (rev 1247580)
+++ PKGBUILD2022-07-07 04:56:08 UTC (rev 1247581)
@@ -1,44 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: David Runge 
-# Contributor: Peter Baldwin 
-
-pkgname=python-jinja
-pkgver=3.1.2
-pkgrel=1
-epoch=1
-pkgdesc="A simple pythonic template language written in Python"
-arch=('any')
-url="https://palletsprojects.com/p/jinja/";
-license=('BSD')
-depends=('python-markupsafe')
-makedepends=('python-setuptools')
-optdepends=('python-babel: for i18n support')
-checkdepends=('python-pytest')
-source=(https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
-sha256sums=('31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852')
-
-build() {
-  cd Jinja2-$pkgver
-  python3 setup.py build
-}
-
-check() {
-  cd Jinja2-$pkgver
-  # https://github.com/pypa/setuptools/issues/2466
-  PYTHONPATH=build/lib pytest \
---deselect tests/test_loader.py::test_package_dir_list \
---deselect tests/test_loader.py::test_package_dir_source \
---deselect tests/test_loader.py::test_package_file_list \
---deselect tests/test_loader.py::test_package_file_source \
---deselect tests/test_loader.py::test_package_zip_list \
---deselect tests/test_loader.py::test_package_zip_omit_curdir \
---deselect tests/test_loader.py::test_package_zip_source
-}
-
-package() {
-  cd Jinja2-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.rst -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-jinja/repos/community-any/PKGBUILD (from rev 1247580, 
python-jinja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-07 04:56:08 UTC (rev 1247581)
@@ -0,0 +1,44 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: David Runge 
+# Contributor: Peter Baldwin 
+
+pkgname=python-jinja
+pkgver=3.1.2
+pkgrel=2
+epoch=1
+pkgdesc="A simple pythonic template language written in Python"
+arch=('any')
+url="https://palletsprojects.com/p/jinja/";
+license=('BSD')
+depends=('python-markupsafe')
+makedepends=('python-setuptools')
+optdepends=('python-babel: for i18n support')
+checkdepends=('python-pytest')
+source=(https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
+sha256sums=('31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852')
+
+build() {
+  cd Jinja2-$pkgver
+  python3 setup.py build
+}
+
+check() {
+  cd Jinja2-$pkgver
+  # https://github.com/pypa/setuptools/issues/2466
+  PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=build/lib pytest \
+--deselect tests/test_loader.py::test_package_dir_list \
+--deselect tests/test_loader.py::test_package_dir_source \
+--deselect tests/test_loader.py::test_package_file_list \
+--deselect tests/test_loader.py::test_package_file_source \
+--deselect tests/test_loader.py::test_package_zip_list \
+--deselect tests/test_loader.py::test_package_zip_omit_curdir \
+--deselect tests/test_loader.py::test_package_zip_source
+}
+
+package() {
+  cd Jinja2-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 7, 2022 @ 04:56:04
  Author: foutrelis
Revision: 1247580

upgpkg: python-jinja 1:3.1.2-2: fix repro maybe

Modified:
  python-jinja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-07 04:32:48 UTC (rev 1247579)
+++ PKGBUILD2022-07-07 04:56:04 UTC (rev 1247580)
@@ -4,7 +4,7 @@
 
 pkgname=python-jinja
 pkgver=3.1.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A simple pythonic template language written in Python"
 arch=('any')
@@ -25,7 +25,7 @@
 check() {
   cd Jinja2-$pkgver
   # https://github.com/pypa/setuptools/issues/2466
-  PYTHONPATH=build/lib pytest \
+  PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=build/lib pytest \
 --deselect tests/test_loader.py::test_package_dir_list \
 --deselect tests/test_loader.py::test_package_dir_source \
 --deselect tests/test_loader.py::test_package_file_list \



[arch-commits] Commit in python-recommonmark/repos/community-any (4 files)

2022-07-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 7, 2022 @ 04:32:48
  Author: foutrelis
Revision: 1247579

archrelease: copy trunk to community-any

Added:
  python-recommonmark/repos/community-any/PKGBUILD
(from rev 1247578, python-recommonmark/trunk/PKGBUILD)
  python-recommonmark/repos/community-any/autostructify-tab_width-fallback.patch
(from rev 1247578, 
python-recommonmark/trunk/autostructify-tab_width-fallback.patch)
Deleted:
  python-recommonmark/repos/community-any/PKGBUILD
  python-recommonmark/repos/community-any/autostructify-tab_width-fallback.patch

+
 PKGBUILD   |   92 +++
 autostructify-tab_width-fallback.patch |   24 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-07 04:32:42 UTC (rev 1247578)
+++ PKGBUILD2022-07-07 04:32:48 UTC (rev 1247579)
@@ -1,46 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Caleb Maclennan 
-# Contributor: Levente Polyak 
-
-_name=recommonmark
-pkgname=python-$_name
-pkgver=0.7.1
-pkgrel=4
-pkgdesc='Markdown parser for docutils'
-arch=('any')
-url="https://recommonmark.readthedocs.io/";
-license=('MIT')
-depends=('python' 'python-commonmark' 'python-docutils' 'python-sphinx')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=(https://files.pythonhosted.org/packages/source/r/$_name/$_name-$pkgver.tar.gz
-autostructify-tab_width-fallback.patch)
-sha256sums=('bdb4db649fdcd8d2d844f0006b958d627f732415d399791ee436a3686d67'
-'0672b55c9bd49d24cfe86cd29fa93d1ebde3f757df606e7aea74ba6e58deff26')
-
-prepare() {
-  cd $_name-$pkgver
-  patch -Np1 -i ../autostructify-tab_width-fallback.patch
-}
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-  make -C docs text man
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest --deselect tests/test_sphinx.py
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.md
-  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" \
-README.md CHANGELOG.md docs/_build/text/*.txt
-  install -Dm644 -t "$pkgdir/usr/share/man/man1" docs/_build/man/$_name.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-recommonmark/repos/community-any/PKGBUILD (from rev 1247578, 
python-recommonmark/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-07 04:32:48 UTC (rev 1247579)
@@ -0,0 +1,46 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Caleb Maclennan 
+# Contributor: Levente Polyak 
+
+_name=recommonmark
+pkgname=python-$_name
+pkgver=0.7.1
+pkgrel=5
+pkgdesc='Markdown parser for docutils'
+arch=('any')
+url="https://recommonmark.readthedocs.io/";
+license=('MIT')
+depends=('python' 'python-commonmark' 'python-docutils' 'python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=(https://files.pythonhosted.org/packages/source/r/$_name/$_name-$pkgver.tar.gz
+autostructify-tab_width-fallback.patch)
+sha256sums=('bdb4db649fdcd8d2d844f0006b958d627f732415d399791ee436a3686d67'
+'0672b55c9bd49d24cfe86cd29fa93d1ebde3f757df606e7aea74ba6e58deff26')
+
+prepare() {
+  cd $_name-$pkgver
+  patch -Np1 -i ../autostructify-tab_width-fallback.patch
+}
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+  make -C docs text man
+}
+
+check() {
+  cd $_name-$pkgver
+  PYTHONDONTWRITEBYTECODE=1 pytest --deselect tests/test_sphinx.py
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.md
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" \
+README.md CHANGELOG.md docs/_build/text/*.txt
+  install -Dm644 -t "$pkgdir/usr/share/man/man1" docs/_build/man/$_name.1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: autostructify-tab_width-fallback.patch
===
--- autostructify-tab_width-fallback.patch  2022-07-07 04:32:42 UTC (rev 
1247578)
+++ autostructify-tab_width-fallback.patch  2022-07-07 04:32:48 UTC (rev 
1247579)
@@ -1,12 +0,0 @@
-diff -upr recommonmark-0.7.1.orig/recommonmark/transform.py 
recommonmark-0.7.1/recommonmark/transform.py
 recommonmark-0.7.1.orig/recommonmark/transform.py  2019-08-09 
21:38:35.0 +0300
-+++ recommonmark-0.7.1/recommonmark/transform.py   2022-05-31 
13:35:09.247049278 +0300
-@@ -28,6 +28,8 @@ class AutoStructify(transforms.Transform
- self.config.update(new_cfg)
- except AttributeError:
- pass
-+# provide fallback like 
https://repo.or.cz/docutils.git/commit/e3bd0958bac8
-+self.document.settings.setdefault('tab_width', 8)
- 
- # Deprecation

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

2022-07-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 7, 2022 @ 04:32:42
  Author: foutrelis
Revision: 1247578

upgpkg: python-recommonmark 0.7.1-5: fix repro maybe

Avoid generating files in tests/__pycache__/ when running the tests;
these end up in *.egg-info/SOURCES.txt which differs when rebuilderd
builds the package without running check().

Modified:
  python-recommonmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-07 03:41:51 UTC (rev 1247577)
+++ PKGBUILD2022-07-07 04:32:42 UTC (rev 1247578)
@@ -5,7 +5,7 @@
 _name=recommonmark
 pkgname=python-$_name
 pkgver=0.7.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Markdown parser for docutils'
 arch=('any')
 url="https://recommonmark.readthedocs.io/";
@@ -31,7 +31,7 @@
 
 check() {
   cd $_name-$pkgver
-  pytest --deselect tests/test_sphinx.py
+  PYTHONDONTWRITEBYTECODE=1 pytest --deselect tests/test_sphinx.py
 }
 
 package() {



[arch-commits] Commit in arch-install-scripts/repos/extra-any (4 files)

2022-07-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 7, 2022 @ 03:46:38
  Author: foutrelis
Revision: 449963

archrelease: copy trunk to extra-any

Added:
  arch-install-scripts/repos/extra-any/PKGBUILD
(from rev 449962, arch-install-scripts/trunk/PKGBUILD)
  arch-install-scripts/repos/extra-any/keys/
Deleted:
  arch-install-scripts/repos/extra-any/PKGBUILD
  arch-install-scripts/repos/extra-any/keys/

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-07 03:46:33 UTC (rev 449962)
+++ PKGBUILD2022-07-07 03:46:38 UTC (rev 449963)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-# Maintainer: Morten Linderud 
-# Contributor: Dave Reisner 
-
-pkgname=arch-install-scripts
-pkgver=25
-pkgrel=1
-pkgdesc="Scripts to aid in installing Arch Linux"
-arch=('any')
-url="https://github.com/archlinux/arch-install-scripts";
-license=('GPL2')
-depends=('awk' 'bash' 'coreutils' 'pacman' 'util-linux')
-makedepends=('asciidoc' 'git')
-source=("git+https://github.com/archlinux/arch-install-scripts#tag=v${pkgver}?signed";)
-validpgpkeys=(
-  'BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B'  # Eli Schwartz
-  'C100346676634E80C940FB9E9C02FF419FECBE16'  # MortenLinderud
-)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-  git describe | sed 's/^v//'
-}
-
-build() {
-  make -C "$pkgname"
-}
-
-check() {
-  make -C "$pkgname" check
-}
-
-package() {
-  make -C "$pkgname" PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: arch-install-scripts/repos/extra-any/PKGBUILD (from rev 449962, 
arch-install-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-07 03:46:38 UTC (rev 449963)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+# Maintainer: Morten Linderud 
+# Contributor: Dave Reisner 
+
+pkgname=arch-install-scripts
+pkgver=25
+pkgrel=2
+pkgdesc="Scripts to aid in installing Arch Linux"
+arch=('any')
+url="https://github.com/archlinux/arch-install-scripts";
+license=('GPL2')
+depends=('awk' 'bash' 'coreutils' 'grep' 'pacman' 'util-linux')
+makedepends=('asciidoc' 'git')
+source=("git+https://github.com/archlinux/arch-install-scripts#tag=v${pkgver}?signed";)
+validpgpkeys=(
+  'BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B'  # Eli Schwartz
+  'C100346676634E80C940FB9E9C02FF419FECBE16'  # MortenLinderud
+)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+  git describe | sed 's/^v//'
+}
+
+build() {
+  make -C "$pkgname"
+}
+
+check() {
+  make -C "$pkgname" check
+}
+
+package() {
+  make -C "$pkgname" PREFIX=/usr DESTDIR="$pkgdir" install
+}



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

2022-07-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 7, 2022 @ 03:46:33
  Author: foutrelis
Revision: 449962

upgpkg: arch-install-scripts 25-2: depend on grep

grep is called in the declare_all() function used by pacstrap and
arch-chroot. Should fix the following repro failure in rebuilderd:

==> Installing packages
/usr/bin/pacstrap: line 182: grep: command not found

Modified:
  arch-install-scripts/trunk/PKGBUILD
  
arch-install-scripts/trunk/keys/pgp/BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B.asc

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-07 03:21:46 UTC (rev 449961)
+++ PKGBUILD2022-07-07 03:46:33 UTC (rev 449962)
@@ -4,12 +4,12 @@
 
 pkgname=arch-install-scripts
 pkgver=25
-pkgrel=1
+pkgrel=2
 pkgdesc="Scripts to aid in installing Arch Linux"
 arch=('any')
 url="https://github.com/archlinux/arch-install-scripts";
 license=('GPL2')
-depends=('awk' 'bash' 'coreutils' 'pacman' 'util-linux')
+depends=('awk' 'bash' 'coreutils' 'grep' 'pacman' 'util-linux')
 makedepends=('asciidoc' 'git')
 
source=("git+https://github.com/archlinux/arch-install-scripts#tag=v${pkgver}?signed";)
 validpgpkeys=(

Modified: keys/pgp/BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B.asc
===
(Binary files differ)



[arch-commits] Commit in gn/repos/extra-x86_64 (5 files)

2022-07-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 7, 2022 @ 03:21:46
  Author: foutrelis
Revision: 449961

archrelease: copy trunk to extra-x86_64

Added:
  gn/repos/extra-x86_64/PKGBUILD
(from rev 449960, gn/trunk/PKGBUILD)
  gn/repos/extra-x86_64/chromium-gn-version.sh
(from rev 449960, gn/trunk/chromium-gn-version.sh)
  gn/repos/extra-x86_64/repro.patch
(from rev 449960, gn/trunk/repro.patch)
Deleted:
  gn/repos/extra-x86_64/PKGBUILD
  gn/repos/extra-x86_64/chromium-gn-version.sh

+
 PKGBUILD   |   96 +--
 chromium-gn-version.sh |   42 ++--
 repro.patch|   29 ++
 3 files changed, 102 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-07 03:21:41 UTC (rev 449960)
+++ PKGBUILD2022-07-07 03:21:46 UTC (rev 449961)
@@ -1,44 +0,0 @@
-# Maintainer: Evangelos Foutras 
-
-pkgname=gn
-pkgver=0.2042.2ecd43a1
-_commit=2ecd43a10266bd091c98e6dcde507c64f6a0dad3
-pkgrel=1
-pkgdesc="Meta-build system that generates build files for Ninja"
-arch=('x86_64')
-url="https://gn.googlesource.com/gn/";
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('clang' 'ninja' 'python' 'git')
-source=(git+https://gn.googlesource.com/gn#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  echo 0.$(git rev-list --count initial-commit..).$(git rev-parse --short=8 
HEAD)
-}
-
-build() {
-  cd $pkgname
-  ./build/gen.py
-  ninja -C out
-}
-
-check() {
-  cd $pkgname
-  ./out/gn_unittests
-}
-
-package() {
-  cd $pkgname
-  install -D out/gn "$pkgdir/usr/bin/gn"
-  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" docs/*
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
-  mkdir -p "$pkgdir/usr/share/vim/vimfiles"
-  cp -r misc/vim/{autoload,ftdetect,ftplugin,syntax} \
-"$pkgdir/usr/share/vim/vimfiles/"
-  install -Dm644 -t "$pkgdir/usr/share/emacs/site-lisp" misc/emacs/gn-mode.el
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gn/repos/extra-x86_64/PKGBUILD (from rev 449960, gn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-07 03:21:46 UTC (rev 449961)
@@ -0,0 +1,52 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=gn
+pkgver=0.2042.2ecd43a1
+_commit=2ecd43a10266bd091c98e6dcde507c64f6a0dad3
+pkgrel=2
+pkgdesc="Meta-build system that generates build files for Ninja"
+arch=('x86_64')
+url="https://gn.googlesource.com/gn/";
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('clang' 'ninja' 'python' 'git')
+source=(git+https://gn.googlesource.com/gn#commit=$_commit
+repro.patch)
+sha256sums=('SKIP'
+'4f87532d0785ded35a9452bb762635c36c8e2c8e5181c4b991dab258f895e27e')
+
+pkgver() {
+  cd $pkgname
+  echo 0.$(git rev-list --count initial-commit..).$(git rev-parse --short=8 
HEAD)
+}
+
+prepare() {
+  cd $pkgname
+  # https://gn-review.googlesource.com/c/gn/+/14260
+  patch -Np1 -i ../repro.patch
+}
+
+build() {
+  cd $pkgname
+  ./build/gen.py
+  ninja -C out
+}
+
+check() {
+  cd $pkgname
+  ./out/gn_unittests
+}
+
+package() {
+  cd $pkgname
+  install -D out/gn "$pkgdir/usr/bin/gn"
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" docs/*
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  mkdir -p "$pkgdir/usr/share/vim/vimfiles"
+  cp -r misc/vim/{autoload,ftdetect,ftplugin,syntax} \
+"$pkgdir/usr/share/vim/vimfiles/"
+  install -Dm644 -t "$pkgdir/usr/share/emacs/site-lisp" misc/emacs/gn-mode.el
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: chromium-gn-version.sh
===
--- chromium-gn-version.sh  2022-07-07 03:21:41 UTC (rev 449960)
+++ chromium-gn-version.sh  2022-07-07 03:21:46 UTC (rev 449961)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-set -eo pipefail
-
-readonly CURL='curl -s --compressed'
-
-gn_revision_from_chrome_version() {
-  $CURL "https://chromium.googlesource.com/chromium/src/+/$1/DEPS?format=TEXT"; 
\
-| base64 -d | grep -Po "'gn_version': 'git_revision:\K[^']*"
-}
-
-{
-  echo channel version gn_revision
-  echo --- --- ---
-  while read -r channel version; do
-echo "$channel $version $(gn_revision_from_chrome_version "$version")"
-  done < <(
-$CURL https://omahaproxy.appspot.com/json \
-  | jq -r '.[] | select ( .os == "linux" ) | .versions | .[] | 
"\(.channel) \(.version)"'
-  )
-} | column -t

Copied: gn/repos/extra-x86_64/chromium-gn-version.sh (from rev 449960, 
gn/trunk/chromium-gn-version.sh)
===
--- chromium-gn-version.sh  (rev 0)
+++ chromium-gn-version.sh  2022-07-07 03:21:46 UTC (rev 449961)
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+set -eo pipefail
+
+readonly CURL='curl -s --compressed'
+
+gn_revision_from_chrome_version() {
+  $CURL "https://chromium.googlesou

[arch-commits] Commit in gn/trunk (PKGBUILD repro.patch)

2022-07-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, July 7, 2022 @ 03:21:41
  Author: foutrelis
Revision: 449960

upgpkg: gn 0.2042.2ecd43a1-2: fix repro maybe

Added:
  gn/trunk/repro.patch
Modified:
  gn/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++---
 repro.patch |   29 +
 2 files changed, 40 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-06 23:50:30 UTC (rev 449959)
+++ PKGBUILD2022-07-07 03:21:41 UTC (rev 449960)
@@ -3,7 +3,7 @@
 pkgname=gn
 pkgver=0.2042.2ecd43a1
 _commit=2ecd43a10266bd091c98e6dcde507c64f6a0dad3
-pkgrel=1
+pkgrel=2
 pkgdesc="Meta-build system that generates build files for Ninja"
 arch=('x86_64')
 url="https://gn.googlesource.com/gn/";
@@ -10,8 +10,10 @@
 license=('BSD')
 depends=('gcc-libs')
 makedepends=('clang' 'ninja' 'python' 'git')
-source=(git+https://gn.googlesource.com/gn#commit=$_commit)
-sha256sums=('SKIP')
+source=(git+https://gn.googlesource.com/gn#commit=$_commit
+repro.patch)
+sha256sums=('SKIP'
+'4f87532d0785ded35a9452bb762635c36c8e2c8e5181c4b991dab258f895e27e')
 
 pkgver() {
   cd $pkgname
@@ -18,6 +20,12 @@
   echo 0.$(git rev-list --count initial-commit..).$(git rev-parse --short=8 
HEAD)
 }
 
+prepare() {
+  cd $pkgname
+  # https://gn-review.googlesource.com/c/gn/+/14260
+  patch -Np1 -i ../repro.patch
+}
+
 build() {
   cd $pkgname
   ./build/gen.py

Added: repro.patch
===
--- repro.patch (rev 0)
+++ repro.patch 2022-07-07 03:21:41 UTC (rev 449960)
@@ -0,0 +1,29 @@
+From 102a161c76f8d4c8157390b7087ae6e65ec9d7cf Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Thu, 7 Jul 2022 06:18:12 +0300
+Subject: [PATCH] build/gen.py: Make LAST_COMMIT_POSITION reproducible
+
+Abbreviated hashes can vary in length depending on the number of objects
+in the Git repository. This frequently breaks reproducibility for distro
+packages. Address this by adding --abbrev=12 to the 'git describe' call.
+
+Change-Id: I2fff11ff5a8e54e437a2186ea1f7c0ec17924437
+---
+ build/gen.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/build/gen.py b/build/gen.py
+index fe56186b..f877cc24 100755
+--- a/build/gen.py
 b/build/gen.py
+@@ -218,8 +218,8 @@ def main(argv):
+ def GenerateLastCommitPosition(host, header):
+   ROOT_TAG = 'initial-commit'
+   describe_output = subprocess.check_output(
+-  ['git', 'describe', 'HEAD', '--match', ROOT_TAG], 
shell=host.is_windows(),
+-  cwd=REPO_ROOT)
++  ['git', 'describe', 'HEAD', '--abbrev=12', '--match', ROOT_TAG],
++  shell=host.is_windows(), cwd=REPO_ROOT)
+   mo = re.match(ROOT_TAG + '-(\d+)-g([0-9a-f]+)', describe_output.decode())
+   if not mo:
+ raise ValueError(



[arch-commits] Commit in xfce4-settings/repos/extra-x86_64 (4 files)

2022-07-05 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 5, 2022 @ 14:33:35
  Author: foutrelis
Revision: 449919

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-settings/repos/extra-x86_64/PKGBUILD
(from rev 449918, xfce4-settings/trunk/PKGBUILD)
  xfce4-settings/repos/extra-x86_64/default-xsettings-xml.patch
(from rev 449918, xfce4-settings/trunk/default-xsettings-xml.patch)
Deleted:
  xfce4-settings/repos/extra-x86_64/PKGBUILD
  xfce4-settings/repos/extra-x86_64/default-xsettings-xml.patch

-+
 PKGBUILD|  112 +-
 default-xsettings-xml.patch |   52 +--
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-05 14:33:31 UTC (rev 449918)
+++ PKGBUILD2022-07-05 14:33:35 UTC (rev 449919)
@@ -1,56 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Corrado Primier 
-
-pkgname=xfce4-settings
-pkgver=4.16.2
-pkgrel=2
-pkgdesc="Settings manager of the Xfce desktop"
-arch=('x86_64')
-url="https://docs.xfce.org/xfce/xfce4-settings/start";
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libnotify' 'libcanberra'
- 'colord' 'libxklavier' 'adwaita-icon-theme' 'gnome-themes-extra')
-makedepends=('intltool' 'xf86-input-libinput')
-optdepends=('python: xfce4-compose-mail -- "mailto:"; URI handling')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-
$pkgname-fix-ColorSettings-release.patch::https://gitlab.xfce.org/xfce/xfce4-settings/-/commit/4bc8ef847a1a.patch
-default-xsettings-xml.patch)
-sha256sums=('4dd7cb420860535e687f673c0b5c0274e0d2fb67181281d4b85be9197da03d7e'
-'551add99a48c7c7863638967194c98e17a4e39bfc391da7b66094957d102dc57'
-'8e9a6c70ab0ceb5d91b637dc290768f8a47edb5d7b6e2eebc4459dbc4ee040d7')
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/211
-  patch -Np1 -i ../$pkgname-fix-ColorSettings-release.patch
-
-  # Enable Adwaita theme and font hinting by default
-  patch -Np1 -i "$srcdir/default-xsettings-xml.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-static \
---enable-xrandr \
---enable-xcursor \
---enable-libnotify \
---enable-libxklavier \
---enable-pluggable-dialogs \
---enable-sound-settings \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-settings/repos/extra-x86_64/PKGBUILD (from rev 449918, 
xfce4-settings/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-05 14:33:35 UTC (rev 449919)
@@ -0,0 +1,56 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Corrado Primier 
+
+pkgname=xfce4-settings
+pkgver=4.16.3
+pkgrel=1
+pkgdesc="Settings manager of the Xfce desktop"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/xfce4-settings/start";
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libnotify' 'libcanberra'
+ 'colord' 'libxklavier' 'adwaita-icon-theme' 'gnome-themes-extra')
+makedepends=('intltool' 'xf86-input-libinput')
+optdepends=('python: xfce4-compose-mail -- "mailto:"; URI handling')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+
$pkgname-fix-ColorSettings-release.patch::https://gitlab.xfce.org/xfce/xfce4-settings/-/commit/4bc8ef847a1a.patch
+default-xsettings-xml.patch)
+sha256sums=('f299e6d26d8e142c0b7edeb9b8917d6bd50bc8647254ea585069c68f2bab8e64'
+'551add99a48c7c7863638967194c98e17a4e39bfc391da7b66094957d102dc57'
+'8e9a6c70ab0ceb5d91b637dc290768f8a47edb5d7b6e2eebc4459dbc4ee040d7')
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/211
+  patch -Np1 -i ../$pkgname-fix-ColorSettings-release.patch
+
+  # Enable Adwaita theme and font hinting by default
+  patch -Np1 -i "$srcdir/default-xsettings-xml.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--enable-xrandr \
+--enable-xcursor \
+--enable-libnotify \
+--enable-libxklavier \
+--enable-pluggable-dialogs \
+--enable-sound-settings \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: default-xsettings-xml.patch
===
--- default-xsettings-xml.patch 2022-07-05 14:33:31 UTC (rev 

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

2022-07-05 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 5, 2022 @ 14:33:31
  Author: foutrelis
Revision: 449918

upgpkg: xfce4-settings 4.16.3-1: new upstream release

Modified:
  xfce4-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-05 14:28:56 UTC (rev 449917)
+++ PKGBUILD2022-07-05 14:33:31 UTC (rev 449918)
@@ -3,8 +3,8 @@
 # Contributor: Corrado Primier 
 
 pkgname=xfce4-settings
-pkgver=4.16.2
-pkgrel=2
+pkgver=4.16.3
+pkgrel=1
 pkgdesc="Settings manager of the Xfce desktop"
 arch=('x86_64')
 url="https://docs.xfce.org/xfce/xfce4-settings/start";
@@ -17,7 +17,7 @@
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
 
$pkgname-fix-ColorSettings-release.patch::https://gitlab.xfce.org/xfce/xfce4-settings/-/commit/4bc8ef847a1a.patch
 default-xsettings-xml.patch)
-sha256sums=('4dd7cb420860535e687f673c0b5c0274e0d2fb67181281d4b85be9197da03d7e'
+sha256sums=('f299e6d26d8e142c0b7edeb9b8917d6bd50bc8647254ea585069c68f2bab8e64'
 '551add99a48c7c7863638967194c98e17a4e39bfc391da7b66094957d102dc57'
 '8e9a6c70ab0ceb5d91b637dc290768f8a47edb5d7b6e2eebc4459dbc4ee040d7')
 prepare() {



  1   2   3   4   5   6   7   8   9   10   >