appstream-glib: don't move typelib to -devel

This commit is contained in:
Rasmus Thomsen 2018-09-16 19:53:20 +02:00 committed by maxice8
parent e8139d8cae
commit 129c806d29

View file

@ -1,7 +1,7 @@
# Template file for 'appstream-glib'
pkgname=appstream-glib
version=0.7.12
revision=1
revision=2
build_style=meson
configure_args="-Dgtk-doc=false -Drpm=false -Dstemmer=false
-Dintrospection=$(vopt_if gir true false)"
@ -38,7 +38,6 @@ appstream-glib-devel_package() {
vmove "usr/lib/*.so"
vmove usr/share/aclocal
if [ "$build_option_gir" ]; then
vmove usr/lib/girepository-1.0
vmove usr/share/gir-1.0
fi
}