Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / at-spi2-core
Commits:
594ca488 by Fabian Bornschein at 2024-07-16T09:00:03+02:00
upgpkg: 2.53.0-1: gnome-unstable
- - - - -
179f69f0 by Fabian Bornschein at 2024-08-08T14:41:08+02:00
upgpkg: 2.53.1-1: gnome-unstable
- - - - -
7741b9e8 by Fabian Bornschein at 2024-08-31T22:42:19+02:00
upgpkg: 2.53.90-1: gnome-unstable
- - - - -
df964ef9 by Jan Alexander Steffens (heftig) at 2024-09-14T21:56:44+02:00
2.54.0-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = at-spi2-core
pkgdesc = Protocol definitions and daemon for D-Bus at-spi
- pkgver = 2.52.0
+ pkgver = 2.54.0
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/at-spi2-core
arch = x86_64
@@ -25,13 +25,12 @@ pkgbase = at-spi2-core
depends = systemd
depends = systemd-libs
depends = xorg-xprop
- source =
git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=46c8de80022d28eef2da58f1054b5bff745ed7e0
- b2sums = SKIP
+ source =
git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#tag=AT_SPI2_CORE_2_54_0
+ b2sums =
3b1b575634dfa5269b98469f761ea5ae9621302121fa243c532a537894fdc7ee9a16ce631093afbd9c3648272084b87a3dd5b4c2263c50fcd48791a16ab0de76
pkgname = at-spi2-core
- optdepends = dbus-broker: Alternative bus implementation
- provides = at-spi2-atk=2.52.0-1
- provides = atk=2.52.0-1
+ provides = at-spi2-atk=2.54.0-1
+ provides = atk=2.54.0-1
provides = libatk-1.0.so
provides = libatk-bridge-2.0.so
provides = libatspi.so
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,7 @@
+[at-spi2-core]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/at-spi2-core.git"
+include_regex = 'AT_SPI2_CORE_2_\d*[02468]_\d+'
+prefix = 'AT_SPI2_CORE_'
+from_pattern = '_'
+to_pattern = '.'
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgname=(
at-spi2-core
at-spi2-core-docs
)
-pkgver=2.52.0
+pkgver=2.54.0
pkgrel=1
pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
url="https://gitlab.gnome.org/GNOME/at-spi2-core"
@@ -39,14 +39,8 @@ makedepends=(
checkdepends=(
at-spi2-core
)
-_commit=46c8de80022d28eef2da58f1054b5bff745ed7e0 # tags/AT_SPI2_CORE_2_52_0^0
-source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd at-spi2-core
- git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#tag=AT_SPI2_CORE_${pkgver//./_}")
+b2sums=('3b1b575634dfa5269b98469f761ea5ae9621302121fa243c532a537894fdc7ee9a16ce631093afbd9c3648272084b87a3dd5b4c2263c50fcd48791a16ab0de76')
prepare() {
cd at-spi2-core
@@ -67,7 +61,6 @@ check() {
}
package_at-spi2-core() {
- optdepends=('dbus-broker: Alternative bus implementation')
provides=(
"at-spi2-atk=$pkgver-$pkgrel"
"atk=$pkgver-$pkgrel"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/at-spi2-core/-/compare/54d5aee4da93521cd0db1056eaa144b172d08ad4...df964ef95ed7827379652f7ee5dd58e970bb3b8f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/at-spi2-core/-/compare/54d5aee4da93521cd0db1056eaa144b172d08ad4...df964ef95ed7827379652f7ee5dd58e970bb3b8f
You're receiving this email because of your account on gitlab.archlinux.org.