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