2012-12-15 00:45:00 +01:00
|
|
|
# Description: Interface for atk
|
|
|
|
# URL: http://developer.gnome.org/libatspi/
|
|
|
|
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
|
2018-03-13 20:06:28 +01:00
|
|
|
# Depends on: dbus gobject-introspection intltool xorg-libxtst meson ninja
|
2012-12-15 00:45:00 +01:00
|
|
|
|
|
|
|
name=at-spi2-core
|
2017-10-31 18:48:44 +01:00
|
|
|
version=2.26.2
|
2013-06-17 19:09:35 +02:00
|
|
|
release=1
|
2015-11-08 23:47:21 +01:00
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/${version:0:4}/at-spi2-core-$version.tar.xz)
|
2012-12-15 00:45:00 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
2018-03-13 20:05:44 +01:00
|
|
|
meson build --prefix /usr --sysconfdir=/usr/etc --libexecdir=/usr/lib/at-spi2
|
|
|
|
|
|
|
|
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
|
|
|
|
|
|
|
|
rm -r $PKG/usr/share/locale
|
2012-12-15 00:45:00 +01:00
|
|
|
}
|