[Git][archlinux/packaging/packages/openexr][main] upgpkg: 3.2.2-1: Update to 3.2.2

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
28f3f310 by Antonio Rojas at 2024-02-12T08:51:37+01:00
upgpkg: 3.2.2-1: Update to 3.2.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = openexr
pkgdesc = A high dynamic-range image file format library
-   pkgver = 3.2.1
+   pkgver = 3.2.2
pkgrel = 1
url = https://www.openexr.com/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = openexr
depends = glibc
depends = imath
depends = libdeflate
-   source = 
https://github.com/openexr/openexr/archive/v3.2.1/openexr-3.2.1.tar.gz
-   sha256sums = 
61e175aa2203399fb3c8c2288752fbea3c2637680d50b6e306ea5f8ffdd46a9b
+   source = 
https://github.com/openexr/openexr/archive/v3.2.2/openexr-3.2.2.tar.gz
+   sha256sums = 
65de6459c245a4977ce4de70b30d7ef48ec38e0cfb10205706ca50a8bf2e
 
 pkgname = openexr


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=openexr
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc='A high dynamic-range image file format library'
 url='https://www.openexr.com/'
@@ -13,7 +13,7 @@ depends=(gcc-libs
  libdeflate)
 makedepends=(cmake)
 
source=(https://github.com/openexr/openexr/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('61e175aa2203399fb3c8c2288752fbea3c2637680d50b6e306ea5f8ffdd46a9b')
+sha256sums=('65de6459c245a4977ce4de70b30d7ef48ec38e0cfb10205706ca50a8bf2e')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openexr/-/commit/28f3f310d5636fa0f5deed07d505983bbdf8ddd7

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




[Git][archlinux/packaging/packages/openexr] Pushed new tag 3.2.2-1

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.2.2-1 at Arch Linux / Packaging / Packages / 
openexr

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




[Git][archlinux/packaging/packages/python-clarabel][main] upgpkg: 0.6.0.post1-1: Update to 0.6.0.post1

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-clarabel


Commits:
2ca25f6f by Antonio Rojas at 2024-02-12T08:48:49+01:00
upgpkg: 0.6.0.post1-1: Update to 0.6.0.post1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-clarabel
pkgdesc = Interior-point solver for convex conic optimisation problems
-   pkgver = 0.6.0
-   pkgrel = 2
+   pkgver = 0.6.0.post1
+   pkgrel = 1
url = https://github.com/oxfordcontrol/Clarabel.rs
arch = x86_64
license = Apache
@@ -11,7 +11,7 @@ pkgbase = python-clarabel
makedepends = rust
depends = gcc-libs
depends = glibc
-   source = 
https://pypi.python.org/packages/source/c/clarabel/clarabel-0.6.0.tar.gz
-   sha256sums = 
ef909a393e72981ca10b1d866d9cc7fb6295ece20ae035def764338894961184
+   source = 
https://github.com/oxfordcontrol/Clarabel.rs/archive/v0.6.0.post1/clarabel-0.6.0.post1.tar.gz
+   sha256sums = 
a10d3636a9424b25221a0cf12f8f65427e95c5b305d8855970f97b2fd3c9561b
 
 pkgname = python-clarabel


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _pyname=clarabel
 pkgname=python-$_pyname
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.0.post1
+pkgrel=1
 pkgdesc='Interior-point solver for convex conic optimisation problems'
 arch=(x86_64)
 url='https://github.com/oxfordcontrol/Clarabel.rs'
@@ -14,21 +14,22 @@ makedepends=(python-build
  python-installer
  python-maturin
  rust)
-source=(https://pypi.python.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('ef909a393e72981ca10b1d866d9cc7fb6295ece20ae035def764338894961184')
+source=(https://github.com/oxfordcontrol/Clarabel.rs/archive/v$pkgver/$_pyname-$pkgver.tar.gz)
+sha256sums=('a10d3636a9424b25221a0cf12f8f65427e95c5b305d8855970f97b2fd3c9561b')
 
 prepare() {
-  cd $_pyname-$pkgver
+  cd Clarabel.rs-$pkgver
+  cargo generate-lockfile # 
https://github.com/oxfordcontrol/Clarabel.rs/pull/64
   cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
 }
 
 build() {
-  cd $_pyname-$pkgver
+  cd Clarabel.rs-$pkgver
   python -m build --wheel --no-isolation
 }
 
 package() {
-  cd $_pyname-$pkgver
+  cd Clarabel.rs-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl
 
   install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-clarabel/-/commit/2ca25f6fd5399c35b15c1bfcc5a3f3b82464d5c7

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




[Git][archlinux/packaging/packages/python-clarabel] Pushed new tag 0.6.0.post1-1

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.6.0.post1-1 at Arch Linux / Packaging / Packages 
/ python-clarabel

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




[Git][archlinux/packaging/packages/just] Pushed new tag 1.24.0-1

2024-02-11 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 1.24.0-1 at Arch Linux / Packaging / Packages / 
just

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




[Git][archlinux/packaging/packages/just][main] upgpkg: 1.24.0-1

2024-02-11 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
just


Commits:
86912eba by Caleb Maclennan at 2024-02-12T10:39:16+03:00
upgpkg: 1.24.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = just
pkgdesc = A handy way to save and run project-specific commands
-   pkgver = 1.23.0
+   pkgver = 1.24.0
pkgrel = 1
url = https://github.com/casey/just
arch = x86_64
license = custom:CC0
makedepends = cargo
depends = gcc-libs
-   source = 
just-1.23.0.tar.gz::https://github.com/casey/just/archive/1.23.0.tar.gz
-   sha256sums = 
d0b04dc2e33628b56fa54207f7bcbd5b7a052514be50b16a70c8d6961dc232f0
+   source = 
just-1.24.0.tar.gz::https://github.com/casey/just/archive/1.24.0.tar.gz
+   sha256sums = 
28409df27f73232ccb3e1671e9ee7354a954ecf3a28f64a52b1f3d213c3a5bd5
 
 pkgname = just


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Fredy García 
 
 pkgname=just
-pkgver=1.23.0
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="A handy way to save and run project-specific commands"
 arch=("x86_64")
@@ -12,7 +12,7 @@ license=("custom:CC0")
 depends=("gcc-libs")
 makedepends=("cargo")
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('d0b04dc2e33628b56fa54207f7bcbd5b7a052514be50b16a70c8d6961dc232f0')
+sha256sums=('28409df27f73232ccb3e1671e9ee7354a954ecf3a28f64a52b1f3d213c3a5bd5')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/86912ebabf1e63c94870e2ec922b1875e03036c4

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




[Git][archlinux/packaging/packages/python-pikepdf][main] upgpkg: 8.12.0.post1-1: Update to 8.12.0.post1

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pikepdf


Commits:
724fd53b by Antonio Rojas at 2024-02-12T08:35:00+01:00
upgpkg: 8.12.0.post1-1: Update to 8.12.0.post1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-pikepdf
pkgdesc = Read and write PDFs with Python, powered by qpdf
-   pkgver = 8.12.0
+   pkgver = 8.12.0.post1
pkgrel = 1
url = https://github.com/pikepdf/pikepdf
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = python-pikepdf
depends = python-packaging
depends = python-pillow
depends = qpdf
-   source = 
https://github.com/pikepdf/pikepdf/archive/v8.12.0/python-pikepdf-8.12.0.tar.gz
-   sha256sums = 
5a75f096b8f907f29c0c856aea57ce2a6b595582e22720450c81176a1b9dbe6c
+   source = 
https://github.com/pikepdf/pikepdf/archive/v8.12.0.post1/python-pikepdf-8.12.0.post1.tar.gz
+   sha256sums = 
f5a23abf218258fe33f9b81fc9e26b0d5ba7ea9b3f66faa51ada29b7185af970
 
 pkgname = python-pikepdf


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Stephan Eisvogel 
 
 pkgname=python-pikepdf
-pkgver=8.12.0
+pkgver=8.12.0.post1
 pkgrel=1
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
@@ -28,7 +28,7 @@ checkdepends=(python-hypothesis
   python-psutil
   python-pytest-xdist)
 
source=(https://github.com/pikepdf/pikepdf/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('5a75f096b8f907f29c0c856aea57ce2a6b595582e22720450c81176a1b9dbe6c')
+sha256sums=('f5a23abf218258fe33f9b81fc9e26b0d5ba7ea9b3f66faa51ada29b7185af970')
 
 build() {
   cd pikepdf-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/commit/724fd53b7aef96684de8ddb7437e816d76220b4f

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




[Git][archlinux/packaging/packages/python-pikepdf] Pushed new tag 8.12.0.post1-1

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 8.12.0.post1-1 at Arch Linux / Packaging / 
Packages / python-pikepdf

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




[Git][archlinux/packaging/packages/plasma-desktop] Pushed new tag 5.93.0-2

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.93.0-2 at Arch Linux / Packaging / Packages / 
plasma-desktop

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




[Git][archlinux/packaging/packages/xorg-server][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xorg-server


Commits:
842f671c by Andreas Radke at 2024-02-12T08:11:53+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,15 @@
+[xorg-server]
+#source = "gitlab"
+#gitlab = "xorg/xserver"
+#host = "gitlab.freedesktop.org"
+
+#source = "git"
+#git = "https://gitlab.freedesktop.org/xorg/xserver.git;
+#branch = "server-21.1-branch"
+#include_regex = "xorg-server"
+#use_max_tag = true
+#ignore = "YGWIN-6_8_1-MERGE"
+
+source = "regex"
+regex = "xorg-server-([\\d.]+)\\."
+url = "https://gitlab.freedesktop.org/xorg/xserver/-/tags;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xorg-server/-/commit/842f671c8b950e599a327e9abd4f01f65301203f

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




[Git][archlinux/packaging/packages/xorg-xwayland][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xorg-xwayland


Commits:
68f535ae by Andreas Radke at 2024-02-12T08:11:05+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,15 @@
+[xorg-xwayland]
+#source = "gitlab"
+#gitlab = "xorg/xserver"
+#host = "gitlab.freedesktop.org"
+
+#source = "git"
+#git = "https://gitlab.freedesktop.org/xorg/xserver.git;
+#branch = "server-21.1-branch"
+#include_regex = "xorg-server"
+#use_max_tag = true
+#ignore = "YGWIN-6_8_1-MERGE"
+
+source = "regex"
+regex = "xwayland-([\\d.]+)\\."
+url = "https://gitlab.freedesktop.org/xorg/xserver/-/tags;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xorg-xwayland/-/commit/68f535aed62ea0829b1a9eeb03f0aa000759a282

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




[Git][archlinux/packaging/packages/btop][main] upgpkg: 1.3.1-2: Have ROCM available at build time for version detection

2024-02-11 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
btop


Commits:
2d8fbb0d by Caleb Maclennan at 2024-02-12T10:01:24+03:00
upgpkg: 1.3.1-2: Have ROCM available at build time for version detection

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,11 @@
 pkgbase = btop
pkgdesc = A monitor of system resources, bpytop ported to C++
pkgver = 1.3.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/aristocratos/btop
arch = x86_64
license = Apache
+   makedepends = rocm-smi-lib
depends = gcc-libs
depends = glibc
optdepends = rocm-smi-lib: AMD GPU support


=
PKGBUILD
=
@@ -2,13 +2,14 @@
 
 pkgname=btop
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A monitor of system resources, bpytop ported to C++'
 arch=(x86_64)
 url="https://github.com/aristocratos/$pkgname;
 license=(Apache)
 depends=(gcc-libs
  glibc)
+makedepends=('rocm-smi-lib')
 optdepends=('rocm-smi-lib: AMD GPU support')
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")



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

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




[Git][archlinux/packaging/packages/btop] Pushed new tag 1.3.1-2

2024-02-11 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 1.3.1-2 at Arch Linux / Packaging / Packages / 
btop

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




[Git][archlinux/packaging/packages/libgpg-error][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libgpg-error


Commits:
dd62116c by Andreas Radke at 2024-02-12T07:58:59+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,9 @@
+[libgpg-error]
+#source = "git"
+#git = "https://git.gnupg.org/libgpg-error.git;
+#git = "git://git.gnupg.org/libgcrypt-error.git"
+#use_max_tag = true
+
+source = "regex"
+regex = "libgpg-error-([\\d.]+)\\."
+url = "https://www.gnupg.org/download/integrity_check.html;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgpg-error/-/commit/dd62116c8d3d087d6077601b685b744f7c17e464

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




[Git][archlinux/packaging/packages/libgcrypt][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libgcrypt


Commits:
7361c2ba by Andreas Radke at 2024-02-12T07:57:34+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,9 @@
+[libgcrypt]
+#source = "git"
+#git = "https://git.gnupg.org/libgcrypt.git;
+#git = "git://git.gnupg.org/libgcrypt.git"
+#use_max_tag = true
+
+source = "regex"
+regex = "libgcrypt-([\\d.]+)\\."
+url = "https://www.gnupg.org/download/integrity_check.html;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgcrypt/-/commit/7361c2bab8237169cb8e73dd1bb7ce16edbe7444

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




[Git][archlinux/packaging/packages/claws-mail][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
claws-mail


Commits:
e1bcb755 by Andreas Radke at 2024-02-12T07:50:49+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[claws-mail]
+source = "git"
+git = "https://git.claws-mail.org/readonly/claws.git;
+
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/claws-mail/-/commit/e1bcb75564f02da4c63c714fef6222b2a71ad9ae

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




[Git][archlinux/packaging/packages/iwd][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / iwd


Commits:
147be429 by Andreas Radke at 2024-02-12T07:49:45+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[iwd]
+source = "git"
+git = "https://git.kernel.org/pub/scm/network/wireless/iwd.git;
+
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/iwd/-/commit/147be429acb377e447245860f0cc6755ab1ae594

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




[Git][archlinux/packaging/packages/ell][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / ell


Commits:
4bdee22a by Andreas Radke at 2024-02-12T07:48:49+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[ell]
+source = "git"
+git = "https://git.kernel.org/pub/scm/libs/ell/ell.git;
+
+use_max_tag = true



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

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




[Git][archlinux/packaging/packages/xkeyboard-config][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xkeyboard-config


Commits:
97acc351 by Andreas Radke at 2024-02-12T07:44:32+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[xkeyboard-config]
+source = "gitlab"
+gitlab = "xkeyboard-config/xkeyboard-config"
+host = "gitlab.freedesktop.org"
+use_max_tag = true
+prefix = "xkeyboard-config-"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xkeyboard-config/-/commit/97acc351c0f108163e9874ddaea21af96f220707

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




[Git][archlinux/packaging/packages/xdg-utils][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xdg-utils


Commits:
cd89eb45 by Andreas Radke at 2024-02-12T07:42:55+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[xdg-utils]
+source = "gitlab"
+gitlab = "xdg/xdg-utils"
+host = "gitlab.freedesktop.org"
+use_max_tag = true
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-utils/-/commit/cd89eb45ecaa7ce5f5c9badaccd943e69d2cd57a

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




[Git][archlinux/packaging/packages/poppler-data][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
poppler-data


Commits:
eb644b9c by Andreas Radke at 2024-02-12T07:39:47+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,19 @@
+[poppler-data]
+#source = "gitlab"
+#gitlab = "poppler/poppler-data"
+#host = "gitlab.freedesktop.org"
+#branch = "master"
+#include_prereleases = true
+#use_max_tag = true
+#use_latest_tag = true
+#use_latest_release = true
+##prefix = "poppler-"
+
+#source = "git"
+#git = "https://gitlab.freedesktop.org/poppler/poppler-data.git;
+#ignored = "start"
+#use_max_tag = true
+
+source = "regex"
+regex = "poppler-data-([\\d.]+)\\."
+url = "https://poppler.freedesktop.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/poppler-data/-/commit/eb644b9c0079ba8afa3c567bf06f503c2147ae89

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




[Git][archlinux/packaging/packages/poppler][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
poppler


Commits:
2ab51042 by Andreas Radke at 2024-02-12T07:12:42+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[poppler]
+source = "gitlab"
+gitlab = "poppler/poppler"
+host = "gitlab.freedesktop.org"
+use_max_tag = true
+prefix = "poppler-"



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

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




[Git][archlinux/packaging/packages/pixman][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
pixman


Commits:
58bf15be by Andreas Radke at 2024-02-12T07:11:33+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[pixman]
+source = "gitlab"
+gitlab = "pixman/pixman"
+host = "gitlab.freedesktop.org"
+use_max_tag = true
+prefix = "pixman-"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pixman/-/commit/58bf15be55a0a19edddc8706f17ba3fb5061a957

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




[Git][archlinux/packaging/packages/liborcus][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
liborcus


Commits:
b2953f76 by Andreas Radke at 2024-02-12T07:09:12+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[liborcus]
+source = "gitlab"
+gitlab = "orcus/orcus"
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liborcus/-/commit/b2953f764630224099732cdce522ff14b2286d9d

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




[Git][archlinux/packaging/packages/libinput][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libinput


Commits:
d07c8bb6 by Andreas Radke at 2024-02-12T07:04:07+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[libinput]
+source = "gitlab"
+gitlab = "libinput/libinput"
+host = "gitlab.freedesktop.org"
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libinput/-/commit/d07c8bb6ee8ed6e515a9adf86d23657ebb6296d8

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




[Git][archlinux/packaging/packages/libevdev][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libevdev


Commits:
77c8c6bc by Andreas Radke at 2024-02-12T07:03:00+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[libevdev]
+source = "gitlab"
+gitlab = "libevdev/libevdev"
+host = "gitlab.freedesktop.org"
+use_max_tag = true
+prefix = "libevdev-"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libevdev/-/commit/77c8c6bce7d240bb282d35ebbf7b3cc749457d85

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




[Git][archlinux/packaging/packages/adobe-source-serif-fonts][main] Use SPDX license identifier

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / adobe-source-serif-fonts


Commits:
22db9640 by shijie.chen at 2024-02-12T10:14:47+08:00
Use SPDX license identifier

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgrel=1
 pkgdesc="Serif typeface designed to complement Source Sans"
 url="https://adobe-fonts.github.io/source-serif/;
 arch=(any)
-license=(custom)
+license=(OFL-1.1)
 provides=("adobe-source-serif-pro-fonts=$pkgver")
 replaces=('adobe-source-serif-pro-fonts<=4.004-1')
 _relver=${pkgver}R



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-serif-fonts/-/commit/22db964006585e7c9c8df4ae8278a398f6fc8120

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-serif-fonts/-/commit/22db964006585e7c9c8df4ae8278a398f6fc8120
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/adobe-source-sans-fonts][main] Use SPDX license identifier

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / adobe-source-sans-fonts


Commits:
e67aa6e6 by shijie.chen at 2024-02-12T10:05:10+08:00
Use SPDX license identifier

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgrel=1
 pkgdesc="Sans-serif font family for user interface environments"
 url="https://adobe-fonts.github.io/source-sans/;
 arch=(any)
-license=(custom)
+license=(OFL-1.1)
 provides=("adobe-source-sans-pro-fonts=$pkgver")
 replaces=('adobe-source-sans-pro-fonts<=3.028-1')
 _relver=${pkgver}R



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-sans-fonts/-/commit/e67aa6e6ad5b4329422ec0f3a5d6c17db8f87e50

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-sans-fonts/-/commit/e67aa6e6ad5b4329422ec0f3a5d6c17db8f87e50
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/adobe-source-code-pro-fonts][main] Use SPDX license identifier

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / adobe-source-code-pro-fonts


Commits:
2583d2ca by shijie.chen at 2024-02-12T09:46:43+08:00
Use SPDX license identifier

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgrel=1
 pkgdesc="Monospaced font family for user interface and coding environments"
 url="https://adobe-fonts.github.io/source-code-pro/;
 arch=(any)
-license=(custom)
+license=(OFL-1.1)
 _relver=2.042R-u/1.062R-i/1.026R-vf
 _tarname=source-code-pro-${_relver//\//-}
 source=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-code-pro-fonts/-/commit/2583d2ca80ec8dd59b2ef8ecc322ad1a72e9eab5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-code-pro-fonts/-/commit/2583d2ca80ec8dd59b2ef8ecc322ad1a72e9eab5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/meson] Pushed new tag 1.3.1-2

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1.3.1-2 at Arch Linux / 
Packaging / Packages / meson

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




[Git][archlinux/packaging/packages/meson][main] 1.3.1-2

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / meson


Commits:
1ba45188 by Jan Alexander Steffens (heftig) at 2024-02-12T02:58:55+01:00
1.3.1-2

- - - - -


3 changed files:

- .SRCINFO
- + 0003-Limit-unittests-workers.patch
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = meson
pkgdesc = High productivity build system
pkgver = 1.3.1
-   pkgrel = 1
+   pkgrel = 2
url = https://mesonbuild.com/
arch = any
license = Apache
@@ -65,15 +65,17 @@ pkgbase = meson
source = native-clang
source = 0001-Skip-broken-tests.patch
source = 0002-Use-C-17-for-protobuf-tests.patch
+   source = 0003-Limit-unittests-workers.patch
validpgpkeys = 19E2D6D9B46D8DAA6288F877C24E631BABB1FE70
b2sums = 
64d53eddc8cb321a4e2dabaa4b7499798a7b68764b1a7a5182bfa21d081dc07105acab616119b88ff610e5d75504f03d1c0aefee3602ddf538fc491ff3d0204a
b2sums = SKIP
b2sums = 
95eff6139275ddc826395192e2e7043d665641260454aeda06dca7e573d34b348c2a935ac1603d8d838f480fe6b57ba2ece51fa90760ab3014e15c70f6d130ea
b2sums = 
82f234701f578f5c85d527a95e6026b5d219fde9b212bead51615f38b43c8b0d129a700e792099778802f5b511250a2b56b5074e55709f4aa1ace64ef8949ff8
-   b2sums = 
211cee61f117fd1d582d7a613a8634f044e9e307791c4154c6da72bccd5f06856801b14bcb26157ee682b5935c48ffd2098a5fabab2232726d7758cf091c07f7
+   b2sums = 
70f042a7603d1139f6cef33aec028da087cacabe278fd47375e1b2315befbfde1c0501ad1ecc63d04d31b232a04f08c735d61ce59d7244521f3d270e417fb5af
b2sums = 
9b16477aa77a706492e26fb3ad42e90674b8f0dfe657dd3bd9ba044f921be12ceabeb0050a50a15caee4d999e1ec33ed857bd3bed9ed73bb4a4f06381081
b2sums = 
7d88929d5a3b49d91c5c9969f19d9b47f3151706526b889515acaeda0141257d5115875ac84832e9ea46f83a7700d673adcc5db84b331cd798c70ae6e90eac1e
b2sums = 
21466907b450c662824f576accbf49d4bb543c5d7a1075dfcd48e89db92537d2dbe194a55c335bd520f787125b83b394a9f9f2b9e16d667797dc34c3b862bf60
b2sums = 
c0154434fefb00aebb66b276c3b871b9ec629adc8f3c5b020a21b4662667c0bdaa2c48c6a7498d0c7ab901bb9c3911bd0bb82fbae5e5f3ae2da006e3849e0ff0
+   b2sums = 
5847e2f1bf362c9fdaf522f0d3a6c81e67c7ac8c016e0ade5632bf23c1ea591c3659fe40f2139e97805144b3a6db6fe375977735b6fc74a7c7a6f8e581632f24
 
 pkgname = meson


=
0003-Limit-unittests-workers.patch
=
@@ -0,0 +1,40 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 12 Feb 2024 02:51:51 +0100
+Subject: [PATCH] Limit unittests workers
+
+On our new 48-core/96-thread build server, the
+`test_install_log_content` test fails, apparently because it runs in
+parallel with `test_install_subdir_symlinks`, which modifies the
+`59 install subdir` source directory.
+---
+ run_unittests.py | 9 -
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+diff --git a/run_unittests.py b/run_unittests.py
+index 7a2502a6e886..f43497b5f5e2 100755
+--- a/run_unittests.py
 b/run_unittests.py
+@@ -22,6 +22,7 @@ import time
+ import subprocess
+ import os
+ import unittest
++import multiprocessing
+ 
+ import mesonbuild.mlog
+ import mesonbuild.depfile
+@@ -130,7 +131,13 @@ def main():
+ # Don't use pytest-xdist when running single unit tests since it 
wastes
+ # time spawning a lot of processes to distribute tests to in that 
case.
+ if not running_single_tests(sys.argv, cases):
+-pytest_args += ['-n', 'auto']
++try:
++num_workers = multiprocessing.cpu_count()
++except Exception as e:
++num_workers = 2
++if num_workers > 64:
++num_workers = 64
++pytest_args += ['-n', str(num_workers)]
+ except ImportError:
+ print('pytest-xdist not found, tests will not be distributed 
across CPU cores')
+ # Let there be colors!


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=meson
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="High productivity build system"
 url="https://mesonbuild.com/;
 arch=(any)
@@ -75,6 +75,7 @@ source=(
   native-clang
   0001-Skip-broken-tests.patch
   0002-Use-C-17-for-protobuf-tests.patch
+  0003-Limit-unittests-workers.patch
 )
 
b2sums=('64d53eddc8cb321a4e2dabaa4b7499798a7b68764b1a7a5182bfa21d081dc07105acab616119b88ff610e5d75504f03d1c0aefee3602ddf538fc491ff3d0204a'
 'SKIP'
@@ -84,7 +85,8 @@ 
b2sums=('64d53eddc8cb321a4e2dabaa4b7499798a7b68764b1a7a5182bfa21d081dc07105acab6
 
'9b16477aa77a706492e26fb3ad42e90674b8f0dfe657dd3bd9ba044f921be12ceabeb0050a50a15caee4d999e1ec33ed857bd3bed9ed73bb4a4f06381081'
 

[Git][archlinux/packaging/packages/pango] Pushed new tag 1-1.51.2-1

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-1.51.2-1 at Arch Linux / 
Packaging / Packages / pango

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




[Git][archlinux/packaging/packages/pango][main] 1.51.2-1

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / pango


Commits:
119960c0 by Jan Alexander Steffens (heftig) at 2024-02-12T02:22:37+01:00
1.51.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = pango
pkgdesc = A library for layout and rendering of text
-   pkgver = 1.51.1
+   pkgver = 1.51.2
pkgrel = 1
epoch = 1
url = https://www.pango.org/
arch = x86_64
-   license = LGPL
+   license = LGPL-2.1-or-later
makedepends = gi-docgen
makedepends = git
makedepends = gobject-introspection
@@ -16,7 +16,7 @@ pkgbase = pango
depends = harfbuzz
depends = libthai
depends = libxft
-   source = 
git+https://gitlab.gnome.org/GNOME/pango.git#commit=dfdbb8b55effc0feb72a1981944acaf20ee71354
+   source = 
git+https://gitlab.gnome.org/GNOME/pango.git#commit=54c5f4ec01ce9c89a590cdc7e4c2c6e3948bb029
b2sums = SKIP
 
 pkgname = pango


=
PKGBUILD
=
@@ -6,13 +6,13 @@ pkgname=(
   pango
   pango-docs
 )
-pkgver=1.51.1
+pkgver=1.51.2
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text"
 url="https://www.pango.org/;
 arch=(x86_64)
-license=(LGPL)
+license=(LGPL-2.1-or-later)
 depends=(
   cairo
   fribidi
@@ -27,7 +27,7 @@ makedepends=(
   help2man
   meson
 )
-_commit=dfdbb8b55effc0feb72a1981944acaf20ee71354  # tags/1.51.1^0
+_commit=54c5f4ec01ce9c89a590cdc7e4c2c6e3948bb029  # tags/1.51.2^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pango/-/commit/119960c023441ac014130e587380ef601a4ca2eb

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




[Git][archlinux/packaging/packages/lib32-pango][main] 1.51.2-1

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / lib32-pango


Commits:
32c1c026 by Jan Alexander Steffens (heftig) at 2024-02-12T02:21:47+01:00
1.51.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = lib32-pango
pkgdesc = A library for layout and rendering of text (32-bit)
-   pkgver = 1.51.1
+   pkgver = 1.51.2
pkgrel = 1
epoch = 1
url = https://www.pango.org/
arch = x86_64
-   license = LGPL
+   license = LGPL-2.1-or-later
makedepends = git
makedepends = meson
depends = lib32-cairo
@@ -14,7 +14,7 @@ pkgbase = lib32-pango
depends = lib32-libthai
depends = lib32-libxft
depends = pango
-   source = 
git+https://gitlab.gnome.org/GNOME/pango.git#commit=dfdbb8b55effc0feb72a1981944acaf20ee71354
+   source = 
git+https://gitlab.gnome.org/GNOME/pango.git#commit=54c5f4ec01ce9c89a590cdc7e4c2c6e3948bb029
b2sums = SKIP
 
 pkgname = lib32-pango


=
PKGBUILD
=
@@ -7,13 +7,13 @@ pkgbase=lib32-pango
 pkgname=(
   lib32-pango
 )
-pkgver=1.51.1
+pkgver=1.51.2
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text (32-bit)"
 url="https://www.pango.org/;
 arch=(x86_64)
-license=(LGPL)
+license=(LGPL-2.1-or-later)
 depends=(
   lib32-cairo
   lib32-fribidi
@@ -26,7 +26,7 @@ makedepends=(
   git
   meson
 )
-_commit=dfdbb8b55effc0feb72a1981944acaf20ee71354  # tags/1.51.1^0
+_commit=54c5f4ec01ce9c89a590cdc7e4c2c6e3948bb029  # tags/1.51.2^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
 b2sums=('SKIP')
 
@@ -41,14 +41,10 @@ prepare() {
 
 build() {
   local meson_options=(
---libdir=/usr/lib32
+--cross-file lib32
 -D introspection=disabled
   )
 
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
-
   arch-meson pango build "${meson_options[@]}"
   meson compile -C build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-pango/-/commit/32c1c026ae3ef3a35a1e1f8decec7c24b998cf8d

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




[Git][archlinux/packaging/packages/lib32-pango] Pushed new tag 1-1.51.2-1

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-1.51.2-1 at Arch Linux / 
Packaging / Packages / lib32-pango

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




[Git][archlinux/packaging/packages/gnome-tweaks][main] 45.1-1

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-tweaks


Commits:
3f26ac79 by Jan Alexander Steffens (heftig) at 2024-02-12T02:20:32+01:00
45.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,17 @@
 pkgbase = gnome-tweaks
pkgdesc = Graphical interface for advanced GNOME 3 settings (Tweak Tool)
-   pkgver = 45.0
+   pkgver = 45.1
pkgrel = 1
url = https://wiki.gnome.org/Apps/Tweaks
arch = any
groups = gnome-extra
-   license = GPL
+   license = GPL-3.0-or-later
makedepends = git
makedepends = meson
depends = gnome-settings-daemon
depends = libhandy
depends = python-gobject
-   source = 
git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=c86eaca0e9eeb6052006761a73176302e099f96f
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=8684efe9f167f8196392444771622f4723767248
b2sums = SKIP
 
 pkgname = gnome-tweaks


=
PKGBUILD
=
@@ -2,12 +2,12 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-tweaks
-pkgver=45.0
+pkgver=45.1
 pkgrel=1
 pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
 url="https://wiki.gnome.org/Apps/Tweaks;
 arch=(any)
-license=(GPL)
+license=(GPL-3.0-or-later)
 depends=(
   gnome-settings-daemon
   libhandy
@@ -18,7 +18,7 @@ makedepends=(
   meson
 )
 groups=(gnome-extra)
-_commit=c86eaca0e9eeb6052006761a73176302e099f96f  # tags/45.0^0
+_commit=8684efe9f167f8196392444771622f4723767248  # tags/45.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-tweaks/-/commit/3f26ac79d89addcd4d8830d1ff74730f78f9f636

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




[Git][archlinux/packaging/packages/gnome-tweaks] Pushed new tag 45.1-1

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.1-1 at Arch Linux / Packaging 
/ Packages / gnome-tweaks

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




[Git][archlinux/packaging/packages/gnome-music] Pushed new tag 1-45.1-1

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-45.1-1 at Arch Linux / 
Packaging / Packages / gnome-music

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




[Git][archlinux/packaging/packages/gnome-music][main] 45.1-1

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-music


Commits:
63c71816 by Jan Alexander Steffens (heftig) at 2024-02-12T02:16:38+01:00
45.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = gnome-music
pkgdesc = Music player and management application
-   pkgver = 45.0
+   pkgver = 45.1
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Apps/Music
arch = any
groups = gnome
-   license = GPL
+   license = GPL-2.0-or-later
makedepends = appstream-glib
makedepends = git
makedepends = gobject-introspection
@@ -25,7 +25,7 @@ pkgbase = gnome-music
optdepends = gst-libav: Extra media codecs
optdepends = gst-plugins-bad: Extra media codecs
optdepends = gst-plugins-ugly: Extra media codecs
-   source = 
git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=2f34438a1609ccd51bc054c154e845627156689f
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=0ef72c924b88af3968e9888a11cd87531c33d79b
b2sums = SKIP
 
 pkgname = gnome-music


=
PKGBUILD
=
@@ -3,13 +3,13 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-music
-pkgver=45.0
+pkgver=45.1
 pkgrel=1
 epoch=1
 pkgdesc="Music player and management application"
 url="https://wiki.gnome.org/Apps/Music;
 arch=(any)
-license=(GPL)
+license=(GPL-2.0-or-later)
 depends=(
   grilo
   grilo-plugins
@@ -35,7 +35,7 @@ optdepends=(
   'gst-plugins-ugly: Extra media codecs'
 )
 groups=(gnome)
-_commit=2f34438a1609ccd51bc054c154e845627156689f  # tags/45.0^0
+_commit=0ef72c924b88af3968e9888a11cd87531c33d79b  # tags/45.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-music/-/commit/63c71816c796a494f1823263201157363eaaf22c

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




[Git][archlinux/packaging/packages/gnome-shell] Pushed new tag 1-45.4-1

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-45.4-1 at Arch Linux / 
Packaging / Packages / gnome-shell

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




[Git][archlinux/packaging/packages/gnome-shell][main] 45.4-1

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-shell


Commits:
40c1e3dd by Jan Alexander Steffens (heftig) at 2024-02-12T02:15:28+01:00
45.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = gnome-shell
pkgdesc = Next generation desktop shell
-   pkgver = 45.3
+   pkgver = 45.4
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
groups = gnome
-   license = GPL
+   license = GPL-3.0-or-later
checkdepends = appstream-glib
checkdepends = python-dbusmock
checkdepends = xorg-server-xvfb
@@ -47,7 +47,7 @@ pkgbase = gnome-shell
optdepends = power-profiles-daemon: Power profile switching
optdepends = python-gobject: gnome-shell-test-tool performance tester
optdepends = switcheroo-control: Multi-GPU support
-   source = 
git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=c76b18a04282e48f6196ad1f9f1ab6f08c492599
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=58522920b5ae96d2b95dad0371ce13eb4bd955ce
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
b2sums = SKIP
b2sums = SKIP


=
PKGBUILD
=
@@ -4,13 +4,13 @@
 # Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
 arch=(x86_64)
-license=(GPL)
+license=(GPL-3.0-or-later)
 depends=(
   accountsservice
   gcr-4
@@ -60,7 +60,7 @@ optdepends=(
   'switcheroo-control: Multi-GPU support'
 )
 groups=(gnome)
-_commit=c76b18a04282e48f6196ad1f9f1ab6f08c492599  # tags/45.3^0
+_commit=58522920b5ae96d2b95dad0371ce13eb4bd955ce  # tags/45.4^0
 source=(
   "git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
   "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell/-/commit/40c1e3dda18d694d634bc9553efa7a4cedfec0f8

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




[Git][archlinux/packaging/packages/mutter][main] 45.4-1

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / mutter


Commits:
8bcee62b by Jan Alexander Steffens (heftig) at 2024-02-12T02:12:35+01:00
45.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = mutter
pkgdesc = Window manager and compositor for GNOME
-   pkgver = 45.3
+   pkgver = 45.4
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
-   license = GPL
+   license = GPL-2.0-or-later
checkdepends = gnome-session
checkdepends = python-dbusmock
checkdepends = wireplumber
@@ -39,7 +39,7 @@ pkgbase = mutter
depends = pipewire
depends = startup-notification
depends = xorg-xwayland
-   source = 
git+https://gitlab.gnome.org/GNOME/mutter.git#commit=5012d22cb96ba22c4133e2e488ea1f5241fb50e2
+   source = 
git+https://gitlab.gnome.org/GNOME/mutter.git#commit=919e71b113cc03c0fe1de393a19947f7b9f9
b2sums = SKIP
 
 pkgname = mutter


=
PKGBUILD
=
@@ -7,12 +7,12 @@ pkgname=(
   mutter
   mutter-docs
 )
-pkgver=45.3
+pkgver=45.4
 pkgrel=1
 pkgdesc="Window manager and compositor for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter;
 arch=(x86_64)
-license=(GPL)
+license=(GPL-2.0-or-later)
 depends=(
   colord
   dconf
@@ -53,7 +53,7 @@ checkdepends=(
   wireplumber
   zenity
 )
-_commit=5012d22cb96ba22c4133e2e488ea1f5241fb50e2  # tags/45.3^0
+_commit=919e71b113cc03c0fe1de393a19947f7b9f9  # tags/45.4^0
 source=(
   "git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;
 )



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

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




[Git][archlinux/packaging/packages/mutter] Pushed new tag 45.4-1

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.4-1 at Arch Linux / Packaging 
/ Packages / mutter

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




[Git][archlinux/packaging/packages/gjs][main] 1.78.4-1

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gjs


Commits:
36ebcba9 by Jan Alexander Steffens (heftig) at 2024-02-12T02:05:19+01:00
1.78.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gjs
pkgdesc = Javascript Bindings for GNOME
-   pkgver = 1.78.3
+   pkgver = 1.78.4
pkgrel = 1
epoch = 2
url = https://wiki.gnome.org/Projects/Gjs
@@ -24,7 +24,7 @@ pkgbase = gjs
depends = libx11
depends = readline
provides = libgjs.so
-   source = 
git+https://gitlab.gnome.org/GNOME/gjs.git#commit=383df72a6fdbed92a2a3a2d7133eb6f31d40c526
+   source = 
git+https://gitlab.gnome.org/GNOME/gjs.git#commit=6d0db6eef659fc710262bb1f036aad48fa710a0f
b2sums = SKIP
 
 pkgname = gjs


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.78.3
+pkgver=1.78.4
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -34,7 +34,7 @@ checkdepends=(
   xorg-server-xvfb
 )
 provides=(libgjs.so)
-_commit=383df72a6fdbed92a2a3a2d7133eb6f31d40c526  # tags/1.78.3^0
+_commit=6d0db6eef659fc710262bb1f036aad48fa710a0f  # tags/1.78.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gjs/-/commit/36ebcba9397e62bfdb9b8356146946f577ef2b9c

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




[Git][archlinux/packaging/packages/gjs] Pushed new tag 2-1.78.4-1

2024-02-11 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 2-1.78.4-1 at Arch Linux / 
Packaging / Packages / gjs

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




[Git][archlinux/packaging/packages/usd] Pushed new tag 23.11-11

2024-02-11 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 23.11-11 at Arch Linux / Packaging / Packages 
/ usd

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




[Git][archlinux/packaging/packages/usd][main] upgpkg: 23.11-11: Wrap usdview to allow it to work without further user interaction

2024-02-11 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
usd


Commits:
d948d492 by Sven-Hendrik Haase at 2024-02-12T01:41:19+01:00
upgpkg: 23.11-11: Wrap usdview to allow it to work without further user 
interaction

Fixes #1.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = usd
pkgdesc = 3D VFX pipeline interchange file format
pkgver = 23.11
-   pkgrel = 10
+   pkgrel = 11
url = https://openusd.org
arch = x86_64
license = Apache-2.0


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgname=('usd' 'usd-extras')
 _pkgname='OpenUSD'
 pkgbase=usd
 pkgver=23.11
-pkgrel=10
+pkgrel=11
 arch=(x86_64)
 url='https://openusd.org'
 pkgdesc='3D VFX pipeline interchange file format'
@@ -158,6 +158,11 @@ package_usd() {
 
   DESTDIR=${pkgdir} ninja -C build install
 
+  # Do a switcheroo with usdview as we need to wrap it in a script.
+  mv ${pkgdir}/usr/bin/usdview ${pkgdir}/usr/bin/usdview_bin
+  echo 'LD_PRELOAD=/usr/lib/libjemalloc.so exec usdview_bin "$@"' > 
${pkgdir}/usr/bin/usdview
+  chmod +x ${pkgdir}/usr/bin/usdview
+
   rm -vrf ${pkgdir}/usr/share/usd
 
   install -Dm644 ${srcdir}/USDLogoUnsized.svg 
${pkgdir}/usr/share/icons/hicolor/scalable/apps/openusd.svg



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/usd/-/commit/d948d492ef062a61b68f28812d7bf374e5046f2f

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




[Git][archlinux/packaging/packages/blender][main] upgpkg: 17:4.0.2-12: openpgl 0.6.0 rebuild

2024-02-11 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
blender


Commits:
ad4a11b1 by Sven-Hendrik Haase at 2024-02-12T01:20:41+01:00
upgpkg: 17:4.0.2-12: openpgl 0.6.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = blender
pkgdesc = A fully integrated 3D graphics creation suite
pkgver = 4.0.2
-   pkgrel = 11
+   pkgrel = 12
epoch = 17
url = https://www.blender.org
arch = x86_64


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=blender
 pkgver=4.0.2
-pkgrel=11
+pkgrel=12
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/ad4a11b1574b3221dff0b80035303b33cb1b7b4d

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




[Git][archlinux/packaging/packages/blender] Pushed new tag 17-4.0.2-12

2024-02-11 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 17-4.0.2-12 at Arch Linux / Packaging / 
Packages / blender

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/tree/17-4.0.2-12
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nwg-look][main] upgpkg: 0.2.7-1

2024-02-11 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / nwg-look


Commits:
8023263d by kpcyrd at 2024-02-12T01:12:43+01:00
upgpkg: 0.2.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nwg-look
pkgdesc = GTK3 settings editor adapted to work on wlroots-based 
compositors
-   pkgver = 0.2.6
+   pkgver = 0.2.7
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-look
arch = x86_64
@@ -25,8 +25,8 @@ pkgbase = nwg-look
depends = libpangocairo-1.0.so
depends = libz.so
depends = xcur2png
-   source = 
https://github.com/nwg-piotr/nwg-look/archive/v0.2.6/nwg-look-0.2.6.tar.gz
-   sha256sums = 
ac3cb75ece7058120a5ed6b4ec8a321af0a66b522fdc7627bbab44dc1aaac8f8
-   b2sums = 
23235ec75bdf89fb59f4893597b059fbee778fcf6b380a7348835141a779bc2bff12fd424e74b79e85cb5848af6029d451cf0831f138613b95e4542257f60415
+   source = 
https://github.com/nwg-piotr/nwg-look/archive/v0.2.7/nwg-look-0.2.7.tar.gz
+   sha256sums = 
20a7773b1bae7ae013efa359e73dcefc89bfb516d45bba4375f59c8a9216c9c3
+   b2sums = 
da1eedf00c5eafe5e5e4b8890c1a98366a20d50fa2da4ab07965fac54c9d92ea4d871ce75e83c3d1d5e35a075a585f8f22cbad7aa42b7504e63e842034af85b4
 
 pkgname = nwg-look


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Piotr Miller 
 
 pkgname=nwg-look
-pkgver=0.2.6
+pkgver=0.2.7
 pkgrel=1
 pkgdesc="GTK3 settings editor adapted to work on wlroots-based compositors"
 url="https://github.com/nwg-piotr/nwg-look;
@@ -33,8 +33,8 @@ makedepends=(
   'go'
 )
 
source=(https://github.com/nwg-piotr/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ac3cb75ece7058120a5ed6b4ec8a321af0a66b522fdc7627bbab44dc1aaac8f8')
-b2sums=('23235ec75bdf89fb59f4893597b059fbee778fcf6b380a7348835141a779bc2bff12fd424e74b79e85cb5848af6029d451cf0831f138613b95e4542257f60415')
+sha256sums=('20a7773b1bae7ae013efa359e73dcefc89bfb516d45bba4375f59c8a9216c9c3')
+b2sums=('da1eedf00c5eafe5e5e4b8890c1a98366a20d50fa2da4ab07965fac54c9d92ea4d871ce75e83c3d1d5e35a075a585f8f22cbad7aa42b7504e63e842034af85b4')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -44,18 +44,12 @@ build() {
 -mod=readonly \
 -modcacherw \
 -ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+-o bin/nwg-look \
 .
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 -t "${pkgdir}/usr/bin" nwg-look
-  install -Dm 644 -t "${pkgdir}/usr/share/${pkgname}" stuff/main.glade
-  install -Dm 644 -t "${pkgdir}/usr/share/${pkgname}/langs" langs/*
-  install -Dm 644 -t "${pkgdir}/usr/share/applications" stuff/nwg-look.desktop
-  install -Dm 644 -t "${pkgdir}/usr/share/pixmaps" stuff/nwg-look.svg
-  install -Dm 644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
-  install -Dm 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+  make DESTDIR="${pkgdir}" install -C "${pkgname}-${pkgver}"
 }
 
 # vim: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-look/-/commit/8023263d725ec4b749e9b12725ef4b14c6d4b7b5

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




[Git][archlinux/packaging/packages/nwg-look] Pushed new tag 0.2.7-1

2024-02-11 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 0.2.7-1 at Arch Linux / Packaging / Packages / nwg-look

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




[Git][archlinux/packaging/packages/openpgl][main] upgpkg: 0.6.0-1

2024-02-11 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
openpgl


Commits:
b1a39829 by Sven-Hendrik Haase at 2024-02-12T00:57:06+01:00
upgpkg: 0.6.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = openpgl
+   pkgdesc = Intel Open Path Guiding Library
+   pkgver = 0.6.0
+   pkgrel = 1
+   url = https://github.com/openpathguidinglibrary/openpgl
+   arch = x86_64
+   license = Apache
+   makedepends = cmake
+   makedepends = make
+   makedepends = gcc
+   makedepends = ninja
+   depends = onetbb
+   source = 
openpgl-0.6.0.tar.gz::https://github.com/OpenPathGuidingLibrary/openpgl/archive/refs/tags/v0.6.0.tar.gz
+   sha512sums = 
a40161d79e9f340e631eda9dedbabd9c71fb0184c65f45e0abcb64ce53289a65b7434c11678f845f76006a0ce579c4458a39200dc8caca1c455f18739488e173
+
+pkgname = openpgl


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Adrian Sausenthaler 
 
 pkgname=openpgl
-pkgver=0.5.0
-pkgrel=5
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="Intel Open Path Guiding Library"
 arch=('x86_64')
 url="https://github.com/openpathguidinglibrary/openpgl;
@@ -11,7 +11,7 @@ license=('Apache')
 depends=('onetbb')
 makedepends=('cmake' 'make' 'gcc' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenPathGuidingLibrary/openpgl/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('9b992ffa17ad6f9fcde48add5d9cc1e58be2daacd40478fb1babe0741a6c7a64f12f36c9c1f7d5ec6f79cdd847c082d39e03e58cfd9af1a903adca56f1ac19e1')
+sha512sums=('a40161d79e9f340e631eda9dedbabd9c71fb0184c65f45e0abcb64ce53289a65b7434c11678f845f76006a0ce579c4458a39200dc8caca1c455f18739488e173')
 
 build() {
   cd openpgl-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openpgl/-/commit/b1a398297daed91260a21ad6971f1667de799ca2

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




[Git][archlinux/packaging/packages/openpgl] Pushed new tag 0.6.0-1

2024-02-11 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 0.6.0-1 at Arch Linux / Packaging / Packages 
/ openpgl

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




[Git][archlinux/packaging/packages/gegl][main] upgpkg: 0.4.48-1

2024-02-11 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
gegl


Commits:
86e5bf41 by Christian Heusel at 2024-02-12T00:20:07+01:00
upgpkg: 0.4.48-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = gegl
pkgdesc = Graph based image processing framework
-   pkgver = 0.4.46
-   pkgrel = 2
+   pkgver = 0.4.48
+   pkgrel = 1
url = https://www.gegl.org/
arch = x86_64
-   license = GPL3
-   license = LGPL3
+   license = GPL-3.0-or-later OR LGPL-3.0-or-later
makedepends = ffmpeg
makedepends = git
makedepends = gobject-introspection
@@ -14,6 +13,7 @@ pkgbase = gegl
makedepends = python-gobject
makedepends = sdl2
makedepends = vala
+   makedepends = gi-docgen
depends = babl
depends = cairo
depends = gcc-libs
@@ -39,7 +39,7 @@ pkgbase = gegl
optdepends = ffmpeg: FFmpeg Frame Loader and FFmpeg Frame Saver plugins
optdepends = graphviz: for gegl-introspect
optdepends = sdl2: SDL2 Display plugin
-   source = 
git+https://github.com/GNOME/gegl.git#tag=c7cd8520066a05c9502dfc93a39e97a9546dc824
+   source = 
git+https://gitlab.gnome.org/GNOME/gegl.git#tag=3002c6976bee47e5718c227b2fa3dc1bffea780e
sha256sums = SKIP
 
 pkgname = gegl


=
PKGBUILD
=
@@ -1,23 +1,24 @@
-# Maintainer: Daniel Isenmann 
+# Maintainer: Christian Hesse 
+# Maintainer: Christian Heusel 
+# Contributor: Daniel Isenmann 
 
 pkgname=gegl
-_tag='c7cd8520066a05c9502dfc93a39e97a9546dc824'
-pkgver=0.4.46
-pkgrel=2
+_tag='3002c6976bee47e5718c227b2fa3dc1bffea780e'
+pkgver=0.4.48
+pkgrel=1
 pkgdesc='Graph based image processing framework'
 arch=('x86_64')
 url='https://www.gegl.org/'
-license=('GPL3' 'LGPL3')
+license=('GPL-3.0-or-later OR LGPL-3.0-or-later')
 depends=('babl' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'jasper' 
'json-glib' 'lcms2'
  'lensfun' 'libjpeg-turbo' 'libpng' 'libraw' 'librsvg' 'libspiro' 
'libtiff' 'libwebp'
  'luajit' 'openexr' 'pango' 'poppler-glib' 'suitesparse')
 makedepends=('ffmpeg' 'git' 'gobject-introspection' 'libgexiv2' 'meson' 
'python-gobject' 'sdl2'
- 'vala')
+ 'vala' 'gi-docgen')
 optdepends=('ffmpeg: FFmpeg Frame Loader and FFmpeg Frame Saver plugins'
 'graphviz: for gegl-introspect'
 'sdl2: SDL2 Display plugin')
-# TODO(gromit): switch this back to the gnome gitlab on next build
-source=("git+https://github.com/GNOME/gegl.git#tag=$_tag;)
+source=("git+https://gitlab.gnome.org/GNOME/gegl.git#tag=$_tag;)
 sha256sums=('SKIP')
 
 pkgver() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gegl/-/commit/86e5bf41e194f97e27143b23377806ce06e08957

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




[Git][archlinux/packaging/packages/gegl] Pushed new tag 0.4.48-1

2024-02-11 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 0.4.48-1 at Arch Linux / Packaging / Packages / 
gegl

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




[Git][archlinux/packaging/packages/zxing-cpp][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
zxing-cpp


Commits:
c9273bb2 by Antonio Rojas at 2024-02-11T23:53:38+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[zxing-cpp]
+source = 'github'
+github = 'nu-book/zxing-cpp'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zxing-cpp/-/commit/c9273bb23e65fac800f7acbf6aac504be6927f75

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




[Git][archlinux/packaging/packages/zug][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
00726566 by Antonio Rojas at 2024-02-11T23:52:52+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[zug]
+source = 'github'
+github = 'arximboldi/zug'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zug/-/commit/00726566b14e994f57374008dd6438bebce69480

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




[Git][archlinux/packaging/packages/yt-dlp][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
yt-dlp


Commits:
14f89c28 by Antonio Rojas at 2024-02-11T23:51:49+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[yt-dlp]
+source = 'github'
+github = 'yt-dlp/yt-dlp'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp/-/commit/14f89c284dde7c3254054afa729c4f3997f11c03

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




[Git][archlinux/packaging/packages/xsimd][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
a33e016a by Antonio Rojas at 2024-02-11T23:51:06+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[xsimd]
+source = 'github'
+github = 'xtensor-stack/xsimd'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xsimd/-/commit/a33e016ae84122e63c7f30c6ffb860406b8c16cc

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




[Git][archlinux/packaging/packages/xdg-utils-cxx][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
xdg-utils-cxx


Commits:
ea59f891 by Antonio Rojas at 2024-02-11T23:50:29+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[xdg-utils-cxx]
+source = 'github'
+github = 'azubieta/xdg-utils-cxx'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-utils-cxx/-/commit/ea59f8918e903216a31ec849559b7d0d5095a1e9

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




[Git][archlinux/packaging/packages/wxwidgets][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
b5eb9043 by Antonio Rojas at 2024-02-11T23:47:41+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[wxwidgets]
+source = 'github'
+github = 'wxWidgets/wxWidgets'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wxwidgets/-/commit/b5eb9043a4a06e42c2a3ef5bac00ef9c275cf248

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




[Git][archlinux/packaging/packages/vector-blf][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
vector-blf


Commits:
9fb3825b by Antonio Rojas at 2024-02-11T23:46:46+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -2,3 +2,4 @@
 source = 'github'
 github = 'Technica-Engineering/vector_blf'
 use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vector-blf/-/commit/9fb3825bf2c046bd2fe393ca167114e67f9fb5d9

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




[Git][archlinux/packaging/packages/vector-blf][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
vector-blf


Commits:
dc688cb1 by Antonio Rojas at 2024-02-11T23:46:31+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[vector-blf]
+source = 'github'
+github = 'Technica-Engineering/vector_blf'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vector-blf/-/commit/dc688cb1fb5abc1cdd1ada7b46e0803ce7bd73c5

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




[Git][archlinux/packaging/packages/vc][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
d04e404b by Antonio Rojas at 2024-02-11T23:44:22+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[vc]
+source = 'github'
+github = 'VcDevel/Vc'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vc/-/commit/d04e404bc6ad798c6c861b4e01573b862f47bf38

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




[Git][archlinux/packaging/packages/threejs-sage][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
threejs-sage


Commits:
8ea23ec1 by Antonio Rojas at 2024-02-11T23:43:09+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[threejs-sage]
+source = 'github'
+github = 'sagemath/threejs-sage'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/threejs-sage/-/commit/8ea23ec12917b4dee9def3ed1f9dc1f1f8de9223

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




[Git][archlinux/packaging/packages/tslib][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
87701eab by Antonio Rojas at 2024-02-11T23:43:02+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[tslib]
+source = 'github'
+github = 'kergoth/tslib'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tslib/-/commit/87701eab6b16dd2958d02c84c833f4f896fd2f72

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




[Git][archlinux/packaging/packages/taglib][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
f4782664 by Antonio Rojas at 2024-02-11T23:38:16+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[taglib]
+source = 'github'
+github = 'taglib/taglib'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/taglib/-/commit/f478266433acf45550023978d9a3fd37db8c07a7

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




[Git][archlinux/packaging/packages/python-sympy][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-sympy


Commits:
e0d598c2 by Antonio Rojas at 2024-02-11T23:37:30+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[python-sympy]
+source = 'github'
+github = 'sympy/sympy'
+use_max_tag = true
+prefix = 'sympy-'



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

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




[Git][archlinux/packaging/packages/libixion][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libixion


Commits:
e52b5bff by Andreas Radke at 2024-02-11T23:37:01+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[libixion]
+source = "gitlab"
+gitlab = "ixion/ixion"
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libixion/-/commit/e52b5bff9c0ea8e14568c394ca6075216155b3fe

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




[Git][archlinux/packaging/packages/sympol][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
ec1e30ce by Antonio Rojas at 2024-02-11T23:36:40+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[sympol]
+source = 'github'
+github = 'tremlin/SymPol'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sympol/-/commit/ec1e30ce35a020d6f59b3a51f9c0b7310913f492

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




[Git][archlinux/packaging/packages/symengine][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
2a15c24b by Antonio Rojas at 2024-02-11T23:35:56+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[symengine]
+source = 'github'
+github = 'symengine/symengine'
+use_max_tag = true
+prefix = 'v'



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

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




[Git][archlinux/packaging/packages/sundials][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
bec1e977 by Antonio Rojas at 2024-02-11T23:35:09+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[sundials]
+source = 'github'
+github = 'LLNL/sundials'
+use_max_tag = true
+exclude_regex = '.*rc.*'
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sundials/-/commit/bec1e977203d0aad5563386518407d5ecb9fe4ca

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




[Git][archlinux/packaging/packages/fontconfig][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
fontconfig


Commits:
27936e34 by Andreas Radke at 2024-02-11T23:33:53+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[fontconfig]
+source = "gitlab"
+gitlab = "fontconfig/fontconfig"
+host = "gitlab.freedesktop.org"
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fontconfig/-/commit/27936e34d02a82dd8408ab50dcb7d3a0f2500fa9

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




[Git][archlinux/packaging/packages/suitesparse][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
8f2901fb by Antonio Rojas at 2024-02-11T23:34:02+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[suitesparse]
+source = 'github'
+github = 'DrTimothyAldenDavis/SuiteSparse'
+use_max_tag = true
+prefix = 'v'



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

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




[Git][archlinux/packaging/packages/strawberry][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
18e2e129 by Antonio Rojas at 2024-02-11T23:33:14+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[strawberry]
+source = 'github'
+github = 'strawberrymusicplayer/strawberry'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/strawberry/-/commit/18e2e129165ea826d022984bc84a932b17d658d0

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




[Git][archlinux/packaging/packages/stellarsolver][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
e86b18d9 by Antonio Rojas at 2024-02-11T23:32:38+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[stellarsolver]
+source = 'github'
+github = 'rlancaste/stellarsolver'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/stellarsolver/-/commit/e86b18d9ee47b0f447156f3e1ed2585f37fed218

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




[Git][archlinux/packaging/packages/squashfuse][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
c66171d8 by Antonio Rojas at 2024-02-11T23:31:57+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[squashfuse]
+source = 'github'
+github = 'vasi/squashfuse'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/squashfuse/-/commit/c66171d8d022a4d61849146fb75208cb59f3aaf5

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




[Git][archlinux/packaging/packages/spglib][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
8c027dc0 by Antonio Rojas at 2024-02-11T23:31:20+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[spglib]
+source = 'github'
+github = 'spglib/spglib'
+use_max_tag = true
+prefix = 'v'



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

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




[Git][archlinux/packaging/packages/xmlsec][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xmlsec


Commits:
840ff468 by Andreas Radke at 2024-02-11T23:30:26+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[xmlsec]
+source = "github"
+github = "lsh123/xmlsec"
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xmlsec/-/commit/840ff46864052fab38819f19c3135a14d3492037

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




[Git][archlinux/packaging/packages/soplex][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
62cfdd09 by Antonio Rojas at 2024-02-11T23:30:22+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[soplex]
+source = 'github'
+github = 'scipopt/soplex'
+use_max_tag = true
+from_pattern = 'release-(\d)(\d)(\d)'
+to_pattern = '\1.\2.\3'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/soplex/-/commit/62cfdd0985174ad8e81cc025a437eef66f9c

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




[Git][archlinux/packaging/packages/sirocco][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
ff36d0dc by Antonio Rojas at 2024-02-11T23:28:58+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[sirocco]
+source = 'github'
+github = 'miguelmarco/SIROCCO2'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sirocco/-/commit/ff36d0dc00acac49b10e1a3e76953034f9ab4b83

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




[Git][archlinux/packaging/packages/tinyxxd][main] upgpkg: 1.3.1-1

2024-02-11 Thread @arodseth


Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
tinyxxd


Commits:
8827dd20 by Alexander F. Rødseth at 2024-02-11T23:28:10+01:00
upgpkg: 1.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = tinyxxd
pkgdesc = Standalone version of the hex dump utility that comes with ViM
-   pkgver = 1.2.0
+   pkgver = 1.3.1
pkgrel = 1
url = https://github.com/xyproto/tinyxxd
arch = x86_64
license = GPL-2.0-or-later
provides = xxd
conflicts = xxd
-   source = 
https://github.com/xyproto/tinyxxd/releases/download/v1.2.0/tinyxxd-1.2.0.tar.gz
-   b2sums = 
605e94fca39b71f7d79afd62520747f29383c19d2a42559efe621c911029a1ad4ab7160e8826f8f9fa46283bd042a79b57cbf740b875a097cf381ef8c9c6a336
+   source = 
https://github.com/xyproto/tinyxxd/releases/download/v1.3.1/tinyxxd-1.3.1.tar.gz
+   b2sums = 
fd1f6c0a0742d7273ee1a2f8856819477f2be6a8f80e7c87b384735df2f469f81362370c4e77a103ddc6f434bfb159f09d5595712fad8b385a9edbc678af04d5
 
 pkgname = tinyxxd


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=tinyxxd
-pkgver=1.2.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='Standalone version of the hex dump utility that comes with ViM'
 arch=(x86_64)
@@ -10,10 +10,10 @@ provides=(xxd)
 conflicts=(xxd)
 license=(GPL-2.0-or-later)
 source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('605e94fca39b71f7d79afd62520747f29383c19d2a42559efe621c911029a1ad4ab7160e8826f8f9fa46283bd042a79b57cbf740b875a097cf381ef8c9c6a336')
+b2sums=('fd1f6c0a0742d7273ee1a2f8856819477f2be6a8f80e7c87b384735df2f469f81362370c4e77a103ddc6f434bfb159f09d5595712fad8b385a9edbc678af04d5')
 
 build() {
-  make CFLAGS="$CFLAGS -std=c11 -pipe -fPIC -fstack-protector-strong 
-D_GNU_SOURCE -s -Wl,-z,now" -C $pkgname-$pkgver
+  make -C $pkgname-$pkgver
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tinyxxd/-/commit/8827dd201f526e5a8efff2e489a7ee5db8c2a371

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




[Git][archlinux/packaging/packages/tinyxxd] Pushed new tag 1.3.1-1

2024-02-11 Thread @arodseth


Alexander Rødseth pushed new tag 1.3.1-1 at Arch Linux / Packaging / Packages / 
tinyxxd

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




[Git][archlinux/packaging/packages/sddm][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
de7e0672 by Antonio Rojas at 2024-02-11T23:27:44+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[sddm]
+source = 'github'
+github = 'sddm/sddm'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sddm/-/commit/de7e06728c09c664471a46c07f89d4a9e3a8ab27

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




[Git][archlinux/packaging/packages/python-scipy][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-scipy


Commits:
9fb86c68 by Antonio Rojas at 2024-02-11T23:26:31+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[python-scipy]
+source = 'github'
+github = 'scipy/scipy'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/commit/9fb86c68950a29678eea1ce90d6a5ac464900cc1

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




[Git][archlinux/packaging/packages/libdrm][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libdrm


Commits:
139cf636 by Andreas Radke at 2024-02-11T23:25:54+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[libdrm]
+source = "gitlab"
+gitlab = "mesa/drm"
+host = "gitlab.freedesktop.org"
+use_max_tag = true
+prefix = "libdrm-"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdrm/-/commit/139cf63696662f57ee441548621641b82faf32b7

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




[Git][archlinux/packaging/packages/scip][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
1ef0262f by Antonio Rojas at 2024-02-11T23:25:36+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[scip]
+source = 'github'
+github = 'scipopt/scip'
+use_max_tag = true
+from_pattern = 'v(\d)(\d)(\d)'
+to_pattern = '\1.\2.\3'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scip/-/commit/1ef0262fe051282f0649bb4cffb8c9588fbdfeb3

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




[Git][archlinux/packaging/packages/glu][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / glu


Commits:
9f88f9e9 by Andreas Radke at 2024-02-11T23:23:53+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[glu]
+source = "gitlab"
+gitlab = "mesa/glu"
+host = "gitlab.freedesktop.org"
+use_max_tag = true
+prefix = "glu-"



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

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




[Git][archlinux/packaging/packages/sagetex][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
baad1c39 by Antonio Rojas at 2024-02-11T23:23:20+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[sagetex]
+source = 'github'
+github = 'sagemath/sagetex'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sagetex/-/commit/baad1c3951ca055e432f4ba85d8ef4bd16d325b4

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




[Git][archlinux/packaging/packages/sagemath][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
1b1717d0 by Antonio Rojas at 2024-02-11T23:22:23+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[sagemath]
+source = 'github'
+github = 'sagemath/sage'
+use_max_tag = true
+exclude_regex = '.*(beta|rc).*'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sagemath/-/commit/1b1717d0311d9cb893dee29b32b45dd91239b5d9

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




[Git][archlinux/packaging/packages/mesa-demos][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
mesa-demos


Commits:
30e8da67 by Andreas Radke at 2024-02-11T23:20:41+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[mesa-demos]
+source = "gitlab"
+gitlab = "mesa/demos"
+host = "gitlab.freedesktop.org"
+use_max_tag = true
+prefix = "mesa-demos-"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mesa-demos/-/commit/30e8da675668bd72482a90bf9a4ffbfca453a3e8

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




[Git][archlinux/packaging/packages/sage-notebook-exporter][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
sage-notebook-exporter


Commits:
7377cf19 by Antonio Rojas at 2024-02-11T23:20:39+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[sage-notebook-exporter]
+source = 'github'
+github = 'vbraun/ExportSageNB'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sage-notebook-exporter/-/commit/7377cf19ebd8edd03294ca46c27aa74adcc3c4de

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sage-notebook-exporter/-/commit/7377cf19ebd8edd03294ca46c27aa74adcc3c4de
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/rssguard][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
fe1b300f by Antonio Rojas at 2024-02-11T23:19:44+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[rssguard]
+source = 'github'
+github = 'martinrotter/rssguard'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rssguard/-/commit/fe1b300ff66d4d1fb6264e469400c586730b6d4b

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




[Git][archlinux/packaging/packages/rinutils][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
6d1903e4 by Antonio Rojas at 2024-02-11T23:19:04+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[rinutils]
+source = 'github'
+github = 'shlomif/rinutils'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rinutils/-/commit/6d1903e40a7b706623fc1ada4f8a580407f66d38

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




[Git][archlinux/packaging/packages/readstat][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
d7834056 by Antonio Rojas at 2024-02-11T23:17:55+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[readstat]
+source = 'github'
+github = 'WizardMac/ReadStat'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/readstat/-/commit/d7834056e45e0a93ec21b01b08fa5df735424b31

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




[Git][archlinux/packaging/packages/qxmpp][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
88903399 by Antonio Rojas at 2024-02-11T23:16:46+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[qxmpp]
+source = 'github'
+github = 'qxmpp-project/qxmpp'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qxmpp/-/commit/88903399f10b514da00873dad6a57ce22fb96d5b

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




[Git][archlinux/packaging/packages/qxlsx][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
11ed5e7a by Antonio Rojas at 2024-02-11T23:16:01+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[qxlsx]
+source = 'github'
+github = 'QtExcel/QXlsx'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qxlsx/-/commit/11ed5e7a777dad868a928c160c95d8ed00486243

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




[Git][archlinux/packaging/packages/freetype2][main] add nvchecker.toml

2024-02-11 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
freetype2


Commits:
1459784e by Andreas Radke at 2024-02-11T23:15:41+01:00
add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,7 @@
+[freetype2]
+source = "gitlab"
+gitlab = "freetype/freetype"
+use_max_tag = true
+
+from_pattern = 'VER-(\d+)-(\d+)-(\d+)'
+to_pattern = '\1.\2.\3'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freetype2/-/commit/1459784e437f125254f3367d7f10b3f601422625

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




[Git][archlinux/packaging/packages/quazip][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
194178ea by Antonio Rojas at 2024-02-11T23:12:53+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[quazip]
+source = 'github'
+github = 'stachenov/quazip'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/quazip/-/commit/194178ea230acc4762bdb6be5092ff1f90aabc7b

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




[Git][archlinux/packaging/packages/qtkeychain][main] Add nvchecker.toml

2024-02-11 Thread Antonio Rojas (@arojas)


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


Commits:
7996f94e by Antonio Rojas at 2024-02-11T23:11:36+01:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[qtkeychain]
+source = 'github'
+github = 'frankosterfeld/qtkeychain'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qtkeychain/-/commit/7996f94e7dd3c9978dd53e80d01579607849c208

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




  1   2   3   4   5   >