30 lines
647 B
Text
Executable file
30 lines
647 B
Text
Executable file
app=at-spi2-atk
|
|
version=2.34.1
|
|
build=1sml
|
|
homepage="https://wiki.gnome.org/Accessibility"
|
|
desc="A GTK+ module that bridges ATK to D-Bus at-spi"
|
|
requires="glib libx11 dbus at-spi2-core "
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z**
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
mkdir -p smbuild && cd smbuild
|
|
meson .. \
|
|
--prefix="/"
|
|
|
|
ninja
|
|
DESTDIR="$pkg" ninja install
|
|
|
|
cp ../COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
d30c07a37e42d33ac0658f55e881ab2ca6faa45c251acbd99433ec0f119466f41bb2b6f4b953a7830dd120959aa7f1ee86a763881784e42ea9454f19893a6576 at-spi2-atk-2.34.1.tar.xz
|
|
"
|