ports/opt (3.7): at-spi2-atk: syntax
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 88fcc98afbb55834a90e582159c916e0f018df56 Author: Tim Biermann <tbier@posteo.de> Date: Mon Dec 13 13:13:52 2021 +0100 at-spi2-atk: syntax diff --git a/at-spi2-atk/.signature b/at-spi2-atk/.signature index 44bece8af..8384c2124 100644 --- a/at-spi2-atk/.signature +++ b/at-spi2-atk/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/YQAi1hYlwOXAbllbLlYIkRDT4MD4fSmu3kJaFVkAfgH6Ydw2E9JcwlUjyCyRH9lTMaTfZfoBZxsLdKr8iINIwY= -SHA256 (Pkgfile) = ad8e07cd7e06836ed25c72bd339da2e9c33ff40f6f5bf993ba678b5d6c99148e +RWSE3ohX2g5d/f2BT81AujQCS4iaUc1y6ILwMBr63plR79WI0Aav95hCfyfW1QSFQttuoGMB7j6vq2UW3xfvE5qc0DBTtALu+gI= +SHA256 (Pkgfile) = 7126be5096dcd705ad3682d0d937372509949166a584d5adaffa6f7375680bbf SHA256 (.footprint) = 910a2b3f12511bfeed73e171f48fe1b22a2a5e4ff34f14bcf03bf4d2637c81df SHA256 (at-spi2-atk-2.38.0.tar.xz) = cfa008a5af822b36ae6287f18182c40c91dd699c55faa38605881ed175ca464f diff --git a/at-spi2-atk/Pkgfile b/at-spi2-atk/Pkgfile index f01d43e6c..c2291ad00 100644 --- a/at-spi2-atk/Pkgfile +++ b/at-spi2-atk/Pkgfile @@ -1,17 +1,20 @@ # 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 +# URL: https://wiki.gnome.org/Accessibility +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: at-spi2-core atk libxml2 name=at-spi2-atk version=2.38.0 -release=1 +release=2 source=(https://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/${version:0:4}/at-spi2-atk-$version.tar.xz) build() { meson setup build $name-$version \ --prefix=/usr \ - --buildtype=plain + --buildtype=plain \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true meson compile -C build -j ${JOBS:-1} DESTDIR=$PKG meson install -C build
participants (1)
-
crux@crux.nu