* update at-spi2-core to 2.54.1-1
This commit is contained in:
parent
f18693c14c
commit
5bcc6e5b84
@ -1,7 +1,7 @@
|
||||
pkgbase = at-spi2-core
|
||||
pkgdesc = Protocol definitions and daemon for D-Bus at-spi
|
||||
pkgver = 2.54.0
|
||||
pkgrel = 2.1
|
||||
pkgver = 2.54.1
|
||||
pkgrel = 1
|
||||
url = https://gitlab.gnome.org/GNOME/at-spi2-core
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
@ -29,12 +29,13 @@ pkgbase = at-spi2-core
|
||||
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
|
||||
source = git+https://gitlab.gnome.org/GNOME/at-spi2-core.git?signed#tag=2.54.1
|
||||
validpgpkeys = 276BFDAFB36212F8DB095E2140823A056FD6D4B3
|
||||
b2sums = c91373beaf6bd08785c0f1423ce9fc920fb084db6b2c9aacea101ab59c4273d5ca7c2d3b45c20e11dbe05357dfbf1552cad9c7ead515404834e7fc9ada0515ce
|
||||
|
||||
pkgname = at-spi2-core
|
||||
provides = at-spi2-atk=2.54.0-2.1
|
||||
provides = atk=2.54.0-2.1
|
||||
provides = at-spi2-atk=2.54.1-1
|
||||
provides = atk=2.54.1-1
|
||||
provides = libatk-1.0.so
|
||||
provides = libatk-bridge-2.0.so
|
||||
provides = libatspi.so
|
||||
|
@ -1,7 +1,4 @@
|
||||
[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 = '.'
|
||||
include_regex = '\d+\.\d*[02468]\.\d+'
|
||||
|
@ -8,8 +8,8 @@ pkgname=(
|
||||
at-spi2-core
|
||||
at-spi2-core-docs
|
||||
)
|
||||
pkgver=2.54.0
|
||||
pkgrel=2.1
|
||||
pkgver=2.54.1
|
||||
pkgrel=1
|
||||
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)
|
||||
@ -40,8 +40,11 @@ makedepends=(
|
||||
checkdepends=(
|
||||
at-spi2-core
|
||||
)
|
||||
source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#tag=AT_SPI2_CORE_${pkgver//./_}")
|
||||
b2sums=('3b1b575634dfa5269b98469f761ea5ae9621302121fa243c532a537894fdc7ee9a16ce631093afbd9c3648272084b87a3dd5b4c2263c50fcd48791a16ab0de76')
|
||||
source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git?signed#tag=$pkgver")
|
||||
b2sums=('c91373beaf6bd08785c0f1423ce9fc920fb084db6b2c9aacea101ab59c4273d5ca7c2d3b45c20e11dbe05357dfbf1552cad9c7ead515404834e7fc9ada0515ce')
|
||||
validpgpkeys=(
|
||||
276BFDAFB36212F8DB095E2140823A056FD6D4B3 # Mike Gorse <mgorse@suse.com>
|
||||
)
|
||||
|
||||
prepare() {
|
||||
cd at-spi2-core
|
||||
|
Loading…
x
Reference in New Issue
Block a user