[Git][archlinux/packaging/packages/chromium] Pushed new tag 125.0.6422.141-1

2024-05-31 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 125.0.6422.141-1 at Arch Linux / Packaging / 
Packages / chromium

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/tree/125.0.6422.141-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 125.0.6422.141-1

2024-05-31 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
82b20cce by Evangelos Foutras at 2024-06-01T02:45:22+03:00
upgpkg: 125.0.6422.141-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 125.0.6422.112
+   pkgver = 125.0.6422.141
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -53,17 +53,19 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-125.0.6422.112.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-125.0.6422.141.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/125/chromium-patches-125.tar.bz2
source = fix-a-missing-build-dependency.patch
+   source = allow-ANGLEImplementation-kVulkan.patch
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
ba48d13e506ae68bd6d01a808cdc186ee09322daafeb0bddf95dae59b0b4276b
+   sha256sums = 
9966b50279d0cfaaf4b58570387f0d526388f8d5f6dd990e3f083a55d8d8e603
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
58c8787bd215c4818893405dbb88c17b08bf13039fb5fbcb9dfe95ac51a86f3e
sha256sums = 
75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93
+   sha256sums = 
8f81059d79040ec598b5fb077808ec69d26d6c9cbebf9c4f4ea48b388a2596c5
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1
sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
sha256sums = 
69d2f076223cab0cf1094ae58c39b5687a98f69bf4545414a35f6a4d2708ed83


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=125.0.6422.112
+pkgver=125.0.6422.141
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -32,7 +32,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('ba48d13e506ae68bd6d01a808cdc186ee09322daafeb0bddf95dae59b0b4276b'
+sha256sums=('9966b50279d0cfaaf4b58570387f0d526388f8d5f6dd990e3f083a55d8d8e603'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '58c8787bd215c4818893405dbb88c17b08bf13039fb5fbcb9dfe95ac51a86f3e'
 '75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/82b20ccec74b5fbfee875e9ebb611a3fe53da927

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




[Git][archlinux/packaging/packages/chromium][main] Allow ANGLEImplementation::kVulkan on Wayland

2024-05-28 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
07e8575a by Evangelos Foutras at 2024-05-29T08:24:51+03:00
Allow ANGLEImplementation::kVulkan on Wayland

Closes !6

- - - - -


2 changed files:

- PKGBUILD
- + allow-ANGLEImplementation-kVulkan.patch


Changes:

=
PKGBUILD
=
@@ -28,6 +28,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/${pkgver%%.*}/chromium-patches-${pkgver%%.*}.tar.bz2
 fix-a-missing-build-dependency.patch
+allow-ANGLEImplementation-kVulkan.patch
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
@@ -35,6 +36,7 @@ 
sha256sums=('ba48d13e506ae68bd6d01a808cdc186ee09322daafeb0bddf95dae59b0b4276b'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '58c8787bd215c4818893405dbb88c17b08bf13039fb5fbcb9dfe95ac51a86f3e'
 '75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93'
+'8f81059d79040ec598b5fb077808ec69d26d6c9cbebf9c4f4ea48b388a2596c5'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'
 'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
 '69d2f076223cab0cf1094ae58c39b5687a98f69bf4545414a35f6a4d2708ed83')
@@ -108,6 +110,7 @@ prepare() {
 
   # Upstream fixes
   patch -Np1 -i ../fix-a-missing-build-dependency.patch
+  patch -Np1 -i ../allow-ANGLEImplementation-kVulkan.patch
 
   # Drop compiler flag that needs newer clang
   patch -Np1 -i ../drop-flag-unsupported-by-clang17.patch


=
allow-ANGLEImplementation-kVulkan.patch
=
@@ -0,0 +1,48 @@
+From 9ca21ac45af570ce11a1b0b96fdb163985b59178 Mon Sep 17 00:00:00 2001
+From: Ho Cheung 
+Date: Wed, 29 May 2024 00:10:25 +
+Subject: [PATCH] [ozone+wayland] Allow ANGLEImplementation::kVulkan when ozone
+ platform is Wayland
+
+When passing `gl=egl-angle,angle=vulkan` flags on
+a device with an AMD graphics card and using
+`ozone wayland`, since
+`gl::ANGLEImplementation::kVulkan` is not in
+`WaylandSurfaceFactory::GetAllowedGLImplementations`,
+As a result, it cannot be initialized normally.
+
+This CL adds `gl::ANGLEImplementation::kVulkan` to
+`WaylandSurfaceFactory::GetAllowedGLImplementations`
+to ensure that it can be initialized normally.
+
+In addition, the changes made in this CL have been
+verified by many developers or users in the Linux
+community, and should not break other things
+without passing specific flags.
+
+Get VAAPI acceleration working on amdgpus,such as
+Radeon 780M.
+
+Bug: 334275637,40722838,41392107
+Change-Id: Id1c9720159ee6149b620e12e5dc7b9df89d38409
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5568860
+Commit-Queue: Ho Cheung 
+Reviewed-by: Kramer Ge 
+Reviewed-by: Nick Yamane 
+Cr-Commit-Position: refs/heads/main@{#1307136}
+---
+ ui/ozone/platform/wayland/gpu/wayland_surface_factory.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/ui/ozone/platform/wayland/gpu/wayland_surface_factory.cc 
b/ui/ozone/platform/wayland/gpu/wayland_surface_factory.cc
+index b6e99324c02b..7602a6b8e693 100644
+--- a/ui/ozone/platform/wayland/gpu/wayland_surface_factory.cc
 b/ui/ozone/platform/wayland/gpu/wayland_surface_factory.cc
+@@ -214,6 +214,7 @@ WaylandSurfaceFactory::GetAllowedGLImplementations() {
+ impls.emplace_back(gl::ANGLEImplementation::kOpenGL);
+ impls.emplace_back(gl::ANGLEImplementation::kOpenGLES);
+ impls.emplace_back(gl::ANGLEImplementation::kSwiftShader);
++impls.emplace_back(gl::ANGLEImplementation::kVulkan);
+ impls.emplace_back(gl::kGLImplementationEGLGLES2);
+   }
+   return impls;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/07e8575a6f2151055d480a7578687704c72019f2

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




[Git][archlinux/packaging/packages/xfce4-screenshooter][main] upgpkg: 1.10.6-1

2024-05-28 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
xfce4-screenshooter


Commits:
600355c2 by Evangelos Foutras at 2024-05-29T01:28:55+03:00
upgpkg: 1.10.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,11 @@
 pkgbase = xfce4-screenshooter
pkgdesc = An application to take screenshots
-   pkgver = 1.10.5
+   pkgver = 1.10.6
pkgrel = 1
url = https://docs.xfce.org/apps/xfce4-screenshooter/start
arch = x86_64
groups = xfce4-goodies
license = GPL2
-   makedepends = intltool
makedepends = python
depends = xfce4-panel
depends = libsoup3
@@ -15,7 +14,7 @@ pkgbase = xfce4-screenshooter
depends = zenity
depends = xclip
depends = hicolor-icon-theme
-   source = 
https://archive.xfce.org/src/apps/xfce4-screenshooter/1.10/xfce4-screenshooter-1.10.5.tar.bz2
-   sha256sums = 
fa711f2a6a5517f575f2e129fe48c2678e836bd4ede5433075f3076d7670621c
+   source = 
https://archive.xfce.org/src/apps/xfce4-screenshooter/1.10/xfce4-screenshooter-1.10.6.tar.bz2
+   sha256sums = 
992066cfecfb44a68681340bfd55d524d40410aac3da6ef25c6c6cb2150a5965
 
 pkgname = xfce4-screenshooter


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=xfce4-screenshooter
-pkgver=1.10.5
+pkgver=1.10.6
 pkgrel=1
 pkgdesc="An application to take screenshots"
 arch=('x86_64')
@@ -11,9 +11,9 @@ license=('GPL2')
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libsoup3' 'curl' 'jq' 'zenity' 'xclip'
  'hicolor-icon-theme')
-makedepends=('intltool' 'python')
+makedepends=('python')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fa711f2a6a5517f575f2e129fe48c2678e836bd4ede5433075f3076d7670621c')
+sha256sums=('992066cfecfb44a68681340bfd55d524d40410aac3da6ef25c6c6cb2150a5965')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-screenshooter/-/commit/600355c26296639db4cc76695fccbe9ec89b798c

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




[Git][archlinux/packaging/packages/xfce4-screenshooter] Pushed new tag 1.10.6-1

2024-05-28 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.10.6-1 at Arch Linux / Packaging / Packages 
/ xfce4-screenshooter

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-screenshooter/-/tree/1.10.6-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gcompris-qt][main] upgpkg: 4.1-1

2024-05-25 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
gcompris-qt


Commits:
90223099 by Evangelos Foutras at 2024-05-26T01:04:48+03:00
upgpkg: 4.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gcompris-qt
pkgdesc = Educational software suite comprising of numerous activities 
for children aged 2 to 10
-   pkgver = 4.0
+   pkgver = 4.1
pkgrel = 1
url = https://gcompris.net/
arch = x86_64
@@ -23,10 +23,10 @@ pkgbase = gcompris-qt
depends = hicolor-icon-theme
replaces = gcompris
replaces = gcompris-data
-   source = 
https://download.kde.org/stable/gcompris/qt/src/gcompris-qt-4.0.tar.xz
-   source = 
https://download.kde.org/stable/gcompris/qt/src/gcompris-qt-4.0.tar.xz.sig
+   source = 
https://download.kde.org/stable/gcompris/qt/src/gcompris-qt-4.1.tar.xz
+   source = 
https://download.kde.org/stable/gcompris/qt/src/gcompris-qt-4.1.tar.xz.sig
validpgpkeys = D2FAAB621F618D42685B427B63D7264C05687D7E
-   sha256sums = 
c1c4ea9caec44affa3587af96ac79d964439ad957d895e0f2d2f32424bee0eb6
+   sha256sums = 
3f3d1c3b205f89ec4a1d4b075e6d7c670d852aeedbeef56ec32e15bb875a0685
sha256sums = SKIP
 
 pkgname = gcompris-qt


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jose Riha 
 
 pkgname=gcompris-qt
-pkgver=4.0
+pkgver=4.1
 pkgrel=1
 pkgdesc="Educational software suite comprising of numerous activities for 
children aged 2 to 10"
 arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('qt5-base' 'qt5-declarative' 'qt5-multimedia' 
'qt5-svg' 'qt5-sensors'
 makedepends=('cmake' 'extra-cmake-modules' 'qt5-tools' 'kdoctools5')
 replaces=('gcompris' 'gcompris-data')
 
source=(https://download.kde.org/stable/gcompris/qt/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('c1c4ea9caec44affa3587af96ac79d964439ad957d895e0f2d2f32424bee0eb6'
+sha256sums=('3f3d1c3b205f89ec4a1d4b075e6d7c670d852aeedbeef56ec32e15bb875a0685'
 'SKIP')
 validpgpkeys=('D2FAAB621F618D42685B427B63D7264C05687D7E') # Timothée Giet 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcompris-qt/-/commit/902230995fe95ab5e90522bff79e9d4547388eea

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




[Git][archlinux/packaging/packages/gcompris-qt] Pushed new tag 4.1-1

2024-05-25 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 4.1-1 at Arch Linux / Packaging / Packages / 
gcompris-qt

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcompris-qt/-/tree/4.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 125.0.6422.112-1

2024-05-24 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
b18f1d5e by Evangelos Foutras at 2024-05-24T09:01:09+03:00
upgpkg: 125.0.6422.112-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 125.0.6422.76
+   pkgver = 125.0.6422.112
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -53,14 +53,14 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-125.0.6422.76.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-125.0.6422.112.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/125/chromium-patches-125.tar.bz2
source = fix-a-missing-build-dependency.patch
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
4167218463d2848f4a0fe35f60d062a8e7e5c7ce5bc8c8c2260a80186b1deccf
+   sha256sums = 
ba48d13e506ae68bd6d01a808cdc186ee09322daafeb0bddf95dae59b0b4276b
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
58c8787bd215c4818893405dbb88c17b08bf13039fb5fbcb9dfe95ac51a86f3e
sha256sums = 
75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=125.0.6422.76
+pkgver=125.0.6422.112
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('4167218463d2848f4a0fe35f60d062a8e7e5c7ce5bc8c8c2260a80186b1deccf'
+sha256sums=('ba48d13e506ae68bd6d01a808cdc186ee09322daafeb0bddf95dae59b0b4276b'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '58c8787bd215c4818893405dbb88c17b08bf13039fb5fbcb9dfe95ac51a86f3e'
 '75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/b18f1d5e8bd91fb29b2825822bf7a5dca10e995b

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 125.0.6422.112-1

2024-05-24 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 125.0.6422.112-1 at Arch Linux / Packaging / 
Packages / chromium

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/tree/125.0.6422.112-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 125.0.6422.76-1

2024-05-22 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
bf9c6076 by Evangelos Foutras at 2024-05-22T16:22:11+03:00
upgpkg: 125.0.6422.76-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 125.0.6422.60
-   pkgrel = 2
+   pkgver = 125.0.6422.76
+   pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
license = BSD-3-Clause
@@ -53,14 +53,14 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-125.0.6422.60.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-125.0.6422.76.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/125/chromium-patches-125.tar.bz2
source = fix-a-missing-build-dependency.patch
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
93f5850101225945d7ec80959b38460e6a63777055bf2d9e893860c33cb60080
+   sha256sums = 
4167218463d2848f4a0fe35f60d062a8e7e5c7ce5bc8c8c2260a80186b1deccf
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
58c8787bd215c4818893405dbb88c17b08bf13039fb5fbcb9dfe95ac51a86f3e
sha256sums = 
75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=125.0.6422.60
-pkgrel=2
+pkgver=125.0.6422.76
+pkgrel=1
 _launcher_ver=8
 _manual_clone=0
 _system_clang=1
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('93f5850101225945d7ec80959b38460e6a63777055bf2d9e893860c33cb60080'
+sha256sums=('4167218463d2848f4a0fe35f60d062a8e7e5c7ce5bc8c8c2260a80186b1deccf'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '58c8787bd215c4818893405dbb88c17b08bf13039fb5fbcb9dfe95ac51a86f3e'
 '75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/bf9c6076a91519e2e010a2ef877205be29aa4570

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 125.0.6422.76-1

2024-05-22 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 125.0.6422.76-1 at Arch Linux / Packaging / 
Packages / chromium

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/tree/125.0.6422.76-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/llvm][main] upgpkg: 17.0.6-5: remove zstd CMake find module

2024-05-21 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
llvm


Commits:
31fedbbb by Evangelos Foutras at 2024-05-21T21:42:51+03:00
upgpkg: 17.0.6-5: remove zstd CMake find module

It reportedly breaks if it gets out of sync with upstream zstd.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = llvm
pkgver = 17.0.6
-   pkgrel = 4
+   pkgrel = 5
url = https://llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=('llvm' 'llvm-libs')
 pkgver=17.0.6
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')
@@ -59,6 +59,9 @@ prepare() {
   rename -v -- "-$pkgver.src" '' {cmake,third-party}-$pkgver.src
   cd llvm-$pkgver.src
   mkdir build
+
+  # Remove CMake find module for zstd; breaks if out of sync with upstream zstd
+  rm cmake/modules/Findzstd.cmake
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/commit/31fedbbb507eb5be41cf1e6f405153b6bc370df7

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




[Git][archlinux/packaging/packages/llvm] Pushed new tag 17.0.6-5

2024-05-21 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-5 at Arch Linux / Packaging / Packages 
/ llvm

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/tree/17.0.6-5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 125.0.6422.60-2: ICU 75 rebuild

2024-05-16 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
ed5e87f7 by Evangelos Foutras at 2024-05-16T12:43:39+02:00
upgpkg: 125.0.6422.60-2: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
pkgver = 125.0.6422.60
-   pkgrel = 1
+   pkgrel = 2
url = https://www.chromium.org/Home
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=125.0.6422.60
-pkgrel=1
+pkgrel=2
 _launcher_ver=8
 _manual_clone=0
 _system_clang=1



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/ed5e87f700334a0e3865e255a4e34f6f0bc1e6f6

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 125.0.6422.60-2

2024-05-16 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 125.0.6422.60-2 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 125.0.6422.60-1

2024-05-16 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
ec43b177 by Evangelos Foutras at 2024-05-16T10:31:10+02:00
upgpkg: 125.0.6422.60-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 125.0.6422.41
-   pkgrel = 2
+   pkgver = 125.0.6422.60
+   pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
license = BSD-3-Clause
@@ -53,14 +53,14 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-125.0.6422.41.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-125.0.6422.60.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/125/chromium-patches-125.tar.bz2
source = fix-a-missing-build-dependency.patch
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
05652bf7a89c637f99cfc02cc9d312da074d2d0bce34d311434de3d36543dc72
+   sha256sums = 
93f5850101225945d7ec80959b38460e6a63777055bf2d9e893860c33cb60080
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
58c8787bd215c4818893405dbb88c17b08bf13039fb5fbcb9dfe95ac51a86f3e
sha256sums = 
75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=125.0.6422.41
-pkgrel=2
+pkgver=125.0.6422.60
+pkgrel=1
 _launcher_ver=8
 _manual_clone=0
 _system_clang=1
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('05652bf7a89c637f99cfc02cc9d312da074d2d0bce34d311434de3d36543dc72'
+sha256sums=('93f5850101225945d7ec80959b38460e6a63777055bf2d9e893860c33cb60080'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '58c8787bd215c4818893405dbb88c17b08bf13039fb5fbcb9dfe95ac51a86f3e'
 '75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/ec43b17763e6e548aa3f7c9223edaceb4719fab1

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 125.0.6422.60-1

2024-05-16 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 125.0.6422.60-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/whois][main] upgpkg: 5.5.23-1

2024-05-12 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
whois


Commits:
51237ac6 by Evangelos Foutras at 2024-05-12T20:51:52+03:00
upgpkg: 5.5.23-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = whois
pkgdesc = Intelligent WHOIS client
-   pkgver = 5.5.22
+   pkgver = 5.5.23
pkgrel = 1
url = https://github.com/rfc1036/whois
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = whois
depends = libidn2
depends = libxcrypt
backup = etc/whois.conf
-   source = git+https://github.com/rfc1036/whois.git#tag=v5.5.22?signed
+   source = git+https://github.com/rfc1036/whois.git#tag=v5.5.23?signed
validpgpkeys = 6791403B68AE2690517C42EAE6FFF1E38DC968B0
-   sha256sums = 
d4f465d8c72eb0f482c7e0e99b18e14a8b1af68de98df6e5076d63fdcf925c8c
+   sha256sums = 
dee3e45e519e6afacf92eef221f84c307586af56119bf3ded076304c4538400e
 
 pkgname = whois


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=whois
-pkgver=5.5.22
+pkgver=5.5.23
 pkgrel=1
 pkgdesc="Intelligent WHOIS client"
 arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('libidn2' 'libxcrypt')
 makedepends=('perl' 'git' 'bash-completion')
 backup=('etc/whois.conf')
 source=(git+https://github.com/rfc1036/whois.git#tag=v$pkgver?signed)
-sha256sums=('d4f465d8c72eb0f482c7e0e99b18e14a8b1af68de98df6e5076d63fdcf925c8c')
+sha256sums=('dee3e45e519e6afacf92eef221f84c307586af56119bf3ded076304c4538400e')
 validpgpkeys=('6791403B68AE2690517C42EAE6FFF1E38DC968B0') # Marco d'Itri 

 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/whois/-/commit/51237ac65afe0f63e638870514280b459853ae90

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




[Git][archlinux/packaging/packages/whois] Pushed new tag 5.5.23-1

2024-05-12 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 5.5.23-1 at Arch Linux / Packaging / Packages 
/ whois

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 125.0.6422.41-2

2024-05-12 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 125.0.6422.41-2 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 125.0.6422.41-2: ICU 75 rebuild

2024-05-12 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
8477a3fb by Evangelos Foutras at 2024-05-12T15:07:20+03:00
upgpkg: 125.0.6422.41-2: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
pkgver = 125.0.6422.41
-   pkgrel = 1
+   pkgrel = 2
url = https://www.chromium.org/Home
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=125.0.6422.41
-pkgrel=1
+pkgrel=2
 _launcher_ver=8
 _manual_clone=0
 _system_clang=1



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/8477a3fb61bcf057d97cc8f5d208d4d3c35691d5

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 125.0.6422.41-1

2024-05-12 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
9b073ad9 by Evangelos Foutras at 2024-05-12T14:11:28+03:00
upgpkg: 125.0.6422.41-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- use-oauth2-client-switches-as-default.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 124.0.6367.201
-   pkgrel = 2
+   pkgver = 125.0.6422.41
+   pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
license = BSD-3-Clause
@@ -53,19 +53,19 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.201.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-125.0.6422.41.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
-   source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/124/chromium-patches-124.tar.bz2
+   source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/125/chromium-patches-125.tar.bz2
source = fix-a-missing-build-dependency.patch
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
11773c4cfce4b39ae1bbe711b2907cb86e9aa299b7c6a71656edb876f0c85992
+   sha256sums = 
05652bf7a89c637f99cfc02cc9d312da074d2d0bce34d311434de3d36543dc72
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
-   sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
+   sha256sums = 
58c8787bd215c4818893405dbb88c17b08bf13039fb5fbcb9dfe95ac51a86f3e
sha256sums = 
75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1
sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
-   sha256sums = 
e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711
+   sha256sums = 
69d2f076223cab0cf1094ae58c39b5687a98f69bf4545414a35f6a4d2708ed83
 
 pkgname = chromium


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=124.0.6367.201
-pkgrel=2
+pkgver=125.0.6422.41
+pkgrel=1
 _launcher_ver=8
 _manual_clone=0
 _system_clang=1
@@ -31,13 +31,13 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('11773c4cfce4b39ae1bbe711b2907cb86e9aa299b7c6a71656edb876f0c85992'
+sha256sums=('05652bf7a89c637f99cfc02cc9d312da074d2d0bce34d311434de3d36543dc72'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
+'58c8787bd215c4818893405dbb88c17b08bf13039fb5fbcb9dfe95ac51a86f3e'
 '75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'
 'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
+'69d2f076223cab0cf1094ae58c39b5687a98f69bf4545414a35f6a4d2708ed83')
 
 if (( _manual_clone )); then
   source[0]=fetch-chromium-release


=
use-oauth2-client-switches-as-default.patch
=
@@ -1,7 +1,8 @@
-diff -upr chromium-89.0.4389.58.orig/google_apis/google_api_keys.cc 
chromium-89.0.4389.58/google_apis/google_api_keys.cc
 chromium-89.0.4389.58.orig/google_apis/google_api_keys.cc  2021-02-24 
22:37:18.494007649 +
-+++ chromium-89.0.4389.58/google_apis/google_api_keys.cc   2021-02-24 
22:35:00.865777600 +
-@@ -154,11 +154,11 @@ class APIKeyCache {
+diff --git a/google_apis/google_api_keys-inc.cc 
b/google_apis/google_api_keys-inc.cc
+index 49c396d69d17..9493e7e5aa48 100644
+--- a/google_apis/google_api_keys-inc.cc
 b/google_apis/google_api_keys-inc.cc
+@@ -182,11 +182,11 @@ class APIKeyCache {
  
  std::string default_client_id = CalculateKeyValue(
  GOOGLE_DEFAULT_CLIENT_ID,



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/9b073ad9430235b605861d5578cc7f985725576f

-- 
This project does

[Git][archlinux/packaging/packages/chromium] Pushed new tag 125.0.6422.41-1

2024-05-12 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 125.0.6422.41-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 124.0.6367.201-2: ICU 75 rebuild

2024-05-09 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
2de1acf2 by Evangelos Foutras at 2024-05-10T03:37:25+03:00
upgpkg: 124.0.6367.201-2: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
pkgver = 124.0.6367.201
-   pkgrel = 1
+   pkgrel = 2
url = https://www.chromium.org/Home
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=124.0.6367.201
-pkgrel=1
+pkgrel=2
 _launcher_ver=8
 _manual_clone=0
 _system_clang=1



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/2de1acf28c3463ab99c5043d593685f9440915e1

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 124.0.6367.201-2

2024-05-09 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 124.0.6367.201-2 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 124.0.6367.201-1

2024-05-09 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
0c7326c5 by Evangelos Foutras at 2024-05-10T02:49:44+03:00
upgpkg: 124.0.6367.201-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 124.0.6367.155
-   pkgrel = 2
+   pkgver = 124.0.6367.201
+   pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
license = BSD-3-Clause
@@ -53,14 +53,14 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.155.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.201.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/124/chromium-patches-124.tar.bz2
source = fix-a-missing-build-dependency.patch
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
667d5b3522238b2458816b7e409540e47e9e70c8f2921f64342408fa2323bbc4
+   sha256sums = 
11773c4cfce4b39ae1bbe711b2907cb86e9aa299b7c6a71656edb876f0c85992
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
sha256sums = 
75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=124.0.6367.155
-pkgrel=2
+pkgver=124.0.6367.201
+pkgrel=1
 _launcher_ver=8
 _manual_clone=0
 _system_clang=1
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('667d5b3522238b2458816b7e409540e47e9e70c8f2921f64342408fa2323bbc4'
+sha256sums=('11773c4cfce4b39ae1bbe711b2907cb86e9aa299b7c6a71656edb876f0c85992'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
 '75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/0c7326c54c7a62f305ed4e0b093d8fce8425794d

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 124.0.6367.201-1

2024-05-09 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 124.0.6367.201-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 124.0.6367.155-1

2024-05-07 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
2e4e22b0 by Evangelos Foutras at 2024-05-08T00:22:54+03:00
upgpkg: 124.0.6367.155-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 124.0.6367.118
+   pkgver = 124.0.6367.155
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -53,7 +53,7 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.118.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.155.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/124/chromium-patches-124.tar.bz2
source = fix-a-missing-build-dependency.patch
@@ -61,7 +61,7 @@ pkgbase = chromium
source = compiler-rt-adjust-paths.patch
source = qt-6.7.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
8aa5a14aad1234b48b568da9ef23d6e0b1b72d7f4ca5c4039462e54e6ad45d96
+   sha256sums = 
667d5b3522238b2458816b7e409540e47e9e70c8f2921f64342408fa2323bbc4
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
sha256sums = 
75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=124.0.6367.118
+pkgver=124.0.6367.155
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -32,7 +32,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 compiler-rt-adjust-paths.patch
 qt-6.7.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('8aa5a14aad1234b48b568da9ef23d6e0b1b72d7f4ca5c4039462e54e6ad45d96'
+sha256sums=('667d5b3522238b2458816b7e409540e47e9e70c8f2921f64342408fa2323bbc4'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
 '75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/2e4e22b05579f42d64add79c0fc8261748c9ef99

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 124.0.6367.155-1

2024-05-07 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 124.0.6367.155-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/fail2ban] Pushed new tag 1.1.0-3

2024-05-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.1.0-3 at Arch Linux / Packaging / Packages / 
fail2ban

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




[Git][archlinux/packaging/packages/fail2ban][main] upgpkg: 1.1.0-3: re-add some empty directories

2024-05-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
fail2ban


Commits:
8ff52234 by Evangelos Foutras at 2024-05-03T20:18:57+03:00
upgpkg: 1.1.0-3: re-add some empty directories

It seems these were lost in fail2ban-1.0.2-6 which switched to PEP 517.

- etc/fail2ban/fail2ban.d/
- etc/fail2ban/jail.d/
- var/lib/fail2ban/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = fail2ban
pkgdesc = Bans IPs after too many failed authentication attempts
pkgver = 1.1.0
-   pkgrel = 2
+   pkgrel = 3
url = https://www.fail2ban.org/
arch = any
license = GPL


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=fail2ban
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Bans IPs after too many failed authentication attempts'
 arch=('any')
 url='https://www.fail2ban.org/'
@@ -74,6 +74,11 @@ package() {
   cp -rl ./"$site_packages"/{etc,usr} .
   rm -r ./"$site_packages"/{etc,usr}
 
+  # PEP 517 workflow doesn't seem to create these empty directories
+  # (avoid "mkdir -p" so these commands fail when the directories are back)
+  mkdir "$pkgdir"/etc/fail2ban/{fail2ban,jail}.d
+  mkdir "$pkgdir"/var{,/lib{,/fail2ban}}
+
   # fix sendmail location
   sed -i 's/sbin/bin/g' etc/fail2ban/action.d/sendmail*.conf
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/commit/8ff5223463d557d1d9746d59e61c93fc93a9b56a

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




[Git][archlinux/packaging/packages/audacious-plugins][main] upgpkg: 4.3.1-3: fix Last.fm XML response parsing

2024-05-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
audacious-plugins


Commits:
6f7cb957 by Evangelos Foutras at 2024-05-03T10:28:47+03:00
upgpkg: 4.3.1-3: fix Last.fm XML response parsing

Fixes #1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,50 @@
+pkgbase = audacious-plugins
+   pkgdesc = Plugins for Audacious
+   pkgver = 4.3.1
+   pkgrel = 3
+   url = https://audacious-media-player.org/
+   arch = x86_64
+   license = BSD
+   license = GPL
+   makedepends = audacious>=4.3.1
+   makedepends = meson
+   makedepends = python-packaging
+   depends = alsa-lib
+   depends = curl
+   depends = dbus-glib
+   depends = faad2
+   depends = ffmpeg
+   depends = flac
+   depends = fluidsynth
+   depends = jack
+   depends = lame
+   depends = libcdio-paranoia
+   depends = libcue
+   depends = libmms
+   depends = libmodplug
+   depends = libmtp
+   depends = libpulse
+   depends = libnotify
+   depends = libsamplerate
+   depends = libsidplayfp
+   depends = libvorbis
+   depends = lirc
+   depends = mpg123
+   depends = neon
+   depends = wavpack
+   depends = libbs2b
+   depends = libopenmpt
+   depends = libcddb
+   depends = qt5-x11extras
+   depends = opusfile
+   depends = libpipewire
+   source = 
https://distfiles.audacious-media-player.org/audacious-plugins-4.3.1.tar.bz2
+   source = 
audacious-plugins-replace-xmlParseMemory.patch::https://github.com/audacious-media-player/audacious-plugins/commit/c9246b1c8b09.patch
+   source = 
audacious-plugins-fix-xml-parsing.patch::https://github.com/audacious-media-player/audacious-plugins/commit/5103ba0f504f.patch
+   source = sidplay-rom-paths.patch
+   sha256sums = 
2dea26e3af583a2d684df240b27b2b2932bcd653df4db500a85f4fe5d5fdc8a6
+   sha256sums = 
2a412c5eafa9cd982cc281b21e3525dbbaecdedeba6181a2f144832c1c273675
+   sha256sums = 
51e0044dc099fbfd7faff15745ad09bc0e4b4da7be9689495669ff3fc6458ae7
+   sha256sums = 
c32cd36f75dd18db082f9b9447f1c0982279703b9d648f5695295ff25c9b678d
+
+pkgname = audacious-plugins


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=4.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugins for Audacious"
 arch=('x86_64')
 url="https://audacious-media-player.org/;
@@ -15,15 +15,25 @@ depends=('alsa-lib' 'curl' 'dbus-glib' 'faad2' 'ffmpeg' 
'flac' 'fluidsynth'
  'libmtp' 'libpulse' 'libnotify' 'libsamplerate' 'libsidplayfp'
  'libvorbis' 'lirc' 'mpg123' 'neon' 'wavpack' 'libbs2b' 'libopenmpt'
  'libcddb' 'qt5-x11extras' 'opusfile' 'libpipewire')
-makedepends=("audacious>=$pkgver" 'meson')
+makedepends=("audacious>=$pkgver" 'meson' 'python-packaging')
 source=(https://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2
+
$pkgname-replace-xmlParseMemory.patch::https://github.com/audacious-media-player/audacious-plugins/commit/c9246b1c8b09.patch
+
$pkgname-fix-xml-parsing.patch::https://github.com/audacious-media-player/audacious-plugins/commit/5103ba0f504f.patch
 sidplay-rom-paths.patch)
 sha256sums=('2dea26e3af583a2d684df240b27b2b2932bcd653df4db500a85f4fe5d5fdc8a6'
+'2a412c5eafa9cd982cc281b21e3525dbbaecdedeba6181a2f144832c1c273675'
+'51e0044dc099fbfd7faff15745ad09bc0e4b4da7be9689495669ff3fc6458ae7'
 'c32cd36f75dd18db082f9b9447f1c0982279703b9d648f5695295ff25c9b678d')
 
 prepare() {
-  # Set paths for ROM files from vice for sidplay
-  patch -d $pkgname-$pkgver -Np1 -i ../sidplay-rom-paths.patch
+  cd $pkgname-$pkgver
+
+  # 
https://gitlab.archlinux.org/archlinux/packaging/packages/audacious-plugins/-/issues/1
+  patch -Np1 -i ../$pkgname-replace-xmlParseMemory.patch
+  patch -Np1 -i ../$pkgname-fix-xml-parsing.patch
+
+  # set paths for ROM files from vice for sidplay
+  patch -Np1 -i ../sidplay-rom-paths.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/audacious-plugins/-/commit/6f7cb95768cec961ce04da5e77469abcc554dbb8

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




[Git][archlinux/packaging/packages/audacious-plugins] Pushed new tag 4.3.1-3

2024-05-03 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 4.3.1-3 at Arch Linux / Packaging / Packages / 
audacious-plugins

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/audacious-plugins/-/tree/4.3.1-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gaupol][main] Remove bundled iso-codes

2024-05-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
gaupol


Commits:
87a47de2 by Evangelos Foutras at 2024-05-02T22:24:06+03:00
Remove bundled iso-codes

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,13 +22,15 @@ 
source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$p
 sha256sums=('fa88d60620796800c4408dfdf7148b1abd3d97483e536dd020e35234885eb90b')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   python -m build --wheel --no-isolation
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl
+  # remove bundled iso-codes
+  rm -r "$pkgdir/usr/share/gaupol/iso-codes"
 }
 
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/commit/87a47de2c73839522d01322d577e03834f4d68e5

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




[Git][archlinux/packaging/packages/gaupol][main] Change to a PEP 517 based workflow

2024-05-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
gaupol


Commits:
95a7ac5b by loqs at 2024-04-07T13:19:47+00:00
Change to a PEP 517 based workflow

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,16 +14,21 @@ license=('GPL')
 depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
  'gst-plugin-gtk' 'gspell' 'iso-codes' 'python-chardet' 'python-cairo'
  'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 optdepends=('mpv: subtitle preview'
 'vlc: subtitle preview'
 'mplayer: subtitle preview')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
 sha256sums=('fa88d60620796800c4408dfdf7148b1abd3d97483e536dd020e35234885eb90b')
 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python -m build --wheel --no-isolation
+}
+
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }
 
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/commit/95a7ac5b51a164a981846054930b4c3607c4e9e4

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




[Git][archlinux/packaging/packages/python-jinja][main] Change to a PEP 517 based workflow

2024-05-02 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-jinja


Commits:
1fd74cd3 by loqs at 2024-04-09T21:03:22+00:00
Change to a PEP 517 based workflow

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -12,7 +12,7 @@ arch=('any')
 url="https://palletsprojects.com/p/jinja/;
 license=('BSD-3-Clause')
 depends=('python' 'python-markupsafe')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 optdepends=('python-babel: for i18n support')
 checkdepends=('python-pytest')
 
source=($_name-$pkgver.tar.gz::https://github.com/pallets/jinja/archive/refs/tags/$pkgver.tar.gz)
@@ -24,7 +24,7 @@ prepare() {
 
 build() {
   cd $_name-$pkgver
-  python3 setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
@@ -42,7 +42,7 @@ check() {
 
 package() {
   cd $_name-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  python -m installer -d "$pkgdir" dist/*.whl
   install -Dm644 LICENSE.rst -t "$pkgdir/usr/share/licenses/$pkgname"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jinja/-/commit/1fd74cd35062c61b4b42692d845635e8cb3e99c7

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




[Git][archlinux/packaging/packages/compiler-rt14][main] upgpkg: 14.0.6-4: rebuild with gcc 13.2.1-6

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
compiler-rt14


Commits:
d316207d by Evangelos Foutras at 2024-05-01T23:27:52+03:00
upgpkg: 14.0.6-4: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,23 @@
+pkgbase = compiler-rt14
+   pkgdesc = Compiler runtime libraries for clang 14
+   pkgver = 14.0.6
+   pkgrel = 4
+   url = https://compiler-rt.llvm.org/
+   arch = x86_64
+   license = custom:Apache 2.0 with LLVM Exception
+   makedepends = llvm14
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = python
+   depends = gcc-libs
+   options = staticlibs
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/compiler-rt-14.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/compiler-rt-14.0.6.src.tar.xz.sig
+   source = remove-include-linux-fs.h.patch
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   sha256sums = 
88df303840ca8fbff944e15e61c141226fe79f5d2b8e89fb024264d77841a02e
+   sha256sums = SKIP
+   sha256sums = 
34ed866e313e4580130a50118a4410d36fa0159123982521b6ef049439fc32ad
+   makedepends_x86_64 = lib32-gcc-libs
+
+pkgname = compiler-rt14


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=compiler-rt14
 pkgver=14.0.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Compiler runtime libraries for clang 14"
 arch=('x86_64')
 url="https://compiler-rt.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt14/-/commit/d316207d63f59e68466d3e1212c1770147c1cc8b

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




[Git][archlinux/packaging/packages/compiler-rt14] Pushed new tag 14.0.6-4

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 14.0.6-4 at Arch Linux / Packaging / Packages 
/ compiler-rt14

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt14/-/tree/14.0.6-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/llvm14][main] upgpkg: 14.0.6-4: rebuild with gcc 13.2.1-6

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
llvm14


Commits:
e9eae2fb by Evangelos Foutras at 2024-05-01T23:25:37+03:00
upgpkg: 14.0.6-4: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,37 @@
+pkgbase = llvm14
+   pkgver = 14.0.6
+   pkgrel = 4
+   url = https://llvm.org/
+   arch = x86_64
+   license = custom:Apache 2.0 with LLVM Exception
+   checkdepends = python-psutil
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = libffi
+   makedepends = libedit
+   makedepends = ncurses
+   makedepends = libxml2
+   makedepends = python
+   options = staticlibs
+   options = !lto
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-14.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-14.0.6.src.tar.xz.sig
+   source = llvm-coroutines-ubsan.patch
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   sha256sums = 
050922ecaaca5781fdf6631ea92bc715183f202f9d2f15147226f023414f619a
+   sha256sums = SKIP
+   sha256sums = 
ee9baf6df05474083857044d92f26f59d3ee709cdf82ba3bdb2792e6645f71d9
+
+pkgname = llvm14
+   pkgdesc = Compiler infrastructure (LLVM 14)
+   depends = llvm14-libs
+   depends = perl
+
+pkgname = llvm14-libs
+   pkgdesc = LLVM 14 runtime libraries
+   depends = gcc-libs
+   depends = zlib
+   depends = libffi
+   depends = libedit
+   depends = ncurses
+   depends = libxml2


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=('llvm14' 'llvm14-libs')
 pkgver=14.0.6
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm14/-/commit/e9eae2fb0a7f3f871638dc1f58b976664797fbc7

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




[Git][archlinux/packaging/packages/llvm14] Pushed new tag 14.0.6-4

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 14.0.6-4 at Arch Linux / Packaging / Packages 
/ llvm14

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




[Git][archlinux/packaging/packages/openmp][main] upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
openmp


Commits:
a81103b3 by Evangelos Foutras at 2024-05-01T23:15:55+03:00
upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = openmp
pkgdesc = LLVM OpenMP Runtime Library
pkgver = 17.0.6
-   pkgrel = 1
+   pkgrel = 2
url = https://openmp.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=openmp
 pkgver=17.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="LLVM OpenMP Runtime Library"
 arch=('x86_64')
 url="https://openmp.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openmp/-/commit/a81103b38decdb2576fa074fad542d74258f37b9

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




[Git][archlinux/packaging/packages/openmp] Pushed new tag 17.0.6-2

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-2 at Arch Linux / Packaging / Packages 
/ openmp

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




[Git][archlinux/packaging/packages/polly][main] upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
polly


Commits:
bee2a95d by Evangelos Foutras at 2024-05-01T23:14:22+03:00
upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = polly
pkgdesc = High-level loop and data-locality optimizer and optimization 
infrastructure for LLVM
pkgver = 17.0.6
-   pkgrel = 1
+   pkgrel = 2
url = https://polly.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=polly
 pkgver=17.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="High-level loop and data-locality optimizer and optimization 
infrastructure for LLVM"
 arch=('x86_64')
 url="https://polly.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/polly/-/commit/bee2a95dbb4779c5f2fb3f0642947845dfec71bd

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




[Git][archlinux/packaging/packages/polly] Pushed new tag 17.0.6-2

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-2 at Arch Linux / Packaging / Packages 
/ polly

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




[Git][archlinux/packaging/packages/compiler-rt] Pushed new tag 17.0.6-2

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-2 at Arch Linux / Packaging / Packages 
/ compiler-rt

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt/-/tree/17.0.6-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/compiler-rt][main] upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
compiler-rt


Commits:
e059a6cb by Evangelos Foutras at 2024-05-01T23:12:05+03:00
upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = compiler-rt
pkgdesc = Compiler runtime libraries for clang
pkgver = 17.0.6
-   pkgrel = 1
+   pkgrel = 2
url = https://compiler-rt.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=compiler-rt
 pkgver=17.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Compiler runtime libraries for clang"
 arch=('x86_64')
 url="https://compiler-rt.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt/-/commit/e059a6cbc7bcd7421afc707366cee258f04d4e7a

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




[Git][archlinux/packaging/packages/llvm][main] upgpkg: 17.0.6-4: rebuild with gcc 13.2.1-6

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
llvm


Commits:
b1244d54 by Evangelos Foutras at 2024-05-01T23:09:33+03:00
upgpkg: 17.0.6-4: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = llvm
pkgver = 17.0.6
-   pkgrel = 3
+   pkgrel = 4
url = https://llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=('llvm' 'llvm-libs')
 pkgver=17.0.6
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/commit/b1244d54da87c7fdadf6f95de1f0e3034349910a

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




[Git][archlinux/packaging/packages/llvm] Pushed new tag 17.0.6-4

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-4 at Arch Linux / Packaging / Packages 
/ llvm

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




[Git][archlinux/packaging/packages/libmemcached-awesome] Pushed new tag 1.1.4-3

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.1.4-3 at Arch Linux / Packaging / Packages / 
libmemcached-awesome

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmemcached-awesome/-/tree/1.1.4-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libmemcached-awesome][main] upgpkg: 1.1.4-3: rebuild with gcc 13.2.1-6

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
libmemcached-awesome


Commits:
870ccc3f by Evangelos Foutras at 2024-05-01T22:59:44+03:00
upgpkg: 1.1.4-3: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = libmemcached-awesome
+   pkgdesc = C/C++ client library and tools for the memcached server
+   pkgver = 1.1.4
+   pkgrel = 3
+   url = https://awesomized.github.io/libmemcached/
+   arch = x86_64
+   license = BSD
+   makedepends = cmake
+   makedepends = memcached
+   makedepends = python-sphinx
+   makedepends = python-sphinx_rtd_theme
+   depends = gcc-libs
+   depends = libsasl
+   depends = libevent
+   provides = libmemcached
+   conflicts = libmemcached
+   replaces = libmemcached
+   options = !debug
+   source = 
https://github.com/awesomized/libmemcached/archive/1.1.4/libmemcached-awesome-1.1.4.tar.gz
+   sha256sums = 
c477e1f6510e1dc698e84f3717ce690a8f65b94c616ecaa62306cce0f5e3116a
+
+pkgname = libmemcached-awesome


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libmemcached-awesome
 pkgver=1.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="C/C++ client library and tools for the memcached server"
 arch=('x86_64')
 url="https://awesomized.github.io/libmemcached/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmemcached-awesome/-/commit/870ccc3fb245f442897aadde97106de42139d53a

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 124.0.6367.118-1

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
b2937572 by Evangelos Foutras at 2024-05-01T11:02:27+03:00
upgpkg: 124.0.6367.118-1

Fixes #8

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + fix-a-missing-build-dependency.patch


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 124.0.6367.91
+   pkgver = 124.0.6367.118
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -53,16 +53,18 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.91.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.118.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/124/chromium-patches-124.tar.bz2
+   source = fix-a-missing-build-dependency.patch
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = qt-6.7.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
376cdcdb46b23eca7f3e6cdb933f27e73968ffb537258d70be503850bbbf1787
+   sha256sums = 
8aa5a14aad1234b48b568da9ef23d6e0b1b72d7f4ca5c4039462e54e6ad45d96
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
+   sha256sums = 
75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1
sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
sha256sums = 
e30623f36c54f4af3a8aa7d9400f7d2bed6ef560f15d665d2aa8fd777cb2565f


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=124.0.6367.91
+pkgver=124.0.6367.118
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -27,13 +27,15 @@ options=('!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://gitlab.com/Matt.Jolly/chromium-patches/-/archive/${pkgver%%.*}/chromium-patches-${pkgver%%.*}.tar.bz2
+fix-a-missing-build-dependency.patch
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 qt-6.7.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('376cdcdb46b23eca7f3e6cdb933f27e73968ffb537258d70be503850bbbf1787'
+sha256sums=('8aa5a14aad1234b48b568da9ef23d6e0b1b72d7f4ca5c4039462e54e6ad45d96'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
+'75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'
 'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
 'e30623f36c54f4af3a8aa7d9400f7d2bed6ef560f15d665d2aa8fd777cb2565f'
@@ -107,6 +109,7 @@ prepare() {
   patch -Np1 -i ../use-oauth2-client-switches-as-default.patch
 
   # Upstream fixes
+  patch -Np1 -i ../fix-a-missing-build-dependency.patch
 
   # Drop compiler flag that needs newer clang
   patch -Np1 -i ../drop-flag-unsupported-by-clang17.patch


=
fix-a-missing-build-dependency.patch
=
@@ -0,0 +1,29 @@
+From a976cb05b4024b7a6452d1541378d718cdfe33e6 Mon Sep 17 00:00:00 2001
+From: Takuto Ikuta 
+Date: Thu, 25 Apr 2024 07:25:32 +
+Subject: [PATCH] [devtools] fix a missing build dependency to a generated file
+
+Bug: 336911498
+Change-Id: I6e6d3afaf33ace53a68271b70165b8c3ab596340
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5487538
+Auto-Submit: Takuto Ikuta 
+Commit-Queue: Takuto Ikuta 
+Reviewed-by: Danil Somsikov 
+Commit-Queue: Danil Somsikov 
+Cr-Commit-Position: refs/heads/main@{#1292300}
+---
+ chrome/browser/devtools/BUILD.gn | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/chrome/browser/devtools/BUILD.gn 
b/chrome/browser/devtools/BUILD.gn
+index f0c07cad8cfb..053199e462f5 100644
+--- a/chrome/browser/devtools/BUILD.gn
 b/chrome/browser

[Git][archlinux/packaging/packages/chromium] Pushed new tag 124.0.6367.118-1

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 124.0.6367.118-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/gn][main] upgpkg: 0.2165.f284b6b4-1

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
gn


Commits:
93ccd7e7 by Evangelos Foutras at 2024-05-01T10:01:55+03:00
upgpkg: 0.2165.f284b6b4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gn
pkgdesc = Meta-build system that generates build files for Ninja
-   pkgver = 0.2157.22581fb4
+   pkgver = 0.2165.f284b6b4
pkgrel = 1
url = https://gn.googlesource.com/gn/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = gn
makedepends = python
makedepends = git
depends = gcc-libs
-   source = 
git+https://gn.googlesource.com/gn#commit=22581fb46c0c0c9530caa67149ee4dd8811063cf
+   source = 
git+https://gn.googlesource.com/gn#commit=f284b6b47039a2d7edfcbfc51f52664f82b5a789
sha256sums = SKIP
 
 pkgname = gn


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=gn
-pkgver=0.2157.22581fb4
-_commit=22581fb46c0c0c9530caa67149ee4dd8811063cf
+pkgver=0.2165.f284b6b4
+_commit=f284b6b47039a2d7edfcbfc51f52664f82b5a789
 pkgrel=1
 pkgdesc="Meta-build system that generates build files for Ninja"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gn/-/commit/93ccd7e70840488050828312c9c1a377559a9409

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




[Git][archlinux/packaging/packages/gn] Pushed new tag 0.2165.f284b6b4-1

2024-05-01 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.2165.f284b6b4-1 at Arch Linux / Packaging / 
Packages / gn

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gn/-/tree/0.2165.f284b6b4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/boost][main] upgpkg: 1.83.0-7: openmpi 5.0.3 rebuild

2024-04-28 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
boost


Commits:
ff5ec15a by Evangelos Foutras at 2024-04-28T20:34:13+03:00
upgpkg: 1.83.0-7: openmpi 5.0.3 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = boost
pkgdesc = Free peer-reviewed portable C++ source libraries
pkgver = 1.83.0
-   pkgrel = 6
+   pkgrel = 7
url = https://www.boost.org/
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -11,7 +11,7 @@
 
 pkgname=('boost' 'boost-libs')
 pkgver=1.83.0
-pkgrel=6
+pkgrel=7
 _srcname=boost_${pkgver//./_}
 pkgdesc="Free peer-reviewed portable C++ source libraries"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/boost/-/commit/ff5ec15a3c9513160bc813b900566f2e045d0553

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




[Git][archlinux/packaging/packages/boost] Pushed new tag 1.83.0-7

2024-04-28 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.83.0-7 at Arch Linux / Packaging / Packages 
/ boost

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 124.0.6367.91-1

2024-04-25 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 124.0.6367.91-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 124.0.6367.91-1

2024-04-25 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
2967a193 by Evangelos Foutras at 2024-04-26T02:06:29+03:00
upgpkg: 124.0.6367.91-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 124.0.6367.78
+   pkgver = 124.0.6367.91
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -53,14 +53,14 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.78.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.91.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/124/chromium-patches-124.tar.bz2
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = qt-6.7.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
697ea9e8591e0a74deea260a50441711b1ea499ca19e91d6012c5b4d200d1acf
+   sha256sums = 
376cdcdb46b23eca7f3e6cdb933f27e73968ffb537258d70be503850bbbf1787
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=124.0.6367.78
+pkgver=124.0.6367.91
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 compiler-rt-adjust-paths.patch
 qt-6.7.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('697ea9e8591e0a74deea260a50441711b1ea499ca19e91d6012c5b4d200d1acf'
+sha256sums=('376cdcdb46b23eca7f3e6cdb933f27e73968ffb537258d70be503850bbbf1787'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/2967a193ff90d55912b511094847377006e0ffa5

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 124.0.6367.78-1

2024-04-24 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
31c25e62 by Evangelos Foutras at 2024-04-24T11:01:49+03:00
upgpkg: 124.0.6367.78-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 124.0.6367.60
+   pkgver = 124.0.6367.78
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -49,24 +49,23 @@ pkgbase = chromium
depends = freetype2
optdepends = pipewire: WebRTC desktop sharing under Wayland
optdepends = kdialog: support for native dialogs in Plasma
-   optdepends = qt5-base: enable Qt5 with --enable-features=AllowQt
optdepends = gtk4: for --gtk-version=4 (GTK4 IME might work better on 
Wayland)
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.60.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.78.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/124/chromium-patches-124.tar.bz2
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
-   source = use-oauth2-client-switches-as-default.patch
source = qt-6.7.patch
-   sha256sums = 
ebd553527149cb8477a522df90acd6cea2388a6f431e2db589a0301df1d0cae2
+   source = use-oauth2-client-switches-as-default.patch
+   sha256sums = 
697ea9e8591e0a74deea260a50441711b1ea499ca19e91d6012c5b4d200d1acf
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1
sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
-   sha256sums = 
e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711
sha256sums = 
e30623f36c54f4af3a8aa7d9400f7d2bed6ef560f15d665d2aa8fd777cb2565f
+   sha256sums = 
e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711
 
 pkgname = chromium


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=124.0.6367.60
+pkgver=124.0.6367.78
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 compiler-rt-adjust-paths.patch
 qt-6.7.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('ebd553527149cb8477a522df90acd6cea2388a6f431e2db589a0301df1d0cae2'
+sha256sums=('697ea9e8591e0a74deea260a50441711b1ea499ca19e91d6012c5b4d200d1acf'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/31c25e6231366d4b621c4203cc9d8683fa4ce73e

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 124.0.6367.78-1

2024-04-24 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 124.0.6367.78-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/chromium][main] Build Qt6 shim

2024-04-24 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
53eba715 by Antonio Rojas at 2024-04-24T07:07:47+00:00
Build Qt6 shim

Makes Chromium work on Plasma with --ozone-platform=wayland without
needing to install Qt5.

Also drop obsolete mention to -enable-features=AllowQt in optdepends,
this is now enabled by default.

Fixes #7

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + qt-6.7.patch


Changes:

=
.SRCINFO
=
@@ -15,6 +15,7 @@ pkgbase = chromium
makedepends = pipewire
makedepends = rust
makedepends = qt5-base
+   makedepends = qt6-base
makedepends = java-runtime-headless
makedepends = git
depends = gtk3
@@ -59,11 +60,13 @@ pkgbase = chromium
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
+   source = qt-6.7.patch
sha256sums = 
ebd553527149cb8477a522df90acd6cea2388a6f431e2db589a0301df1d0cae2
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1
sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
sha256sums = 
e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711
+   sha256sums = 
e30623f36c54f4af3a8aa7d9400f7d2bed6ef560f15d665d2aa8fd777cb2565f
 
 pkgname = chromium


=
PKGBUILD
=
@@ -17,10 +17,9 @@ depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 
'libcups' 'libgcrypt'
  'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
  'libffi' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'rust' 'qt5-base' 'java-runtime-headless' 'git')
+ 'rust' 'qt5-base' 'qt6-base' 'java-runtime-headless' 'git')
 optdepends=('pipewire: WebRTC desktop sharing under Wayland'
 'kdialog: support for native dialogs in Plasma'
-'qt5-base: enable Qt5 with --enable-features=AllowQt'
 'gtk4: for --gtk-version=4 (GTK4 IME might work better on Wayland)'
 'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
 'kwallet: support for storing passwords in KWallet on Plasma')
@@ -30,12 +29,14 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/${pkgver%%.*}/chromium-patches-${pkgver%%.*}.tar.bz2
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
+qt-6.7.patch
 use-oauth2-client-switches-as-default.patch)
 sha256sums=('ebd553527149cb8477a522df90acd6cea2388a6f431e2db589a0301df1d0cae2'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'
 'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
+'e30623f36c54f4af3a8aa7d9400f7d2bed6ef560f15d665d2aa8fd777cb2565f'
 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
 
 if (( _manual_clone )); then
@@ -113,6 +114,9 @@ prepare() {
   # Allow libclang_rt.builtins from compiler-rt >= 16 to be used
   patch -Np1 -i ../compiler-rt-adjust-paths.patch
 
+  # Fix build with Qt 6.7
+  patch -Np1 -i ../qt-6.7.patch
+
   # Fixes for building with libstdc++ instead of libc++
   patch -Np1 -i ../chromium-patches-*/chromium-117-material-color-include.patch
 
@@ -183,6 +187,8 @@ build() {
 'enable_hangout_services_extension=true'
 'enable_widevine=true'
 'enable_nacl=false'
+'use_qt6=true'
+'moc_qt6_path="/usr/lib/qt6"'
 "google_api_key=\"$_google_api_key\""
   )
 
@@ -279,6 +285,7 @@ package() {
 chrome_200_percent.pak
 chrome_crashpad_handler
 libqt5_shim.so
+libqt6_shim.so
 resources.pak
 v8_context_snapshot.bin
 


=
qt-6.7.patch
=
@@ -0,0 +1,31 @@
+From 3a812de6e7e0b285eda21ebbb670ca809c4db2b5 Mon Sep 17 00:00:00 2001
+From: Matt Jolly 
+Date: Thu, 11 Apr 2024 12:42:17 +1000
+Subject: [PATCH] Add QtGui to the list of Qt modules
+
+Re: https://bugreports.qt.io/browse/QTBUG-124135 - certain versions of QT
+(6.6.3, 6.7.0) produce pkg-config files that no longer emit dependencies.
+This causes Chromium builds to fail as due to not seeing QtGui as a dependency
+of QtWidgets:
+
+`gen/qt6/../../../../ui/qt/qt_shim.h:11:10: fata

[Git][archlinux/packaging/packages/python-pygments][main] upgpkg: 2.17.2-3: Python 3.12 rebuild

2024-04-20 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-pygments


Commits:
b5f294ac by Evangelos Foutras at 2024-04-21T06:17:37+03:00
upgpkg: 2.17.2-3: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,14 @@
 pkgbase = python-pygments
pkgdesc = Python syntax highlighter
pkgver = 2.17.2
-   pkgrel = 2
+   pkgrel = 3
url = https://pygments.org/
arch = any
-   license = BSD
+   license = BSD-2-Clause
checkdepends = python-pytest
checkdepends = python-lxml
makedepends = python-setuptools
+   makedepends = python-sphinx
makedepends = python-wcag-contrast-ratio
makedepends = python-build
makedepends = python-installer


=
PKGBUILD
=
@@ -3,13 +3,13 @@
 
 pkgname=python-pygments
 pkgver=2.17.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Python syntax highlighter"
 arch=('any')
 url="https://pygments.org/;
 license=('BSD-2-Clause')
 depends=('python')
-makedepends=('python-setuptools' 'python-wcag-contrast-ratio'
+makedepends=('python-setuptools' 'python-sphinx' 'python-wcag-contrast-ratio'
  'python-build' 'python-installer' 'python-wheel'
  'python-hatchling')
 checkdepends=('python-pytest' 'python-lxml')
@@ -22,7 +22,7 @@ 
sha256sums=('da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367')
 build() {
   cd pygments-$pkgver
   python -m build --wheel --no-isolation
-  # make -C doc html
+  make -C doc html
 }
 
 check() {
@@ -36,9 +36,9 @@ package() {
   python -m installer --destdir="$pkgdir" dist/*.whl
   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"
+  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"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygments/-/commit/b5f294ac3ed11fa939a71b39684fdd40b5081207

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




[Git][archlinux/packaging/packages/python-pygments] Pushed new tag 2.17.2-3

2024-04-20 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 2.17.2-3 at Arch Linux / Packaging / Packages 
/ python-pygments

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygments/-/tree/2.17.2-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 124.0.6367.49-1

2024-04-13 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
f850bfcd by Evangelos Foutras at 2024-04-13T10:58:29+03:00
upgpkg: 124.0.6367.49-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 123.0.6312.122
+   pkgver = 124.0.6367.49
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -40,7 +40,6 @@ pkgbase = chromium
depends = dav1d
depends = flac
depends = libxml2
-   depends = libwebp
depends = minizip
depends = opus
depends = harfbuzz
@@ -54,15 +53,15 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-123.0.6312.122.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.49.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
-   source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/123/chromium-patches-123.tar.bz2
+   source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/124/chromium-patches-124.tar.bz2
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
c883f192af7cb76cf46de4044349645b0fb0b5c42a1c0f7950a24c825c17f885
+   sha256sums = 
6670d9c7b306bf9c332fa84696971256f92256d05d2a484b8e0a86cd31a62480
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
-   sha256sums = 
488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19
+   sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1
sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
sha256sums = 
e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=123.0.6312.122
+pkgver=124.0.6367.49
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -31,9 +31,9 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('c883f192af7cb76cf46de4044349645b0fb0b5c42a1c0f7950a24c825c17f885'
+sha256sums=('6670d9c7b306bf9c332fa84696971256f92256d05d2a484b8e0a86cd31a62480'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19'
+'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'
 'b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961'
 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
@@ -61,7 +61,7 @@ declare -gA _system_libs=(
   [libjpeg]=libjpeg
   [libpng]=libpng
   #[libvpx]=libvpx
-  [libwebp]=libwebp
+  #[libwebp]=libwebp  # //third_party/libavif:libavif_enc needs 
//third_party/libwebp:libwebp_sharpyuv
   [libxml]=libxml2
   [libxslt]=libxslt
   [opus]=opus



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/f850bfcd2a3b013cd9ebe3b6a1a8892dfde73897

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 124.0.6367.49-1

2024-04-13 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 124.0.6367.49-1 at Arch Linux / Packaging / 
Packages / chromium

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/tree/124.0.6367.49-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 123.0.6312.122-1

2024-04-10 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
3b891c00 by Evangelos Foutras at 2024-04-11T02:00:26+03:00
upgpkg: 123.0.6312.122-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 123.0.6312.105
+   pkgver = 123.0.6312.122
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -54,13 +54,13 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-123.0.6312.105.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-123.0.6312.122.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/123/chromium-patches-123.tar.bz2
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
0a14fba1fb1a288d99b188160e3138295aa8604bdf492e62a94c0ec35a4e229d
+   sha256sums = 
c883f192af7cb76cf46de4044349645b0fb0b5c42a1c0f7950a24c825c17f885
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19
sha256sums = 
3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=123.0.6312.105
+pkgver=123.0.6312.122
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('0a14fba1fb1a288d99b188160e3138295aa8604bdf492e62a94c0ec35a4e229d'
+sha256sums=('c883f192af7cb76cf46de4044349645b0fb0b5c42a1c0f7950a24c825c17f885'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '488f02af92b148eaa91ad5015b3bf383dfc8618ebafe9c3c250cd4c7f4e27b19'
 '3bd35dab1ded5d9e1befa10d5c6c4555fe0a76d909fb724ac57d0bf10cb666c1'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/3b891c001e1bfb8bab6e33302f178f7d0fc30a65

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 123.0.6312.122-1

2024-04-10 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 123.0.6312.122-1 at Arch Linux / Packaging / 
Packages / chromium

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/tree/123.0.6312.122-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pygments][main] Change to SPDX license identifier

2024-04-09 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-pygments


Commits:
29f75c18 by loqs at 2024-04-09T18:03:04+00:00
Change to SPDX license identifier

https://github.com/pygments/pygments/blob/2.17.2/LICENSE

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgrel=2
 pkgdesc="Python syntax highlighter"
 arch=('any')
 url="https://pygments.org/;
-license=('BSD')
+license=('BSD-2-Clause')
 depends=('python')
 makedepends=('python-setuptools' 'python-wcag-contrast-ratio'
  'python-build' 'python-installer' 'python-wheel'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygments/-/commit/29f75c184b53589f1df7ae257ccd5c8468559073

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




[Git][archlinux/packaging/packages/axel][main] upgpkg: 2.17.14-1

2024-04-08 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
axel


Commits:
4a7d9afd by Evangelos Foutras at 2024-04-08T12:28:45+03:00
upgpkg: 2.17.14-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = axel
pkgdesc = Light command line download accelerator
-   pkgver = 2.17.13
+   pkgver = 2.17.14
pkgrel = 1
url = https://github.com/axel-download-accelerator/axel
arch = x86_64
license = GPL
depends = glibc
depends = openssl
-   source = 
https://github.com/axel-download-accelerator/axel/releases/download/v2.17.13/axel-2.17.13.tar.xz
-   sha256sums = 
6af9c0238ca4fb850baa17878de0361868e3ff6d9302298d83c6d26931c28723
+   source = 
https://github.com/axel-download-accelerator/axel/releases/download/v2.17.14/axel-2.17.14.tar.xz
+   sha256sums = 
938ee7c8c478bf6fcc82359bbf9576f298033e8b13908e53e3ea9c45c1443693
 
 pkgname = axel


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Roman G 
 
 pkgname=axel
-pkgver=2.17.13
+pkgver=2.17.14
 pkgrel=1
 pkgdesc="Light command line download accelerator"
 arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/axel-download-accelerator/axel;
 license=('GPL')
 depends=('glibc' 'openssl')
 
source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('6af9c0238ca4fb850baa17878de0361868e3ff6d9302298d83c6d26931c28723')
+sha256sums=('938ee7c8c478bf6fcc82359bbf9576f298033e8b13908e53e3ea9c45c1443693')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/axel/-/commit/4a7d9afde5a8a79da9b41603281e7a809b9ab7b9

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




[Git][archlinux/packaging/packages/axel] Pushed new tag 2.17.14-1

2024-04-08 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 2.17.14-1 at Arch Linux / Packaging / Packages 
/ axel

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/axel/-/tree/2.17.14-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lldb] Pushed new tag 17.0.6-2

2024-04-07 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-2 at Arch Linux / Packaging / Packages 
/ lldb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lldb/-/tree/17.0.6-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lldb][main] upgpkg: 17.0.6-2: Python 3.12 rebuild

2024-04-07 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
lldb


Commits:
8618b7f5 by Evangelos Foutras at 2024-04-07T16:48:47+03:00
upgpkg: 17.0.6-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lldb
pkgdesc = Next generation, high-performance debugger
pkgver = 17.0.6
-   pkgrel = 1
+   pkgrel = 2
url = https://lldb.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=lldb
 pkgver=17.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Next generation, high-performance debugger"
 arch=('x86_64')
 url="https://lldb.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lldb/-/commit/8618b7f592b62cfa44a3921155df134b0bc4c403

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




[Git][archlinux/packaging/packages/clang][main] upgpkg: 17.0.6-2: Python 3.12 rebuild

2024-04-07 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
clang


Commits:
eb1bcb04 by Evangelos Foutras at 2024-04-07T16:42:37+03:00
upgpkg: 17.0.6-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = clang
pkgdesc = C language family frontend for LLVM
pkgver = 17.0.6
-   pkgrel = 1
+   pkgrel = 2
url = https://clang.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=clang
 pkgver=17.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="C language family frontend for LLVM"
 arch=('x86_64')
 url="https://clang.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/clang/-/commit/eb1bcb04c40b1b02db0fdd4663a1595cae5adca6

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




[Git][archlinux/packaging/packages/clang] Pushed new tag 17.0.6-2

2024-04-07 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-2 at Arch Linux / Packaging / Packages 
/ clang

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/clang/-/tree/17.0.6-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/llvm] Pushed new tag 17.0.6-3

2024-04-07 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 17.0.6-3 at Arch Linux / Packaging / Packages 
/ llvm

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/tree/17.0.6-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/llvm][main] upgpkg: 17.0.6-3: Python 3.12 rebuild

2024-04-07 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
llvm


Commits:
24ea18fd by Evangelos Foutras at 2024-04-07T16:27:29+03:00
upgpkg: 17.0.6-3: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = llvm
pkgver = 17.0.6
-   pkgrel = 2
+   pkgrel = 3
url = https://llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=('llvm' 'llvm-libs')
 pkgver=17.0.6
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/commit/24ea18fd7407aefbe1f5025a4fb30e464c7c1b8f

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




[Git][archlinux/packaging/packages/geoip-database][main] upgpkg: 20240406-1

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
geoip-database


Commits:
80d5937b by Evangelos Foutras at 2024-04-06T21:11:38+03:00
upgpkg: 20240406-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,24 +1,24 @@
 pkgbase = geoip-database
-   pkgver = 20240309
+   pkgver = 20240406
pkgrel = 1
url = https://mailfud.org/geoip-legacy/
arch = any
license = custom:GeoLite2 End User License Agreement
checkdepends = geoip
makedepends = util-linux
-   source = 
GeoIP-20240309.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240309/GeoIP.dat.gz
-   source = 
GeoIPv6-20240309.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240309/GeoIPv6.dat.gz
-   source = 
GeoIPCity-20240309.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240309/GeoIPCity.dat.gz
-   source = 
GeoIPCityv6-20240309.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240309/GeoIPCityv6.dat.gz
-   source = 
GeoIPASNum-20240309.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240309/GeoIPASNum.dat.gz
-   source = 
GeoIPASNumv6-20240309.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240309/GeoIPASNumv6.dat.gz
+   source = 
GeoIP-20240406.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240406/GeoIP.dat.gz
+   source = 
GeoIPv6-20240406.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240406/GeoIPv6.dat.gz
+   source = 
GeoIPCity-20240406.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240406/GeoIPCity.dat.gz
+   source = 
GeoIPCityv6-20240406.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240406/GeoIPCityv6.dat.gz
+   source = 
GeoIPASNum-20240406.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240406/GeoIPASNum.dat.gz
+   source = 
GeoIPASNumv6-20240406.dat.gz::https://sources.archlinux.org/other/packages/geoip-database/20240406/GeoIPASNumv6.dat.gz
source = GeoLite2-End-User-License-Agreement.pdf
-   sha256sums = 
2c27130234d03bceab44a8d1b5af5f5f7504d329f52422de540f9e8fc70c6c63
-   sha256sums = 
304734e1cf0282b020fb6a2e779b8a5c35dd5aeed005f4e4034aa527bbe60131
-   sha256sums = 
fde8e75f6a0798755b93d511b66e3419f4308cee8f252db42794b68aa2659faf
-   sha256sums = 
30f8e6c6de87c67fb82454def3859e2981c535fd768f2d1d6583c20d76bced0f
-   sha256sums = 
a64bbf5f9c69c39bddad08d00baa2b3e02d22b3a131d0ae1986ac21d3dc691d6
-   sha256sums = 
7582e9aedc628eca5d0abf596d36632b618bb6ee3233b28b367d32254ead501f
+   sha256sums = 
e7c1faffa75ab591d6badc795ce78e504abde0faa2acacd292bf9d5a386bad12
+   sha256sums = 
9cc26c1426ffd7249337b140e8b8f529cf19d6c965e43aa98f99f0afb31e5f79
+   sha256sums = 
3c0040eec0bc264b901278b2f20a67d60c59cd87ec363d309036eeb7232e6c34
+   sha256sums = 
2178c8809332b43419c5165d6195f9d73080b01e7a46e0cecebf2624ac730c86
+   sha256sums = 
04dca95519abfc2fc183710c712559da6cb9f006663fe42cf23b012ef408b30a
+   sha256sums = 
6566543843f24864b966d55b60916283f9af41810a145b1fc7901840c36a41bd
sha256sums = 
b9c7fbfcdd5b682b5635592281d72006df89d73f163308b7ef35a59f293b036e
 
 pkgname = geoip-database


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20240309
+pkgver=20240406
 pkgrel=1
 arch=('any')
 url="https://mailfud.org/geoip-legacy/;
@@ -16,12 +16,12 @@ source=(GeoIP-$pkgver.dat.gz::$_source_base/GeoIP.dat.gz
 GeoIPASNum-$pkgver.dat.gz::$_source_base/GeoIPASNum.dat.gz
 GeoIPASNumv6-$pkgver.dat.gz::$_source_base/GeoIPASNumv6.dat.gz
 GeoLite2-End-User-License-Agreement.pdf)
-sha256sums=('2c27130234d03bceab44a8d1b5af5f5f7504d329f52422de540f9e8fc70c6c63'
-'304734e1cf0282b020fb6a2e779b8a5c35dd5aeed005f4e4034aa527bbe60131'
-'fde8e75f6a0798755b93d511b66e3419f4308cee8f252db42794b68aa2659faf'
-'30f8e6c6de87c67fb82454def3859e2981c535fd768f2d1d6583c20d76bced0f'
-'a64bbf5f9c69c39bddad08d00baa2b3e02d22b3a131d0ae1986ac21d3dc691d6'
-'7582e9aedc628eca5d0abf596d36632b618bb6ee3233b28b367d32254ead501f'
+sha256sums=('e7c1faffa75ab591d6badc795ce78e504abde0faa2acacd292bf9d5a386bad12'
+'9cc26c1426ffd7249337b140e8b8f529cf19d6c965e43aa98f99f0afb31e5f79'
+'3c0040eec0bc264b901278b2f20a67d60c59cd87ec363d309036eeb7232e6c34'
+'2178c8809332b43419c5165d6195f9d73080b01e7a46e0cecebf2624ac730c86'
+'04dca95519abfc2fc183710c712559da6cb9f006663fe42cf23b012ef408b30a'
+'6566543843f24864b966d55b60916283f9af41810a145b1fc7901840c36

[Git][archlinux/packaging/packages/geoip-database] Pushed new tag 20240406-1

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 20240406-1 at Arch Linux / Packaging / 
Packages / geoip-database

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/geoip-database/-/tree/20240406-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-recommonmark][main] upgpkg: 0.7.1-7: Python 3.12 rebuild

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-recommonmark


Commits:
c825128b by Evangelos Foutras at 2024-04-06T20:49:23+03:00
upgpkg: 0.7.1-7: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = python-recommonmark
+   pkgdesc = Markdown parser for docutils
+   pkgver = 0.7.1
+   pkgrel = 7
+   url = https://recommonmark.readthedocs.io/
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   makedepends = python-setuptools
+   depends = python
+   depends = python-commonmark
+   depends = python-docutils
+   depends = python-sphinx
+   source = 
https://files.pythonhosted.org/packages/source/r/recommonmark/recommonmark-0.7.1.tar.gz
+   source = autostructify-tab_width-fallback.patch
+   sha256sums = 
bdb4db649fdcd8d2d844f0006b958d627f732415d399791ee436a3686d67
+   sha256sums = 
0672b55c9bd49d24cfe86cd29fa93d1ebde3f757df606e7aea74ba6e58deff26
+
+pkgname = python-recommonmark


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _name=recommonmark
 pkgname=python-$_name
 pkgver=0.7.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Markdown parser for docutils'
 arch=('any')
 url="https://recommonmark.readthedocs.io/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-recommonmark/-/commit/c825128b012aa5609cc560967fc8d7e25de3e395

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




[Git][archlinux/packaging/packages/python-recommonmark] Pushed new tag 0.7.1-7

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.7.1-7 at Arch Linux / Packaging / Packages / 
python-recommonmark

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-recommonmark/-/tree/0.7.1-7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-commonmark][main] upgpkg: 0.9.1-10: Python 3.12 rebuild

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-commonmark


Commits:
82b8e562 by Evangelos Foutras at 2024-04-06T20:48:27+03:00
upgpkg: 0.9.1-10: Python 3.12 rebuild

Also switch to commonmark/tests/run_spec_tests.py for check().

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = python-commonmark
+   pkgdesc = Python parser for the CommonMark Markdown spec
+   pkgver = 0.9.1
+   pkgrel = 10
+   url = https://pypi.org/project/commonmark/
+   arch = any
+   license = BSD
+   checkdepends = python-hypothesis
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-setuptools
+   makedepends = python-sphinx
+   makedepends = python-sphinx_rtd_theme
+   depends = python-docutils
+   depends = python-future
+   options = !makeflags
+   source = 
python-commonmark-0.9.1.tar.gz::https://github.com/readthedocs/commonmark.py/archive/0.9.1.tar.gz
+   sha256sums = 
b5d5be6af35a183c3f915d714b31b61e6918894051114419f9ac0bbb715bf4c6
+   sha512sums = 
a6de0b384247ff79fe326012bd1fc71135e6ae5bc7b6a15d5402969a94f81fdd802f1a9d557c504eb74bfb3fea68f55355a70a6e0112a620cc285cf9039892e4
+
+pkgname = python-commonmark


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-commonmark
 pkgver=0.9.1
-pkgrel=9
+pkgrel=10
 pkgdesc='Python parser for the CommonMark Markdown spec'
 url='https://pypi.org/project/commonmark/'
 arch=('any')
@@ -29,8 +29,7 @@ build() {
 check() {
   cd commonmark.py-${pkgver}
   export PYTHONPATH=.
-  python commonmark/tests/unit_tests.py
-  python -m unittest discover
+  python commonmark/tests/run_spec_tests.py
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-commonmark/-/commit/82b8e56274ad3d34f30cc6d72c2911d3e2821e0c

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




[Git][archlinux/packaging/packages/python-commonmark] Pushed new tag 0.9.1-10

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.9.1-10 at Arch Linux / Packaging / Packages 
/ python-commonmark

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-commonmark/-/tree/0.9.1-10
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gaupol][main] upgpkg: 1.14.1-2: Python 3.12 rebuild

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
gaupol


Commits:
c28a721e by Evangelos Foutras at 2024-04-06T20:32:05+03:00
upgpkg: 1.14.1-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,11 @@
 pkgbase = gaupol
pkgdesc = Editor for text-based subtitles
pkgver = 1.14.1
-   pkgrel = 1
+   pkgrel = 2
url = https://otsaloma.io/gaupol/
arch = any
license = GPL
+   makedepends = python-setuptools
depends = python-gobject
depends = gtk3
depends = gst-plugins-base


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=gaupol
 pkgver=1.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Editor for text-based subtitles"
 arch=('any')
 url="https://otsaloma.io/gaupol/;
@@ -14,6 +14,7 @@ license=('GPL')
 depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
  'gst-plugin-gtk' 'gspell' 'iso-codes' 'python-chardet' 'python-cairo'
  'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('python-setuptools')
 optdepends=('mpv: subtitle preview'
 'vlc: subtitle preview'
 'mplayer: subtitle preview')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/commit/c28a721e785e073ff4ce465ad02ed4737cc7202d

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




[Git][archlinux/packaging/packages/gaupol] Pushed new tag 1.14.1-2

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.14.1-2 at Arch Linux / Packaging / Packages 
/ gaupol

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/tree/1.14.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gaupol][main] upgpkg: 1.14.1-1

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
gaupol


Commits:
5340aedb by Evangelos Foutras at 2024-04-06T17:28:20+03:00
upgpkg: 1.14.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gaupol
pkgdesc = Editor for text-based subtitles
-   pkgver = 1.14
+   pkgver = 1.14.1
pkgrel = 1
url = https://otsaloma.io/gaupol/
arch = any
@@ -22,7 +22,7 @@ pkgbase = gaupol
optdepends = mpv: subtitle preview
optdepends = vlc: subtitle preview
optdepends = mplayer: subtitle preview
-   source = 
gaupol-1.14.tar.gz::https://github.com/otsaloma/gaupol/archive/1.14.tar.gz
-   sha256sums = 
616a13b6c45c5749ac51e4bc00125286d2a07a1eb660162a8299f5b1caf928be
+   source = 
gaupol-1.14.1.tar.gz::https://github.com/otsaloma/gaupol/archive/1.14.1.tar.gz
+   sha256sums = 
fa88d60620796800c4408dfdf7148b1abd3d97483e536dd020e35234885eb90b
 
 pkgname = gaupol


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=gaupol
-pkgver=1.14
+pkgver=1.14.1
 pkgrel=1
 pkgdesc="Editor for text-based subtitles"
 arch=('any')
@@ -18,7 +18,7 @@ optdepends=('mpv: subtitle preview'
 'vlc: subtitle preview'
 'mplayer: subtitle preview')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('616a13b6c45c5749ac51e4bc00125286d2a07a1eb660162a8299f5b1caf928be')
+sha256sums=('fa88d60620796800c4408dfdf7148b1abd3d97483e536dd020e35234885eb90b')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/commit/5340aedb6a42ecfb33c4bc4bef32100d0fc15019

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




[Git][archlinux/packaging/packages/gaupol] Pushed new tag 1.14.1-1

2024-04-06 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.14.1-1 at Arch Linux / Packaging / Packages 
/ gaupol

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/tree/1.14.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-virtualenvwrapper][main] upgpkg: 6.1.0-3: Python 3.12 rebuild

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-virtualenvwrapper


Commits:
5b621f81 by Evangelos Foutras at 2024-04-04T19:26:08+03:00
upgpkg: 6.1.0-3: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-virtualenvwrapper
pkgdesc = Extensions to Ian Bicking's virtualenv tool
pkgver = 6.1.0
-   pkgrel = 2
+   pkgrel = 3
url = https://virtualenvwrapper.readthedocs.io/
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-virtualenvwrapper
 pkgver=6.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Extensions to Ian Bicking's virtualenv tool"
 arch=('any')
 url="https://virtualenvwrapper.readthedocs.io/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-virtualenvwrapper/-/commit/5b621f81b8cc5b107be30a508dfb4143cb39

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




[Git][archlinux/packaging/packages/python-virtualenvwrapper] Pushed new tag 6.1.0-3

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 6.1.0-3 at Arch Linux / Packaging / Packages / 
python-virtualenvwrapper

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-virtualenvwrapper/-/tree/6.1.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-stevedore] Pushed new tag 5.2.0-2

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 5.2.0-2 at Arch Linux / Packaging / Packages / 
python-stevedore

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-stevedore/-/tree/5.2.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-stevedore][main] upgpkg: 5.2.0-2: Python 3.12 rebuild

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-stevedore


Commits:
4f12233f by Evangelos Foutras at 2024-04-04T19:26:05+03:00
upgpkg: 5.2.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-stevedore
pkgdesc = Manage dynamic plugins for Python applications
pkgver = 5.2.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/openstack/stevedore
arch = any
license = Apache


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-stevedore
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage dynamic plugins for Python applications"
 arch=('any')
 url="https://github.com/openstack/stevedore;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-stevedore/-/commit/4f12233f4b859145dd476cb7e46d9e0003398aed

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




[Git][archlinux/packaging/packages/python-sphobjinv] Pushed new tag 2.3.1-3

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 2.3.1-3 at Arch Linux / Packaging / Packages / 
python-sphobjinv

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphobjinv/-/tree/2.3.1-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-sphobjinv][main] upgpkg: 2.3.1-3: Python 3.12 rebuild

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphobjinv


Commits:
f363596d by Evangelos Foutras at 2024-04-04T19:26:02+03:00
upgpkg: 2.3.1-3: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = python-sphobjinv
+   pkgdesc = Manipulate and inspect Sphinx objects.inv files
+   pkgver = 2.3.1
+   pkgrel = 3
+   url = https://github.com/bskinn/sphobjinv
+   arch = any
+   license = MIT
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-setuptools
+   depends = python
+   depends = python-attrs
+   depends = python-certifi
+   depends = python-jsonschema
+   source = 
https://github.com/bskinn/sphobjinv/archive/v2.3.1/sphobjinv-2.3.1.tar.gz
+   sha256sums = 
dab4abb840c8d2a5b3532da4318243c70ab0d18f6a87596eae16c3ef178265b1
+
+pkgname = python-sphobjinv


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-sphobjinv
 _name=${pkgname#python-}
 pkgver=2.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Manipulate and inspect Sphinx objects.inv files"
 arch=('any')
 url="https://github.com/bskinn/sphobjinv;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphobjinv/-/commit/f363596de54df6553f2f49c98b91eec975cdc1eb

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




[Git][archlinux/packaging/packages/python-sphinxext-opengraph][main] upgpkg: 0.9.1-2: Python 3.12 rebuild

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinxext-opengraph


Commits:
a780a708 by Evangelos Foutras at 2024-04-04T19:25:57+03:00
upgpkg: 0.9.1-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-sphinxext-opengraph
pkgdesc = Sphinx extension to generate unique OpenGraph metadata
pkgver = 0.9.1
-   pkgrel = 1
+   pkgrel = 2
url = https://sphinxext-opengraph.readthedocs.io/
arch = any
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=sphinxext-opengraph
 pkgname=python-$_name
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Sphinx extension to generate unique OpenGraph metadata"
 arch=('any')
 url="https://sphinxext-opengraph.readthedocs.io/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxext-opengraph/-/commit/a780a70880d42326c0423d69ac21402e455acc3a

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




[Git][archlinux/packaging/packages/python-sphinxext-opengraph] Pushed new tag 0.9.1-2

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.9.1-2 at Arch Linux / Packaging / Packages / 
python-sphinxext-opengraph

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxext-opengraph/-/tree/0.9.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-sphinx-copybutton][main] upgpkg: 0.5.2-2: Python 3.12 rebuild

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinx-copybutton


Commits:
eb4d9e78 by Evangelos Foutras at 2024-04-04T19:25:54+03:00
upgpkg: 0.5.2-2: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = python-sphinx-copybutton
+   pkgdesc = Sphinx extension to add a "copy" button to code blocks
+   pkgver = 0.5.2
+   pkgrel = 2
+   url = https://github.com/executablebooks/sphinx-copybutton
+   arch = any
+   license = MIT
+   makedepends = python-setuptools
+   depends = python-sphinx
+   source = 
https://files.pythonhosted.org/packages/source/s/sphinx-copybutton/sphinx-copybutton-0.5.2.tar.gz
+   sha256sums = 
4cf17c82fb9646d1bc9ca92ac280813a3b605d8c421225fd9913154103ee1fbd
+
+pkgname = python-sphinx-copybutton


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=sphinx-copybutton
 pkgname=python-$_name
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Sphinx extension to add a \"copy\" button to code blocks"
 arch=('any')
 url="https://github.com/executablebooks/sphinx-copybutton;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-copybutton/-/commit/eb4d9e78096169e14c5a48e0a0a3c9d80b0afc00

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




[Git][archlinux/packaging/packages/python-sphinxcontrib-spelling][main] upgpkg: 8.0.0-3: Python 3.12 rebuild

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinxcontrib-spelling


Commits:
eb16a194 by Evangelos Foutras at 2024-04-04T19:25:51+03:00
upgpkg: 8.0.0-3: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = python-sphinxcontrib-spelling
+   pkgdesc = Spelling checker for Sphinx
+   pkgver = 8.0.0
+   pkgrel = 3
+   url = https://sphinxcontrib-spelling.readthedocs.io/
+   arch = any
+   license = BSD
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-setuptools
+   makedepends = python-setuptools-scm
+   depends = python-sphinx
+   depends = python-pyenchant
+   source = 
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-spelling/sphinxcontrib-spelling-8.0.0.tar.gz
+   sha256sums = 
199d0a16902ad80c387c2966dc9eb10f565b1fb15ccce17210402db7c2443e5c
+
+pkgname = python-sphinxcontrib-spelling


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=sphinxcontrib-spelling
 pkgname=python-$_name
 pkgver=8.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Spelling checker for Sphinx"
 arch=('any')
 url="https://sphinxcontrib-spelling.readthedocs.io/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-spelling/-/commit/eb16a1941912a131af0d2d08766ca39b92b24e68

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




[Git][archlinux/packaging/packages/python-sphinx-copybutton] Pushed new tag 0.5.2-2

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 0.5.2-2 at Arch Linux / Packaging / Packages / 
python-sphinx-copybutton

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-copybutton/-/tree/0.5.2-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-sphinxcontrib-spelling] Pushed new tag 8.0.0-3

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 8.0.0-3 at Arch Linux / Packaging / Packages / 
python-sphinxcontrib-spelling

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-spelling/-/tree/8.0.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-re-assert] Pushed new tag 1.1.0-6

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 1.1.0-6 at Arch Linux / Packaging / Packages / 
python-re-assert

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-re-assert/-/tree/1.1.0-6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-re-assert][main] upgpkg: 1.1.0-6: Python 3.12 rebuild

2024-04-04 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-re-assert


Commits:
3c10f98b by Evangelos Foutras at 2024-04-04T19:25:45+03:00
upgpkg: 1.1.0-6: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = python-re-assert
+   pkgdesc = Provides a helper class to make assertions of regexes simpler
+   pkgver = 1.1.0
+   pkgrel = 6
+   url = https://github.com/asottile/re-assert
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   makedepends = python-setuptools
+   depends = python
+   depends = python-regex
+   source = 
python-re-assert-1.1.0.tar.gz::https://github.com/asottile/re-assert/archive/v1.1.0.tar.gz
+   sha256sums = 
01c4a849ed520923e4bab9afdf73b5f2698c4f92ad7f580ccb3f68ea79c69c0c
+
+pkgname = python-re-assert


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-re-assert
 _name=${pkgname#python-}
 pkgver=1.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Provides a helper class to make assertions of regexes simpler"
 arch=('any')
 url="https://github.com/asottile/re-assert;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-re-assert/-/commit/3c10f98bd653eb7c9eff98d919f431e65c0df6a0

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




  1   2   3   4   5   6   7   8   9   10   >