atk: new package at 2.32.0

This commit is contained in:
Dylan Araps 2019-07-27 19:31:41 +03:00
parent 84e5519850
commit 2be2e7b44a
5 changed files with 20 additions and 0 deletions

16
testing/atk/build Executable file
View File

@ -0,0 +1,16 @@
#!/bin/sh -e
# Don't build with gettext.
sed -i "s|subdir('po')||g" -i meson.build
meson \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
-Ddocs=false \
-Dintrospection=false \
. output
ninja -C output
DESTDIR="$1" ninja -C output install

1
testing/atk/checksums Normal file
View File

@ -0,0 +1 @@
cb41feda7fe4ef0daa024471438ea0219592baf7c291347e5a858bb64e4091cc atk-2.32.0.tar.xz

1
testing/atk/depends Normal file
View File

@ -0,0 +1 @@
glib make

1
testing/atk/sources Normal file
View File

@ -0,0 +1 @@
http://ftp.gnome.org/pub/gnome/sources/atk/2.32/atk-2.32.0.tar.xz

1
testing/atk/version Normal file
View File

@ -0,0 +1 @@
2.32.0 1