From 906189ab55e9a607e46a2f8b0ff24115d0df5028 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 7 Mar 2014 11:44:57 +0100 Subject: [PATCH] libvirt: update to 1.2.2. --- srcpkgs/libvirt-python | 1 - srcpkgs/libvirt/template | 20 +++----------------- 2 files changed, 3 insertions(+), 18 deletions(-) delete mode 120000 srcpkgs/libvirt-python diff --git a/srcpkgs/libvirt-python b/srcpkgs/libvirt-python deleted file mode 120000 index 1bf26df9470..00000000000 --- a/srcpkgs/libvirt-python +++ /dev/null @@ -1 +0,0 @@ -libvirt \ No newline at end of file diff --git a/srcpkgs/libvirt/template b/srcpkgs/libvirt/template index 2baf21606bc..278a6af304f 100644 --- a/srcpkgs/libvirt/template +++ b/srcpkgs/libvirt/template @@ -1,7 +1,7 @@ # Template file for 'libvirt' pkgname=libvirt -version=1.1.1 -revision=2 +version=1.2.2 +revision=1 build_style=gnu-configure configure_args="--without-hal --with-storage-lvm --without-xen --disable-static --with-init-script=systemd --with-qemu-user=nobody @@ -13,7 +13,7 @@ maintainer="Juan RP " homepage="http://libvirt.org" license="LGPL-2.1" distfiles="http://libvirt.org/sources/$pkgname-$version.tar.gz" -checksum=dc6f1e1e15b9b190eaa706e76edabcfc94b239c012f5afc22b22357a4b3b22c2 +checksum=a48377e307c5c21b67e43db99af909a23c33aff8cbbaa3361fd389eb047cbbc3 hostmakedepends="perl pkg-config" makedepends="readline-devel>=6.3 libcap-ng-devel libnl3-devel attr-devel @@ -43,9 +43,6 @@ make_dirs=" /var/lib/libvirt/uml 0755 root root" post_install() { - # Move everything to /usr. - vmkdir usr/lib - mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib rm -rf ${DESTDIR}/etc/sysconfig # Remove unused stuff. rm -rf ${DESTDIR}/etc/logrotate.d @@ -62,16 +59,5 @@ libvirt-devel_package() { vmove usr/lib/pkgconfig vmove "usr/lib/*.so" vmove usr/share/gtk-doc - vmove usr/share/doc/libvirt-${version} - } -} - -libvirt-python_package() { - depends="python" - short_desc+=" - python bindings" - pycompile_module="libvirt.py libvirt_qemu.py" - pkg_install() { - vmove "usr/lib/python*" - vmove "usr/share/doc/libvirt-python*" } }