blob: 6df96c68ac778126a4d6a9a73368022d56d2844b (
plain)
1
2
3
4
5
6
7
8
9
|
name=at-spi2-core
version=2.54.1
release=1
source="http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz"
build_opt="-Dgtk2_atk_adaptor=false"
postbuild() {
rm -rf $PKG/usr/lib/systemd
}
|