Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] virt-manager: update to 4.0.0.
@ 2022-03-04 16:51 MouadCharradi
  2022-03-04 17:20 ` [PR PATCH] [Updated] " MouadCharradi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: MouadCharradi @ 2022-03-04 16:51 UTC (permalink / raw)
  To: ml

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

There is a new 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] 6+ messages in thread

* Re: [PR PATCH] [Updated] virt-manager: update to 4.0.0.
  2022-03-04 16:51 [PR PATCH] virt-manager: update to 4.0.0 MouadCharradi
@ 2022-03-04 17:20 ` MouadCharradi
  2022-03-04 21:06 ` paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ 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] 6+ messages in thread

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

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35970#issuecomment-1059530355

Comment:
#35955

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

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

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

New comment by MouadCharradi on void-packages repository

https://github.com/void-linux/void-packages/pull/35970#issuecomment-1059554746

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] 6+ messages in thread

* Re: [PR PATCH] [Closed]: virt-manager: update to 4.0.0.
  2022-03-04 16:51 [PR PATCH] virt-manager: update to 4.0.0 MouadCharradi
                   ` (2 preceding siblings ...)
  2022-03-04 21:46 ` MouadCharradi
@ 2022-03-07 11:27 ` MouadCharradi
  3 siblings, 0 replies; 6+ messages in thread
From: MouadCharradi @ 2022-03-07 11:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 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/35970

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

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

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

* [PR PATCH] virt-manager: update to 4.0.0
@ 2022-03-03 22:16 zen0bit
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04 16:51 [PR PATCH] virt-manager: update to 4.0.0 MouadCharradi
2022-03-04 17:20 ` [PR PATCH] [Updated] " MouadCharradi
2022-03-04 21:06 ` paper42
2022-03-04 21:46 ` MouadCharradi
2022-03-07 11:27 ` [PR PATCH] [Closed]: " MouadCharradi
  -- strict thread matches above, loose matches on Subject: below --
2022-03-03 22:16 [PR PATCH] " zen0bit

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