Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] virt-manager: update to 3.0.0.
@ 2020-09-28  1:30 circhioz
  2020-10-03  8:01 ` [PR PATCH] [Updated] " circhioz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: circhioz @ 2020-09-28  1:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is a new pull request by circhioz against master on the void-packages repository

https://github.com/circhioz/void-packages virt-manager
https://github.com/void-linux/void-packages/pull/25137

virt-manager: update to 3.0.0.


A patch file from https://github.com/void-linux/void-packages/pull/25137.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-virt-manager-25137.patch --]
[-- Type: text/x-diff, Size: 2942 bytes --]

From 652b7307eac24e2e47464ad67ec0d393f97d66dd Mon Sep 17 00:00:00 2001
From: Francesco Circhetta <francesco.circhetta@gmail.com>
Date: Mon, 28 Sep 2020 03:11:39 +0200
Subject: [PATCH] virt-manager: update to 3.0.0.

---
 srcpkgs/virt-manager/template | 31 ++++++++++++-------------------
 1 file changed, 12 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/virt-manager/template b/srcpkgs/virt-manager/template
index db7734b6812..a5d08379ace 100644
--- a/srcpkgs/virt-manager/template
+++ b/srcpkgs/virt-manager/template
@@ -1,21 +1,20 @@
 # Template file for 'virt-manager'
 pkgname=virt-manager
-version=2.2.1
-revision=2
-archs=noarch
+version=3.0.0
+revision=1
 build_style=python3-module
-hostmakedepends="intltool python3-devel glib-devel gtk-update-icon-cache
- python3-gobject libosinfo libvirt-python3 libxml2-python3 python3-requests"
-depends="gnome-ssh-askpass openbsd-netcat yajl
- gir-freedesktop libvirt-glib spice-gtk gtk-vnc vte3
- dmidecode virt-manager-tools>=${version}_${revision}
+hostmakedepends="gettext python3-devel glib gtk-update-icon-cache
+ python3-docutils"
+depends="gnome-ssh-askpass openbsd-netcat gir-freedesktop python3-gobject
+ libvirt-glib spice-gtk gtk-vnc vte3 dconf python3-argcomplete libvirt-python3
+ libxml2-python3 python3-requests libosinfo python3-urllib3 cdrtools
  gtksourceview4"
 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"
 distfiles="https://virt-manager.org/download/sources/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=cfd88d66e834513e067b4d3501217e21352fadb673103bacb9e646da9f029a1b
+checksum=8afb58b1ee979e6ba9bdda3f98bd553b35981519660a649b38309d7924662f3d
 
 post_install() {
 	rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \
@@ -23,25 +22,19 @@ post_install() {
 }
 
 virt-manager-tools_package() {
-	archs=noarch
 	short_desc="Programs to create and clone virtual machines"
-	depends="libosinfo python3-gobject libvirt-python3 python3-urllib3 libxml2-python3 python3-requests"
+	depends="libvirt virt-manager>=${version}_${revision}"
 	pycompile_dirs="/usr/share/${sourcepkg}"
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/virt-clone
-		vmove usr/bin/virt-convert
 		vmove usr/bin/virt-install
 		vmove usr/bin/virt-xml
 		vmove usr/share/man/man1/virt-install.1
-		vmove usr/share/man/man1/virt-convert.1
 		vmove usr/share/man/man1/virt-clone.1
 		vmove usr/share/man/man1/virt-xml.1
-		vmove usr/share/virt-manager/virt-clone
-		vmove usr/share/virt-manager/virt-convert
-		vmove usr/share/virt-manager/virt-install
-		vmove usr/share/virt-manager/virt-xml
-		vmove usr/share/virt-manager/virtconv
-		vmove usr/share/virt-manager/virtinst
+		vmove usr/share/bash-completion/completions/virt-clone
+		vmove usr/share/bash-completion/completions/virt-install
+		vmove usr/share/bash-completion/completions/virt-xml
 	}
 }

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] virt-manager: update to 3.0.0.
  2020-09-28  1:30 [PR PATCH] virt-manager: update to 3.0.0 circhioz
@ 2020-10-03  8:01 ` circhioz
  2020-10-06 16:53 ` [PR PATCH] [Closed]: virt-manager: update to 3.1.0 ahesford
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: circhioz @ 2020-10-03  8:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by circhioz against master on the void-packages repository

https://github.com/circhioz/void-packages virt-manager
https://github.com/void-linux/void-packages/pull/25137

virt-manager: update to 3.0.0.


A patch file from https://github.com/void-linux/void-packages/pull/25137.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-virt-manager-25137.patch --]
[-- Type: text/x-diff, Size: 2942 bytes --]

From f219c8cd56d73edbf7422dba0c66884f3fe7d3a6 Mon Sep 17 00:00:00 2001
From: Francesco Circhetta <francesco.circhetta@gmail.com>
Date: Mon, 28 Sep 2020 03:11:39 +0200
Subject: [PATCH] virt-manager: update to 3.1.0.

---
 srcpkgs/virt-manager/template | 31 ++++++++++++-------------------
 1 file changed, 12 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/virt-manager/template b/srcpkgs/virt-manager/template
index db7734b6812..8ad788b4d1b 100644
--- a/srcpkgs/virt-manager/template
+++ b/srcpkgs/virt-manager/template
@@ -1,21 +1,20 @@
 # Template file for 'virt-manager'
 pkgname=virt-manager
-version=2.2.1
-revision=2
-archs=noarch
+version=3.1.0
+revision=1
 build_style=python3-module
-hostmakedepends="intltool python3-devel glib-devel gtk-update-icon-cache
- python3-gobject libosinfo libvirt-python3 libxml2-python3 python3-requests"
-depends="gnome-ssh-askpass openbsd-netcat yajl
- gir-freedesktop libvirt-glib spice-gtk gtk-vnc vte3
- dmidecode virt-manager-tools>=${version}_${revision}
+hostmakedepends="gettext python3-devel glib gtk-update-icon-cache
+ python3-docutils"
+depends="gnome-ssh-askpass openbsd-netcat gir-freedesktop python3-gobject
+ libvirt-glib spice-gtk gtk-vnc vte3 dconf python3-argcomplete libvirt-python3
+ libxml2-python3 python3-requests libosinfo python3-urllib3 cdrtools
  gtksourceview4"
 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"
 distfiles="https://virt-manager.org/download/sources/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=cfd88d66e834513e067b4d3501217e21352fadb673103bacb9e646da9f029a1b
+checksum=ccc98bda8c336c58031c2c3f3c7948daa2f9d150e2d406519216734f3b25832a
 
 post_install() {
 	rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \
@@ -23,25 +22,19 @@ post_install() {
 }
 
 virt-manager-tools_package() {
-	archs=noarch
 	short_desc="Programs to create and clone virtual machines"
-	depends="libosinfo python3-gobject libvirt-python3 python3-urllib3 libxml2-python3 python3-requests"
+	depends="libvirt virt-manager>=${version}_${revision}"
 	pycompile_dirs="/usr/share/${sourcepkg}"
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/virt-clone
-		vmove usr/bin/virt-convert
 		vmove usr/bin/virt-install
 		vmove usr/bin/virt-xml
 		vmove usr/share/man/man1/virt-install.1
-		vmove usr/share/man/man1/virt-convert.1
 		vmove usr/share/man/man1/virt-clone.1
 		vmove usr/share/man/man1/virt-xml.1
-		vmove usr/share/virt-manager/virt-clone
-		vmove usr/share/virt-manager/virt-convert
-		vmove usr/share/virt-manager/virt-install
-		vmove usr/share/virt-manager/virt-xml
-		vmove usr/share/virt-manager/virtconv
-		vmove usr/share/virt-manager/virtinst
+		vmove usr/share/bash-completion/completions/virt-clone
+		vmove usr/share/bash-completion/completions/virt-install
+		vmove usr/share/bash-completion/completions/virt-xml
 	}
 }

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: virt-manager: update to 3.1.0.
  2020-09-28  1:30 [PR PATCH] virt-manager: update to 3.0.0 circhioz
  2020-10-03  8:01 ` [PR PATCH] [Updated] " circhioz
