forked from kiss-community/repo
atk: new package at 2.32.0
This commit is contained in:
parent
84e5519850
commit
2be2e7b44a
16
testing/atk/build
Executable file
16
testing/atk/build
Executable 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
1
testing/atk/checksums
Normal file
@ -0,0 +1 @@
|
||||
cb41feda7fe4ef0daa024471438ea0219592baf7c291347e5a858bb64e4091cc atk-2.32.0.tar.xz
|
1
testing/atk/depends
Normal file
1
testing/atk/depends
Normal file
@ -0,0 +1 @@
|
||||
glib make
|
1
testing/atk/sources
Normal file
1
testing/atk/sources
Normal 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
1
testing/atk/version
Normal file
@ -0,0 +1 @@
|
||||
2.32.0 1
|
Loading…
Reference in New Issue
Block a user