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