From 64641963b1f67ec5d3524aecf36c8c1b357ed478 Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Fri, 21 Nov 2014 00:48:11 +0000 Subject: - 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] --- deskutils/virt-manager/files/patch-setup.py | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 deskutils/virt-manager/files/patch-setup.py (limited to 'deskutils/virt-manager/files/patch-setup.py') 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, + -- cgit v1.2.3