extra/libvirt to 10.0.0-3

This commit is contained in:
Kevin Mihelich 2024-02-11 20:20:00 +00:00
parent ead8836d1f
commit 8e892169cc
2 changed files with 8 additions and 6 deletions

View file

@ -1,12 +1,12 @@
pkgbase = libvirt
pkgdesc = API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)
pkgver = 10.0.0
pkgrel = 2
pkgrel = 3
epoch = 1
url = https://libvirt.org/
arch = x86_64
license = LGPL
license = GPL3
license = LGPL-2.1-or-later
license = GPL-3.0-or-later
makedepends = meson
makedepends = libxslt
makedepends = python-docutils
@ -28,6 +28,7 @@ pkgbase = libvirt
depends = numactl
depends = polkit
depends = libnbd
depends = libnl
optdepends = libvirt-storage-gluster: Gluster storage backend
optdepends = libvirt-storage-iscsi-direct: iSCSI-direct storage backend
optdepends = gettext: required for libvirt-guests.service

View file

@ -10,13 +10,14 @@
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
epoch=1
pkgver=10.0.0
pkgrel=2
pkgrel=3
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('x86_64')
url="https://libvirt.org/"
license=('LGPL' 'GPL3') #libvirt_parthelper links to libparted which is GPL3 only
license=('LGPL-2.1-or-later'
'GPL-3.0-or-later') # libvirt_parthelper links to libparted
depends=('libpciaccess' 'yajl' 'fuse3' 'gnutls' 'parted' 'libssh' 'libxml2'
'numactl' 'polkit' 'libnbd')
'numactl' 'polkit' 'libnbd' 'libnl')
makedepends=('meson' 'libxslt' 'python-docutils' 'lvm2' 'open-iscsi' 'libiscsi' 'glusterfs'
'bash-completion' 'dnsmasq' 'iproute2')
optdepends=('libvirt-storage-gluster: Gluster storage backend'