diff --git a/srcpkgs/libvirt-glib/template b/srcpkgs/libvirt-glib/template index be1059cf8fe..8ebb942efec 100644 --- a/srcpkgs/libvirt-glib/template +++ b/srcpkgs/libvirt-glib/template @@ -1,16 +1,18 @@ # Template file for 'libvirt-glib' pkgname=libvirt-glib -version=0.1.2 -distfiles="http://libvirt.org/sources/glib/$pkgname-$version.tar.gz" +version=0.1.4 +revision=1 +subpackages="$pkgname-devel $pkgname-python" build_style=gnu-configure configure_args="--disable-static" -makedepends="pkg-config glib-devel libvirt-devel libxml2-devel python-devel gobject-introspection vala-devel" -revision=1 +makedepends="pkg-config glib-devel libvirt-devel libxml2-devel + python-devel gobject-introspection vala-devel" short_desc="libvirt glib integration" maintainer="Juan RP " homepage="http://libvirt.org" license="LGPL-2.1" -checksum=ae0760e8719e43a31295025b9070283ad459e6294cfc370319925b9044b3d209 +distfiles="http://libvirt.org/sources/glib/$pkgname-$version.tar.gz" +checksum=92935ff19424a75db85d13f30e28f418a38d81565cf1584945dda145a03886a4 long_desc=" libvirt-glib wraps libvirt to provide a high-level object-oriented API better suited for glib-based applications, via three libraries: @@ -18,6 +20,3 @@ long_desc=" - libvirt-glib - GLib main loop integration and misc helper APIs - libvirt-gconfig - GObjects for manipulating libvirt XML documents - libvirt-gobject - GObjects for managing libvirt objects" - -subpackages="$pkgname-devel $pkgname-python" -