Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] virt-manager: update to 4.0.0
@ 2022-03-03 22:16 zen0bit
  2022-03-03 22:23 ` zen0bit
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: zen0bit @ 2022-03-03 22:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR virt-manager
https://github.com/void-linux/void-packages/pull/35955

virt-manager: update to 4.0.0
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

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

From ff90c73a91db33f78c57effdcc69e42ae43d8688 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Thu, 3 Mar 2022 22:21:09 +0100
Subject: [PATCH] virt-manager: update to 4.0.0

---
 srcpkgs/virt-manager/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/virt-manager/template b/srcpkgs/virt-manager/template
index f3f6a7424a1b..f4a3db0cff75 100644
--- a/srcpkgs/virt-manager/template
+++ b/srcpkgs/virt-manager/template
@@ -1,10 +1,10 @@
 # Template file for 'virt-manager'
 pkgname=virt-manager
-version=3.2.0
-revision=2
+version=4.0.0
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/share/${pkgname}/virtManager"
-hostmakedepends="gettext python3-docutils gtk-update-icon-cache"
+hostmakedepends="gettext python3-docutils python3-setuptools gtk-update-icon-cache"
 depends="virt-manager-tools>=${version}_${revision} libvirt-glib
  gtk-vnc spice-gtk gtksourceview4 dconf vte3 gir-freedesktop"
 _coredeps="python3-gobject libvirt-python3 libosinfo
@@ -16,7 +16,7 @@ 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://virt-manager.org/download/sources/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=2b6fe3d90d89e1130227e4b05c51e6642d89c839d3ea063e0e29475fd9bf7b86
+checksum=515aaa2021a4bf352b0573098fe6958319b1ba8ec508ea37e064803f97f17086
 python_version=3
 
 post_install() {

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

* Re: virt-manager: update to 4.0.0
  2022-03-03 22:16 [PR PATCH] virt-manager: update to 4.0.0 zen0bit
@ 2022-03-03 22:23 ` zen0bit
  2022-03-04 21:47 ` MouadCharradi
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: zen0bit @ 2022-03-03 22:23 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/35955#issuecomment-1058564971

Comment:
not yet builded..

ERROR: libxml2-2.9.13_1: failed to install target dependencies! (ERROR 19)
ncurses-libs-6.2_4 in transaction breaks installed pkg `ncurses-6.3_1'
Transaction aborted due to unresolved dependencies.

It will break base-system

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

