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