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