* Re: virt-manager: update to 4.0.0
  2022-03-03 22:16 [PR PATCH] virt-manager: update to 4.0.0 zen0bit
  2022-03-03 22:23 ` zen0bit
@ 2022-03-04 21:47 ` MouadCharradi
  2022-03-04 22:58 ` paper42
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: MouadCharradi @ 2022-03-04 21:47 UTC (permalink / raw)
  To: ml

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

New comment by MouadCharradi on void-packages repository

https://github.com/void-linux/void-packages/pull/35955#issuecomment-1059555816

Comment:
Apparently the problem seems to be related to the package `libvirt`, I think we should make the appropriate changes to that package to try to make it pass the tests provided with `virt-manager`.

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

* Re: virt-manager: update to 4.0.0
  2022-03-03 22:16 [PR PATCH] virt-manager: update to 4.0.0 zen0bit
  2022-03-03 22:23 ` zen0bit
  2022-03-04 21:47 ` MouadCharradi
@ 2022-03-04 22:58 ` paper42
  2022-03-05 23:18 ` [PR PATCH] [Closed]: " zen0bit
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-03-04 22:58 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35955#issuecomment-1059590552

Comment:
set `make_install_args="--no-compile-schemas --no-update-icon-cache"`

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

* Re: [PR PATCH] [Closed]: virt-manager: update to 4.0.0
  2022-03-03 22:16 [PR PATCH] virt-manager: update to 4.0.0 zen0bit
                   ` (2 preceding siblings ...)
  2022-03-04 22:58 ` paper42
@ 2022-03-05 23:18 ` zen0bit
  2022-03-05 23:18 ` [PR PATCH] [Updated] " zen0bit
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: zen0bit @ 2022-03-05 23:18 UTC (permalink / raw)
  To: ml

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

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

virt-manager: update to 4.0.0
https://github.com/void-linux/void-packages/pull/35955

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

* Re: [PR PATCH] [Updated] virt-manager: update to 4.0.0
  2022-03-03 22:16 [PR PATCH] virt-manager: update to 4.0.0 zen0bit
                   ` (3 preceding siblings ...)
  2022-03-05 23:18 ` [PR PATCH] [Closed]: " zen0bit
@ 2022-03-05 23:18 ` zen0bit
  2022-03-05 23:22 ` zen0bit
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: zen0bit @ 2022-03-05 23:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR virt-manager
https://github.com/void-linux/void-packages/pull/35955

virt-manager: update to 4.0.0
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

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



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

* Re: [PR PATCH] [Updated] virt-manager: update to 4.0.0
  2022-03-03 22:16 [PR PATCH] virt-manager: update to 4.0.0 zen0bit
                   ` (4 preceding siblings ...)
  2022-03-05 23:18 ` [PR PATCH] [Updated] " zen0bit
@ 2022-03-05 23:22 ` zen0bit
  2022-03-05 23:51 ` zen0bit
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: zen0bit @ 2022-03-05 23:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR virt-manager
https://github.com/void-linux/void-packages/pull/35955

virt-manager: update to 4.0.0
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

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

From a34793febbf3cbc9fba71ce9d26768178acc3da2 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Sun, 6 Mar 2022 00:21:42 +0100
Subject: [PATCH] virt-manager: update to 4.0.0

---
 srcpkgs/virt-manager/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/virt-manager/template b/srcpkgs/virt-manager/template
index f3f6a7424a1b..6244bfe4b0e3 100644
--- a/srcpkgs/virt-manager/template
+++ b/srcpkgs/virt-manager/template
@@ -1,10 +1,11 @@
 # Template file for 'virt-manager'
 pkgname=virt-manager
-version=3.2.0
-revision=2
+version=4.0.0
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/share/${pkgname}/virtManager"
-hostmakedepends="gettext python3-docutils gtk-update-icon-cache"
+hostmakedepends="gettext python3-docutils python3-setuptools gtk-update-icon-cache"
+make_install_args="--no-compile-schemas --no-update-icon-cache"
 depends="virt-manager-tools>=${version}_${revision} libvirt-glib
  gtk-vnc spice-gtk gtksourceview4 dconf vte3 gir-freedesktop"
 _coredeps="python3-gobject libvirt-python3 libosinfo
@@ -16,7 +17,7 @@ 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://virt-manager.org/download/sources/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=2b6fe3d90d89e1130227e4b05c51e6642d89c839d3ea063e0e29475fd9bf7b86
+checksum=515aaa2021a4bf352b0573098fe6958319b1ba8ec508ea37e064803f97f17086
 python_version=3
 
 post_install() {

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

* Re: [PR PATCH] [Updated] virt-manager: update to 4.0.0
  2022-03-03 22:16 [PR PATCH] virt-manager: update to 4.0.0 zen0bit
                   ` (5 preceding siblings ...)
  2022-03-05 23:22 ` zen0bit
@ 2022-03-05 23:51 ` zen0bit
  2022-03-05 23:54 ` zen0bit
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: zen0bit @ 2022-03-05 23:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR virt-manager
https://github.com/void-linux/void-packages/pull/35955

virt-manager: update to 4.0.0
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

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

From ff9f50480b7d35acbb18f831e4cc281251ac49b9 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Sun, 6 Mar 2022 00:21:42 +0100
Subject: [PATCH] virt-manager: update to 4.0.0

---
 srcpkgs/virt-manager/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/virt-manager/template b/srcpkgs/virt-manager/template
index f3f6a7424a1b..b6ecd0fc84f0 100644
--- a/srcpkgs/virt-manager/template
+++ b/srcpkgs/virt-manager/template
@@ -1,10 +1,11 @@
 # Template file for 'virt-manager'
 pkgname=virt-manager
-version=3.2.0
-revision=2
+version=4.0.0
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/share/${pkgname}/virtManager"
-hostmakedepends="gettext python3-docutils gtk-update-icon-cache"
+make_install_args="--no-compile-schemas --no-update-icon-cache"
+hostmakedepends="gettext python3-docutils python3-setuptools gtk-update-icon-cache"
 depends="virt-manager-tools>=${version}_${revision} libvirt-glib
  gtk-vnc spice-gtk gtksourceview4 dconf vte3 gir-freedesktop"
 _coredeps="python3-gobject libvirt-python3 libosinfo
@@ -16,7 +17,7 @@ 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://virt-manager.org/download/sources/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=2b6fe3d90d89e1130227e4b05c51e6642d89c839d3ea063e0e29475fd9bf7b86
+checksum=515aaa2021a4bf352b0573098fe6958319b1ba8ec508ea37e064803f97f17086
 python_version=3
 
 post_install() {

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

* Re: virt-manager: update to 4.0.0
  2022-03-03 22:16 [PR PATCH] virt-manager: update to 4.0.0 zen0bit
                   ` (6 preceding siblings ...)
  2022-03-05 23:51 ` zen0bit
@ 2022-03-05 23:54 ` zen0bit
  2022-03-05 23:55 ` zen0bit
  2022-04-07 11:34 ` [PR PATCH] [Closed]: " paper42
  9 siblings, 0 replies; 12+ messages in thread
