mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
libvirt-glib: update to 0.2.0.
This commit is contained in:
parent
9a90a10d14
commit
e6974abf38
1 changed files with 18 additions and 9 deletions
|
@ -1,19 +1,27 @@
|
||||||
# Template file for 'libvirt-glib'
|
# Template file for 'libvirt-glib'
|
||||||
pkgname=libvirt-glib
|
pkgname=libvirt-glib
|
||||||
version=0.1.9
|
version=0.2.0
|
||||||
revision=1
|
revision=1
|
||||||
|
build_options="gir"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
hostmakedepends="automake libtool pkg-config intltool glib-devel
|
||||||
makedepends="libglib-devel libvirt-devel libxml2-devel python-devel vala-devel"
|
gettext-devel gtk-doc gobject-introspection vala-devel python-devel"
|
||||||
|
makedepends="libglib-devel libvirt-devel libxml2-devel python-devel"
|
||||||
short_desc="libvirt glib integration"
|
short_desc="libvirt glib integration"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://libvirt.org"
|
homepage="http://libvirt.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://libvirt.org/sources/glib/$pkgname-$version.tar.gz"
|
distfiles="http://libvirt.org/sources/glib/$pkgname-$version.tar.gz"
|
||||||
checksum=053b36260ea70d740e27fe99ac67d714d23cf93d563c3342fa00593ec185a958
|
checksum=30b7e0f224f9cdcf34c1b05b08803cb617d057613ee96395ae517f4ee6c44a0b
|
||||||
|
|
||||||
disable_parallel_build=yes
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
build_options_default="gir"
|
||||||
|
fi
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
libvirt-glib-devel_package() {
|
libvirt-glib-devel_package() {
|
||||||
depends="libglib-devel libxml2-devel libvirt-devel ${sourcepkg}>=${version}_${revision}"
|
depends="libglib-devel libxml2-devel libvirt-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
|
@ -23,11 +31,12 @@ libvirt-glib-devel_package() {
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
vmove usr/share/gir-1.0
|
if [ "$build_option_gir" ]; then
|
||||||
vmove usr/share/vala
|
vmove usr/share/gir-1.0
|
||||||
|
vmove usr/share/vala
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libvirt-glib-python_package() {
|
libvirt-glib-python_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
depends="python"
|
depends="python"
|
||||||
|
|
Loading…
Add table
Reference in a new issue