summaryrefslogtreecommitdiff
path: root/deskutils/virt-manager/files/patch-setup.py
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2014-11-21 00:48:11 +0000
committerJason Helfman <jgh@FreeBSD.org>2014-11-21 00:48:11 +0000
commit64641963b1f67ec5d3524aecf36c8c1b357ed478 (patch)
tree87ca2206062ee7f4c5c9964c874e764ddc0075e2 /deskutils/virt-manager/files/patch-setup.py
parentFix fetching. (diff)
- update to 1.1.0
- patch to work with gtk2/3 [1] - this update obsoletes net-mgmt/virtinst (merged) Changelog: See http://virt-manager.org/download/ Obtained from: https://build.opensuse.org/package/view_file/openSUSE \ :Factory/virt-manager/virt-manager-Gtk-30.patch [1]
Notes
Notes: svn path=/head/; revision=372972
Diffstat (limited to 'deskutils/virt-manager/files/patch-setup.py')
-rw-r--r--deskutils/virt-manager/files/patch-setup.py34
1 files changed, 34 insertions, 0 deletions
diff --git a/deskutils/virt-manager/files/patch-setup.py b/deskutils/virt-manager/files/patch-setup.py
new file mode 100644
index 000000000000..74036305ea60
--- /dev/null
+++ b/deskutils/virt-manager/files/patch-setup.py
@@ -0,0 +1,34 @@
+--- setup.py.orig 2014-09-06 22:26:12 UTC
++++ setup.py
+@@ -209,14 +209,6 @@ class my_build(build):
+ build.run(self)
+
+
+-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):
+ """
+ Error if we weren't 'configure'd with the correct install prefix
+@@ -605,7 +597,7 @@ setup(
+ ["data/org.virt-manager.virt-manager.gschema.xml"]),
+ ("share/virt-manager/ui", glob.glob("ui/*.ui")),
+
+- ("share/man/man1", [
++ ("man/man1", [
+ "man/virt-manager.1",
+ "man/virt-install.1",
+ "man/virt-clone.1",
+@@ -627,7 +619,6 @@ setup(
+
+ 'sdist': my_sdist,
+ 'install': my_install,
+- 'install_egg_info': my_egg_info,
+
+ 'configure': configure,
+