libvirt-glib: update to 1.0.0

also removes the libvirt-glib-python package,
it has been removed by upstream.
This commit is contained in:
Helmut Pozimski 2017-01-20 20:25:08 +01:00 committed by Jürgen Buchmüller
parent fc0635f8c1
commit f08f544462
2 changed files with 3 additions and 12 deletions

View file

@ -1 +0,0 @@
libvirt-glib

View file

@ -1,6 +1,6 @@
# Template file for 'libvirt-glib'
pkgname=libvirt-glib
version=0.2.3
version=1.0.0
revision=1
build_options="gir"
build_style=gnu-configure
@ -13,7 +13,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://libvirt.org"
license="LGPL-2.1"
distfiles="http://libvirt.org/sources/glib/$pkgname-$version.tar.gz"
checksum=c3b11aa34584b3416148b36bb005505e461830c73c9fd2f40143cca3309250dd
checksum=ca9158d01cc4d9e0218f94f8c9ee04ae367d8c3b4396daaebca2c4b89a2e8a47
replaces="libvirt-glib-python>=0"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
@ -21,7 +22,6 @@ fi
pre_configure() {
autoreconf -fi
sed -i "s,@PYTHON_INCLUDES@,${XBPS_CROSS_BASE}/usr/include/python2.7," python/Makefile.in
}
libvirt-glib-devel_package() {
@ -38,11 +38,3 @@ libvirt-glib-devel_package() {
fi
}
}
libvirt-glib-python_package() {
lib32disabled=yes
depends="python"
short_desc+=" - python bindings"
pkg_install() {
vmove "usr/lib/python*"
}
}