virt-manager: update to 5.0.0.
This commit is contained in:
parent
026b49156a
commit
81908f0875
@ -1,31 +1,31 @@
|
||||
# Template file for 'virt-manager'
|
||||
pkgname=virt-manager
|
||||
version=4.1.0
|
||||
revision=4
|
||||
build_style=python3-module
|
||||
version=5.0.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dupdate-icon-cache=false -Dcompile-schemas=false"
|
||||
make_check_args="pytest"
|
||||
pycompile_dirs="/usr/share/${pkgname}/virtManager"
|
||||
hostmakedepends="gettext python3-docutils python3-setuptools"
|
||||
hostmakedepends="gettext python3-docutils"
|
||||
depends="virt-manager-tools>=${version}_${revision} libvirt-glib
|
||||
gtk-vnc spice-gtk gtksourceview4 dconf vte3 gir-freedesktop"
|
||||
_coredeps="python3-gobject libvirt-python3 libosinfo
|
||||
libxml2-python3 python3-requests cdrtools"
|
||||
checkdepends="python3-pytest cpio xorriso ${_coredeps}"
|
||||
checkdepends="python3-pytest pylint python3-pycodestyle cpio xorriso ${_coredeps}"
|
||||
short_desc="User interface for managing virtual machines"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://virt-manager.org"
|
||||
changelog="https://raw.githubusercontent.com/virt-manager/virt-manager/master/NEWS.md"
|
||||
distfiles="https://releases.pagure.org/virt-manager/virt-manager-${version}.tar.gz"
|
||||
checksum=950681d7b32dc61669278ad94ef31da33109bf6fcf0426ed82dfd7379aa590a2
|
||||
distfiles="https://releases.pagure.org/virt-manager/virt-manager-${version}.tar.xz"
|
||||
checksum=bc89ae46e0c997bd754ed62a419ca39c6aadec27e3d8b850cea5282f0083f84a
|
||||
python_version=3
|
||||
|
||||
do_install() {
|
||||
# make_install_args can't be used because --no-* has to be specified
|
||||
# before the install argument
|
||||
./setup.py \
|
||||
--no-update-icon-cache --no-compile-schemas \
|
||||
install --root=${DESTDIR}
|
||||
}
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -Dtests=enabled"
|
||||
else
|
||||
configure_args+=" -Dtests=disabled"
|
||||
fi
|
||||
|
||||
virt-manager-tools_package() {
|
||||
short_desc="Programs to create and clone virtual machines"
|
||||
|
Loading…
Reference in New Issue
Block a user