at-spi2-atk: new maintainer

This commit is contained in:
Juergen Daubert 2021-01-23 12:57:54 +01:00
parent 6b77621fdb
commit 4900eca6d5
2 changed files with 11 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/aGiH53fsKOtS4CloFwpcMtrnL1AND4l3hxpZIG961d+kiTVxu04+5vdMaoDEbiPjJOxCc77iUGxbpPiAEX4DwA=
SHA256 (Pkgfile) = defe59905a60fd62bc3b5a39218328b5bfc217be7b452eed478cc03c5d94ad4d
RWSE3ohX2g5d/YQAi1hYlwOXAbllbLlYIkRDT4MD4fSmu3kJaFVkAfgH6Ydw2E9JcwlUjyCyRH9lTMaTfZfoBZxsLdKr8iINIwY=
SHA256 (Pkgfile) = ad8e07cd7e06836ed25c72bd339da2e9c33ff40f6f5bf993ba678b5d6c99148e
SHA256 (.footprint) = 910a2b3f12511bfeed73e171f48fe1b22a2a5e4ff34f14bcf03bf4d2637c81df
SHA256 (at-spi2-atk-2.38.0.tar.xz) = cfa008a5af822b36ae6287f18182c40c91dd699c55faa38605881ed175ca464f

View File

@ -1,7 +1,7 @@
# Description: atk to at-spi2 bridge library
# URL: https://wiki.gnome.org/Accessibility
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: atk, at-spi2-core, libxml2
# Description: atk to at-spi2 bridge library
# URL: https://wiki.gnome.org/Accessibility
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: atk at-spi2-core libxml2
name=at-spi2-atk
version=2.38.0
@ -9,8 +9,10 @@ release=1
source=(https://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/${version:0:4}/at-spi2-atk-$version.tar.xz)
build() {
cd $name-$version
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain
meson build --prefix=/usr
DESTDIR=$PKG ninja -C build install
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
}