diff --git a/at-spi2-core/.SRCINFO b/at-spi2-core/.SRCINFO new file mode 100644 index 0000000000..9e168bf49f --- /dev/null +++ b/at-spi2-core/.SRCINFO @@ -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 = diff --git a/at-spi2-core/.nvchecker.toml b/at-spi2-core/.nvchecker.toml new file mode 100644 index 0000000000..0bcc6d6231 --- /dev/null +++ b/at-spi2-core/.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 = '.' diff --git a/at-spi2-core/PKGBUILD b/at-spi2-core/PKGBUILD index 532f8cc64c..77d503f977 100644 --- a/at-spi2-core/PKGBUILD +++ b/at-spi2-core/PKGBUILD @@ -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"