* update at-spi2-core to 2.54.0-2

This commit is contained in:
Alexander Baldeck 2024-09-24 20:18:30 +02:00
parent e4f5794db8
commit f8889e7455
3 changed files with 58 additions and 15 deletions

44
at-spi2-core/.SRCINFO Normal file
View File

@ -0,0 +1,44 @@
pkgbase = at-spi2-core
pkgdesc = Protocol definitions and daemon for D-Bus at-spi
pkgver = 2.54.0
pkgrel = 2
url = https://gitlab.gnome.org/GNOME/at-spi2-core
arch = x86_64
license = LGPL-2.1-or-later
checkdepends = at-spi2-core
makedepends = dbus-broker
makedepends = gi-docgen
makedepends = git
makedepends = glib2-devel
makedepends = gobject-introspection
makedepends = libxml2
makedepends = meson
makedepends = python-sphinx
makedepends = systemd
depends = bash
depends = dbus
depends = glib2
depends = glibc
depends = gsettings-desktop-schemas
depends = libx11
depends = libxi
depends = libxtst
depends = systemd-libs
depends = xorg-xprop
source = git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#tag=AT_SPI2_CORE_2_54_0
b2sums = 3b1b575634dfa5269b98469f761ea5ae9621302121fa243c532a537894fdc7ee9a16ce631093afbd9c3648272084b87a3dd5b4c2263c50fcd48791a16ab0de76
pkgname = at-spi2-core
provides = at-spi2-atk=2.54.0-2
provides = atk=2.54.0-2
provides = libatk-1.0.so
provides = libatk-bridge-2.0.so
provides = libatspi.so
conflicts = at-spi2-atk<=2.38.0-2
conflicts = atk<=2.38.0-2
replaces = at-spi2-atk<=2.38.0-2
replaces = atk<=2.38.0-2
pkgname = at-spi2-core-docs
pkgdesc = Protocol definitions and daemon for D-Bus at-spi (documentation)
depends =

View File

@ -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 = '.'

View File

@ -8,8 +8,8 @@ pkgname=(
at-spi2-core
at-spi2-core-docs
)
pkgver=2.52.0
pkgrel=1
pkgver=2.54.0
pkgrel=2
pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
url="https://gitlab.gnome.org/GNOME/at-spi2-core"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -20,13 +20,9 @@ depends=(
glib2
glibc
gsettings-desktop-schemas
libei
libx11
libxi
libxkbcommon
libxml2
libxtst
systemd
systemd-libs
xorg-xprop
)
@ -34,21 +30,18 @@ makedepends=(
dbus-broker
gi-docgen
git
glib2-devel
gobject-introspection
libxml2
meson
python-sphinx
systemd
)
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
@ -69,7 +62,6 @@ check() {
}
package_at-spi2-core() {
optdepends=('dbus-broker: Alternative bus implementation')
provides=(
"at-spi2-atk=$pkgver-$pkgrel"
"atk=$pkgver-$pkgrel"