mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/libvirt to 3.2.0-2
This commit is contained in:
parent
a18b0e8ef7
commit
6812a02031
1 changed files with 7 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
pkgname=libvirt
|
||||
pkgver=3.2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libvirt.org/"
|
||||
|
@ -67,11 +67,13 @@ validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
|
|||
source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz" #{,.asc}
|
||||
libvirtd.conf.d
|
||||
libvirtd-guests.conf.d
|
||||
libvirt.tmpfiles.d)
|
||||
libvirt.tmpfiles.d
|
||||
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac")
|
||||
sha256sums=('9481a083b567a07927f239553dd70b5c0d1bff5b9b4ec61be1899981c646209e'
|
||||
'9d0597bbf2bd7892420cebaf0563236fe1483b83ae95ee6263c1ce7f44a44134'
|
||||
'0896c30100e9e40aee1eb4a2cf0cac2c0bdd5fd7b077b9d2680d90e77435ea66'
|
||||
'5c26353833944db8dc97aa63843734519d6521bd8d88497d94d910ee9d3169d8')
|
||||
'5c26353833944db8dc97aa63843734519d6521bd8d88497d94d910ee9d3169d8'
|
||||
'd81aba4b0e97af7d4ddf96470165e17f05243d7638b88173f88c921d2623a65a')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
@ -94,6 +96,8 @@ prepare() {
|
|||
|
||||
sed -i 's|libsystemd-daemon|libsystemd|g' configure
|
||||
sed -i 's/notify/simple/' daemon/libvirtd.service.in
|
||||
|
||||
patch -p1 -i "$srcdir"/ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue