summaryrefslogtreecommitdiff
path: root/deskutils/virt-manager/files/patch-setup.py
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2016-04-09 03:44:44 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2016-04-09 03:44:44 +0000
commita290b3172c2b5a1fc9bb8b5858395b948de473da (patch)
tree0dd813e8b2aba01cad3ee442c35fd6bc96fe7fb3 /deskutils/virt-manager/files/patch-setup.py
parent- Update to 1.1-8 (diff)
deskutils/virt-manager: update to 1.3.2
Notes
Notes: svn path=/head/; revision=412795
Diffstat (limited to '')
-rw-r--r--deskutils/virt-manager/files/patch-setup.py26
1 files changed, 12 insertions, 14 deletions
diff --git a/deskutils/virt-manager/files/patch-setup.py b/deskutils/virt-manager/files/patch-setup.py
index f267d7c62e9a..5d77b0a6db6a 100644
--- a/deskutils/virt-manager/files/patch-setup.py
+++ b/deskutils/virt-manager/files/patch-setup.py
@@ -1,19 +1,17 @@
---- setup.py.orig 2015-08-10 18:15:04 UTC
+--- setup.py.orig 2015-11-30 20:47:47 UTC
+++ setup.py
-@@ -208,12 +208,6 @@ class my_build(build):
- build.run(self)
+@@ -612,8 +612,8 @@ class VMMDistribution(distutils.dist.Dis
+ ]
+ def __init__(self, *args, **kwargs):
+- self.no_update_icon_cache = False
+- self.no_compile_schemas = False
++ self.no_update_icon_cache = True
++ self.no_compile_schemas = True
+ distutils.dist.Distribution.__init__(self, *args, **kwargs)
--class my_egg_info(install_egg_info):
-- """
-- Disable egg_info installation, seems pointless for a non-library
-- """
-- def run(self):
-- pass
-
- class my_install(install):
-@@ -589,13 +583,11 @@ setup(
+@@ -641,13 +641,11 @@ distutils.core.setup(
"virt-convert",
"virt-xml",
]),
@@ -28,10 +26,10 @@
"man/virt-manager.1",
"man/virt-install.1",
"man/virt-clone.1",
-@@ -617,7 +609,6 @@ setup(
-
+@@ -670,7 +668,6 @@ distutils.core.setup(
'sdist': my_sdist,
'install': my_install,
+ 'install_data': my_install_data,
- 'install_egg_info': my_egg_info,
'configure': configure,