mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/libvirt to 2.0.0-1
This commit is contained in:
parent
ea3d29803d
commit
2c7f20d6b2
1 changed files with 5 additions and 9 deletions
|
@ -8,7 +8,7 @@
|
|||
# - removed qemu makedepend
|
||||
|
||||
pkgname=libvirt
|
||||
pkgver=1.3.5
|
||||
pkgver=2.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -64,16 +64,14 @@ backup=('etc/conf.d/libvirt-guests'
|
|||
'etc/logrotate.d/libvirtd.uml'
|
||||
'etc/sasl2/libvirt.conf')
|
||||
install="libvirt.install"
|
||||
source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
|
||||
source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.xz"
|
||||
libvirtd.conf.d
|
||||
libvirtd-guests.conf.d
|
||||
libvirt.tmpfiles.d
|
||||
'systemd.patch::https://bugs.archlinux.org/task/48440?getfile=13914')
|
||||
md5sums=('f9dc1e63d559eca50ae0ee798a4c6c6d'
|
||||
libvirt.tmpfiles.d)
|
||||
md5sums=('31ac94b8c2c14c0c18094802267bfca1'
|
||||
'5e31269067dbd12ca871234450bb66bb'
|
||||
'384fff96c6248d4f020f6fa66c32b357'
|
||||
'020971887442ebbf1b6949e031c8dd3f'
|
||||
'8b5cb657b3fa08c3cd888d48a2227a39')
|
||||
'020971887442ebbf1b6949e031c8dd3f')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
@ -96,8 +94,6 @@ prepare() {
|
|||
|
||||
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