aboutsummaryrefslogtreecommitdiff
path: root/at-spi2-core/abuild
blob: 599dac3597f16a8e09d6db4278af47d47a18fd08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name=at-spi2-core
version=2.60.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
}