mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 12:03:50 +02:00
jsonrpc-glib: don't move typelib to -devel
This commit is contained in:
parent
541e212af3
commit
e8139d8cae
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'jsonrpc-glib'
|
# Template file for 'jsonrpc-glib'
|
||||||
pkgname=jsonrpc-glib
|
pkgname=jsonrpc-glib
|
||||||
version=3.30.0
|
version=3.30.0
|
||||||
revision=1
|
revision=2
|
||||||
configure_args="-Denable_gtk_doc=false -Dwith_vapi=$(vopt_if gir true false)
|
configure_args="-Denable_gtk_doc=false -Dwith_vapi=$(vopt_if gir true false)
|
||||||
-Dwith_introspection=$(vopt_if gir true false)"
|
-Dwith_introspection=$(vopt_if gir true false)"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -30,7 +30,6 @@ jsonrpc-glib-devel_package() {
|
||||||
if [ "$build_option_gir" ]; then
|
if [ "$build_option_gir" ]; then
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
vmove usr/share/vala
|
vmove usr/share/vala
|
||||||
vmove usr/lib/girepository-1.0
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue