aboutsummaryrefslogtreecommitdiffstats
path: root/main/at-spi2-core/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/at-spi2-core/APKBUILD')
-rw-r--r--main/at-spi2-core/APKBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/main/at-spi2-core/APKBUILD b/main/at-spi2-core/APKBUILD
index 03cf3b07768..a7503b393ce 100644
--- a/main/at-spi2-core/APKBUILD
+++ b/main/at-spi2-core/APKBUILD
@@ -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
"