1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00

main/at-spi2-core: upgrade to 2.48.0

This commit is contained in:
psykose 2023-03-21 03:26:44 +00:00
parent bb7376bae8
commit c2cd73f7a1

View file

@ -1,8 +1,8 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=at-spi2-core
pkgver=2.46.0
pkgrel=1
pkgver=2.48.0
pkgrel=0
pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
url="https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/"
arch="all"
@ -21,7 +21,6 @@ subpackages="
$pkgname-dbg
$pkgname-dev
$pkgname-lang
$pkgname-doc
libatk-1.0:libatk
libatk-bridge-2.0:libatk_bridge
"
@ -33,9 +32,9 @@ replaces="atk at-spi2-atk"
build() {
abuild-meson \
-Db_lto=true \
-Dx11=yes \
-Dintrospection=yes \
-Ddocs=true \
-Dx11=enabled \
-Dintrospection=enabled \
-Ddocs=false \
-Ddbus_daemon=/usr/bin/dbus-daemon \
. build
meson compile ${JOBS:+-j ${JOBS}} -C build
@ -67,5 +66,5 @@ libatk_bridge() {
}
sha512sums="
633af2c02fab3b8cb02e37f929ce80dd5ce28ca5641046ef5e25cb29299530b90028e6c6f318a0c098a4270bed3eab48fb55d6967a76bfadd2520f49de47c770 at-spi2-core-2.46.0.tar.xz
976dce741d640c5b5e006eca53170062ebc91cace0fb74df68606c8443b63317fe271d4e3238d1e3ee3e5586b4a4905c91d7987adb94c8f886a1aaddd54c632e at-spi2-core-2.48.0.tar.xz
"