From: zen0bit @ 2022-03-05 23:54 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/35955#issuecomment-1059854003

Comment:
> Apparently the problem seems to be related to the package `libvirt`, I think we should make the appropriate changes to that package to try to make it pass the tests provided with `virt-manager`.

I will need help with that :heart: 

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

* Re: virt-manager: update to 4.0.0
  2022-03-03 22:16 [PR PATCH] virt-manager: update to 4.0.0 zen0bit
                   ` (7 preceding siblings ...)
  2022-03-05 23:54 ` zen0bit
@ 2022-03-05 23:55 ` zen0bit
  2022-04-07 11:34 ` [PR PATCH] [Closed]: " paper42
  9 siblings, 0 replies; 12+ messages in thread
From: zen0bit @ 2022-03-05 23:55 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/35955#issuecomment-1059854003

Comment:
https://github.com/void-linux/void-packages/pull/35955#issuecomment-1059555816

I will need help with that :heart: 

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

* Re: [PR PATCH] [Closed]: virt-manager: update to 4.0.0
  2022-03-03 22:16 [PR PATCH] virt-manager: update to 4.0.0 zen0bit
                   ` (8 preceding siblings ...)
  2022-03-05 23:55 ` zen0bit
@ 2022-04-07 11:34 ` paper42
  9 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-04-07 11:34 UTC (permalink / raw)
  To: ml

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

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

virt-manager: update to 4.0.0
https://github.com/void-linux/void-packages/pull/35955

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

* Re: [PR PATCH] [Updated] virt-manager: update to 4.0.0.
  2022-03-04 16:51 [PR PATCH] " MouadCharradi
@ 2022-03-04 17:20 ` MouadCharradi
  0 siblings, 0 replies; 12+ messages in thread
From: MouadCharradi @ 2022-03-04 17:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MouadCharradi/void-packages virt-manager
https://github.com/void-linux/void-packages/pull/35970

virt-manager: update to 4.0.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

- I built this PR locally for my native architecture, x86_64, glibc

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

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

From ade44ae900f243eef7f922d427bc513884332049 Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Fri, 4 Mar 2022 17:49:13 +0100
Subject: [PATCH] virt-manager: update to 4.0.0.

---
 srcpkgs/virt-manager/template | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/virt-manager/template b/srcpkgs/virt-manager/template
index f3f6a7424a1b..975b819773f0 100644
--- a/srcpkgs/virt-manager/template
+++ b/srcpkgs/virt-manager/template
@@ -1,10 +1,9 @@
 # Template file for 'virt-manager'
 pkgname=virt-manager
-version=3.2.0
-revision=2
-build_style=python3-module
+version=4.0.0
+revision=1
 pycompile_dirs="/usr/share/${pkgname}/virtManager"
-hostmakedepends="gettext python3-docutils gtk-update-icon-cache"
+hostmakedepends="gettext python3-docutils python3-setuptools"
 depends="virt-manager-tools>=${version}_${revision} libvirt-glib
  gtk-vnc spice-gtk gtksourceview4 dconf vte3 gir-freedesktop"
 _coredeps="python3-gobject libvirt-python3 libosinfo
@@ -16,12 +15,19 @@ 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://virt-manager.org/download/sources/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=2b6fe3d90d89e1130227e4b05c51e6642d89c839d3ea063e0e29475fd9bf7b86
+checksum=515aaa2021a4bf352b0573098fe6958319b1ba8ec508ea37e064803f97f17086
 python_version=3
 
-post_install() {
-	rm $DESTDIR/usr/share/glib-2.0/schemas/gschemas.compiled \
-		$DESTDIR/usr/share/icons/hicolor/icon-theme.cache
+do_build() {
+	python3 setup.py build
+}
+
+do_check() {
+	python3 setup.py
+}
+
+do_install() {
+	python3 setup.py --no-update-icon-cache --no-compile-schemas install --prefix=/usr --root=${DESTDIR}
 }
 
 virt-manager-tools_package() {

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

end of thread, other threads:[~2022-04-07 11:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 22:16 [PR PATCH] virt-manager: update to 4.0.0 zen0bit
2022-03-03 22:23 ` zen0bit
2022-03-04 21:47 ` MouadCharradi
2022-03-04 22:58 ` paper42
2022-03-05 23:18 ` [PR PATCH] [Closed]: " zen0bit
2022-03-05 23:18 ` [PR PATCH] [Updated] " zen0bit
2022-03-05 23:22 ` zen0bit
2022-03-05 23:51 ` zen0bit
2022-03-05 23:54 ` zen0bit
2022-03-05 23:55 ` zen0bit
2022-04-07 11:34 ` [PR PATCH] [Closed]: " paper42
2022-03-04 16:51 [PR PATCH] " MouadCharradi
2022-03-04 17:20 ` [PR PATCH] [Updated] " MouadCharradi

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).