From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09B9215813A for ; Mon, 06 Jan 2025 03:35:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D12B0E07A9; Mon, 06 Jan 2025 03:35:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B39D0E07A9 for ; Mon, 06 Jan 2025 03:35:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6342335D7B for ; Mon, 06 Jan 2025 03:35:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5987719D2 for ; Mon, 06 Jan 2025 03:35:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1736134487.1cc20de7b3923bb562cde8f78302755095461f3d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-manager/virt-manager-9999.ebuild X-VCS-Directories: app-emulation/virt-manager/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1cc20de7b3923bb562cde8f78302755095461f3d X-VCS-Branch: master Date: Mon, 06 Jan 2025 03:35:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a5a995f-34d3-43ef-abb9-09a57f0fb625 X-Archives-Hash: 4b4d279cfe17963b3cc7bbdd10736894 commit: 1cc20de7b3923bb562cde8f78302755095461f3d Author: Sam James gentoo org> AuthorDate: Mon Jan 6 03:34:47 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 6 03:34:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc20de7 app-emulation/virt-manager: sync live Signed-off-by: Sam James gentoo.org> .../virt-manager/virt-manager-9999.ebuild | 65 ++++++++++++++-------- 1 file changed, 42 insertions(+), 23 deletions(-) diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index f2095898d5d0..d9497668d4c6 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) -inherit gnome2 python-single-r1 optfeature meson +inherit gnome2 python-single-r1 optfeature meson verify-sig DESCRIPTION="A graphical tool for administering virtual machines" HOMEPAGE="https://virt-manager.org https://github.com/virt-manager/virt-manager" @@ -15,20 +15,24 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" inherit git-r3 else - SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.xz" + SRC_URI=" + https://releases.pagure.org/${PN}/${P}.tar.xz + verify-sig? ( https://releases.pagure.org/${PN}/${P}.tar.xz.asc ) + " KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" -IUSE="gui policykit sasl" +IUSE="gui policykit sasl verify-sig" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# https://github.com/virt-manager/virt-manager/blob/main/virt-manager.spec.in RDEPEND=" ${PYTHON_DEPS} || ( dev-libs/libisoburn app-cdr/cdrtools ) - >=app-emulation/libvirt-glib-1.0.0[introspection] + >=app-emulation/libvirt-glib-0.0.9[introspection] >=sys-libs/libosinfo-0.2.10[introspection] $(python_gen_cond_dep ' dev-libs/libxml2[python,${PYTHON_USEDEP}] @@ -41,27 +45,40 @@ RDEPEND=" gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection] net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] - sys-apps/dbus[X] + sys-apps/dbus x11-libs/gtk+:3[introspection] - x11-libs/gtksourceview:4[introspection] + || ( + x11-libs/gtksourceview:4[introspection] + x11-libs/gtksourceview:3.0[introspection] + ) x11-libs/vte:2.91[introspection] policykit? ( sys-auth/polkit[introspection] ) ) " DEPEND="${RDEPEND}" -BDEPEND="dev-python/docutils" +BDEPEND=" + dev-python/docutils + sys-devel/gettext + verify-sig? ( sec-keys/openpgp-keys-virt-manager ) +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/virt-manager.asc -DOCS=( README.md NEWS.md ) +DOCS=( {DESIGN,NEWS,README}.md ) src_configure() { - # While in the past we did allow test suite to run, any errors from - # test_cli.py were ignored. Since that's where like 90% of tests actually - # lives, just disable tests (and do not drag additional dependencies). - local emesonargs=( + local emesonargs=( # in upstream's order + -Dupdate-icon-cache=false -Dcompile-schemas=false - -Ddefault-graphics=spice + + # -Ddefault-graphics=spice # default + # we do not ship OpenVZ and bhyve does not work on linux + -Ddefault-hvs="['qemu','xen','lxc']" + + # While in the past we did allow test suite to run, any errors from + # test_cli.py were ignored. Since that's where like 90% of tests actually + # lives, just disable tests (and do not drag additional dependencies). -Dtests=disabled - -Dupdate-icon-cache=false ) meson_src_configure @@ -70,12 +87,11 @@ src_configure() { src_install() { meson_src_install - if ! use gui ; then - rm -r "${ED}/usr/share/virt-manager/ui/" || die - rm -r "${ED}/usr/share/virt-manager/icons/" || die + if ! use gui; then + rm -r "${ED}/usr/share/applications/${PN}.desktop" || die + rm -r "${ED}/usr/share/${PN}/{ui,icons}/" || die rm -r "${ED}/usr/share/icons/" || die - rm -r "${ED}/usr/share/applications/virt-manager.desktop" || die - rm -r "${ED}/usr/bin/virt-manager" || die + rm -r "${ED}/usr/bin/${PN}" || die fi python_fix_shebang "${ED}" @@ -84,6 +100,9 @@ src_install() { pkg_postinst() { use gui && gnome2_pkg_postinst - optfeature "SSH_ASKPASS program implementation" lxqt-base/lxqt-openssh-askpass net-misc/ssh-askpass-fullscreen net-misc/x11-ssh-askpass - optfeature "QEMU host support" app-emulation/qemu[usbredir,spice] + optfeature "Full QEMU host support" app-emulation/qemu[usbredir,spice] + optfeature "SSH_ASKPASS program implementation" lxqt-base/lxqt-openssh-askpass \ + net-misc/ssh-askpass-fullscreen net-misc/x11-ssh-askpass + # it's possible this also requires libguestfs-appliance but it's a RDEPEND of libguestfs + optfeature "Inspection of guest filesystems" app-emulation/libguestfs[libvirt,python] }