@ 2020-10-06 16:53 ` ahesford
  2020-10-06 16:56 ` ahesford
  2020-10-07 16:33 ` circhioz
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-10-06 16:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

There's a closed pull request on the void-packages repository

virt-manager: update to 3.1.0.
https://github.com/void-linux/void-packages/pull/25137

Description:


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: virt-manager: update to 3.1.0.
  2020-09-28  1:30 [PR PATCH] virt-manager: update to 3.0.0 circhioz
  2020-10-03  8:01 ` [PR PATCH] [Updated] " circhioz
  2020-10-06 16:53 ` [PR PATCH] [Closed]: virt-manager: update to 3.1.0 ahesford
@ 2020-10-06 16:56 ` ahesford
  2020-10-07 16:33 ` circhioz
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-10-06 16:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 638 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25137#issuecomment-704413042

Comment:
Sorry, I updated `virt-manager` and missed this. Afterwards, I noticed you made some changes and did some cleanup that incorporates your bash completion correction.

I don't think inverting the dependency relationship between `virt-manager` and `virt-manager-tools` makes sense because it may be desirable to use the tools without the GUI. If anything, we could consider splitting out a `-common` package like the RPM spec does, but at the moment I don't know that there is a compelling reason.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: virt-manager: update to 3.1.0.
  2020-09-28  1:30 [PR PATCH] virt-manager: update to 3.0.0 circhioz
                   ` (2 preceding siblings ...)
  2020-10-06 16:56 ` ahesford
@ 2020-10-07 16:33 ` circhioz
  3 siblings, 0 replies; 5+ messages in thread
From: circhioz @ 2020-10-07 16:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 369 bytes --]

New comment by circhioz on void-packages repository

https://github.com/void-linux/void-packages/pull/25137#issuecomment-705054160

Comment:
Don't worry! For some reason I didn't realize ```usr/share/virt-manager/virtinst``` is actually a directory and that was why I mistakenly ended up inverting the dependency relationship. Thank you for considering my corrections!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-07 16:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28  1:30 [PR PATCH] virt-manager: update to 3.0.0 circhioz
2020-10-03  8:01 ` [PR PATCH] [Updated] " circhioz
2020-10-06 16:53 ` [PR PATCH] [Closed]: virt-manager: update to 3.1.0 ahesford
2020-10-06 16:56 ` ahesford
2020-10-07 16:33 ` circhioz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).