mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/libvirt to 1.3.2-3
This commit is contained in:
parent
aa57ded54f
commit
ee35b5401e
1 changed files with 8 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
pkgname=libvirt
|
||||
pkgver=1.3.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libvirt.org/"
|
||||
|
@ -67,11 +67,13 @@ install="libvirt.install"
|
|||
source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
|
||||
libvirtd.conf.d
|
||||
libvirtd-guests.conf.d
|
||||
libvirt.tmpfiles.d)
|
||||
libvirt.tmpfiles.d
|
||||
'systemd.patch::https://bugs.archlinux.org/task/48440?getfile=13914')
|
||||
md5sums=('b48b06bbc7efbe9973ed0f3f223d6da2'
|
||||
'5e31269067dbd12ca871234450bb66bb'
|
||||
'384fff96c6248d4f020f6fa66c32b357'
|
||||
'020971887442ebbf1b6949e031c8dd3f')
|
||||
'020971887442ebbf1b6949e031c8dd3f'
|
||||
'8b5cb657b3fa08c3cd888d48a2227a39')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
@ -93,6 +95,9 @@ prepare() {
|
|||
src/qemu/test_libvirtd_qemu.aug.in
|
||||
|
||||
sed -i 's|libsystemd-daemon|libsystemd|g' configure
|
||||
sed -i 's/notify/simple/' daemon/libvirtd.service.in
|
||||
|
||||
patch -p1 -i $srcdir/systemd.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue