Skip to content
Snippets Groups Projects
Commit 775d857d authored by Roman Bogorodskiy's avatar Roman Bogorodskiy
Browse files

deskutils/virt-manager: update to 4.0.0

parent 206195ec
No related branches found
No related tags found
No related merge requests found
PORTNAME= virt-manager
PORTVERSION= 3.2.0
PORTVERSION= 4.0.0
CATEGORIES= deskutils net-mgmt
MASTER_SITES= https://virt-manager.org/download/sources/${PORTNAME}/
......
TIMESTAMP = 1605526786
SHA256 (virt-manager-3.2.0.tar.gz) = 2b6fe3d90d89e1130227e4b05c51e6642d89c839d3ea063e0e29475fd9bf7b86
SIZE (virt-manager-3.2.0.tar.gz) = 2858909
TIMESTAMP = 1646479034
SHA256 (virt-manager-4.0.0.tar.gz) = 515aaa2021a4bf352b0573098fe6958319b1ba8ec508ea37e064803f97f17086
SIZE (virt-manager-4.0.0.tar.gz) = 3096236
--- setup.py.orig 2020-09-19 02:24:26 UTC
--- setup.py.orig 2022-02-12 16:13:59 UTC
+++ setup.py
@@ -419,8 +419,8 @@ class VMMDistribution(distutils.dist.Distribution):
@@ -427,8 +427,8 @@ class VMMDistribution(setuptools.dist.Distribution):
]
def __init__(self, *args, **kwargs):
......@@ -8,10 +8,10 @@
- self.no_compile_schemas = False
+ self.no_update_icon_cache = True
+ self.no_compile_schemas = True
distutils.dist.Distribution.__init__(self, *args, **kwargs)
setuptools.dist.Distribution.__init__(self, *args, **kwargs)
@@ -492,11 +492,9 @@ distutils.core.setup(
@@ -500,11 +500,9 @@ setuptools.setup(
"build/virt-xml"]),
data_files=[
......@@ -24,10 +24,10 @@
"man/virt-manager.1",
"man/virt-install.1",
"man/virt-clone.1",
@@ -528,7 +526,6 @@ distutils.core.setup(
@@ -535,7 +533,6 @@ setuptools.setup(
'build_i18n': my_build_i18n,
'install': my_install,
'install_data': my_install_data,
- 'install_egg_info': my_egg_info,
'configure': configure,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment