at-spi2-core: get rid of systemd stuff.

This commit is contained in:
Juan RP 2016-04-10 08:26:36 +02:00
parent bd9279b356
commit 5ca3ef7a7f
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'at-spi2-core'
pkgname=at-spi2-core
version=2.20.0
revision=1
revision=2
build_style=gnu-configure
configure_args="$(vopt_enable gir introspection)"
hostmakedepends="pkg-config intltool dbus glib-devel $(vopt_if gir gobject-introspection)"
@ -21,6 +21,10 @@ if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
post_install() {
rm -rf ${DESTDIR}/usr/lib/systemd
}
at-spi2-core-devel_package() {
depends="dbus-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"