aboutsummaryrefslogtreecommitdiff
path: root/at-spi2-core/abuild
blob: 999b73f75b2c40044ca5ed7a3495c5a679546e8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name=at-spi2-core
version=2.58.3
release=1
source="http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz"
build_opt="-Dgtk2_atk_adaptor=false"

prebuild() {
	sed "/subdir('tests')/d" -i meson.build
}

postbuild() {
	rm -rf $PKG/usr/lib/systemd
}