update to virt-manager-1.3.0

This commit is contained in:
jasper 2015-11-26 20:29:37 +00:00
parent cbf974b5d2
commit e929271bbf
6 changed files with 24 additions and 19 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.13 2015/06/09 06:34:16 jasper Exp $
# $OpenBSD: Makefile,v 1.14 2015/11/26 20:29:37 jasper Exp $
COMMENT= GUI for managing virtual machines through libvirt
DISTNAME= virt-manager-1.2.1
DISTNAME= virt-manager-1.3.0
CATEGORIES= sysutils x11
HOMEPAGE= http://virt-manager.org/
@ -26,7 +26,7 @@ RUN_DEPENDS= devel/libvirt-glib \
net/py-ipaddr \
sysutils/libvirt-python \
textproc/libxml,-python \
www/py-urlgrabber \
www/py-requests \
x11/gtk-vnc \
x11/spice-gtk
@ -41,6 +41,9 @@ RUN_DEPENDS += devel/desktop-file-utils \
MODPY_ADJ_FILES= virt-clone virt-convert virt-install virt-manager \
virt-xml
MODPY_SETUP_ARGS = --no-update-icon-cache \
--no-compile-schemas
pre-configure:
${SUBST_CMD} ${WRKSRC}/virtcli/cliconfig.py \
${WRKSRC}/virtinst/capabilities.py

View File

@ -1,2 +1,2 @@
SHA256 (virt-manager-1.2.1.tar.gz) = dLuoDnLl4bTYTx1bchG4dOnErgCgpEFJ0XIayrOM5r4=
SIZE (virt-manager-1.2.1.tar.gz) = 2524812
SHA256 (virt-manager-1.3.0.tar.gz) = puvsDdaVsZV3jF1xDHtvHNKNPMuLEo+gBu67NbFWoxU=
SIZE (virt-manager-1.3.0.tar.gz) = 2564090

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-setup_py,v 1.3 2015/05/06 09:59:14 jasper Exp $
$OpenBSD: patch-setup_py,v 1.4 2015/11/26 20:29:37 jasper Exp $
- Adjust manpath
--- setup.py.orig Mon May 4 18:26:13 2015
+++ setup.py Wed May 6 11:25:41 2015
@@ -595,7 +595,7 @@ setup(
--- setup.py.orig Wed Nov 11 20:49:27 2015
+++ setup.py Thu Nov 26 09:38:42 2015
@@ -647,7 +647,7 @@ distutils.core.setup(
["data/org.virt-manager.virt-manager.convert"]),
("share/virt-manager/ui", glob.glob("ui/*.ui")),

View File

@ -1,13 +1,13 @@
$OpenBSD: patch-virtcli_cliconfig_py,v 1.3 2015/05/06 09:59:14 jasper Exp $
$OpenBSD: patch-virtcli_cliconfig_py,v 1.4 2015/11/26 20:29:37 jasper Exp $
Set correct $PREFIX
--- virtcli/cliconfig.py.orig Mon May 4 20:59:43 2015
+++ virtcli/cliconfig.py Wed May 6 11:29:13 2015
--- virtcli/cliconfig.py.orig Thu Nov 26 09:38:22 2015
+++ virtcli/cliconfig.py Thu Nov 26 09:38:36 2015
@@ -92,7 +92,7 @@ class _CLIConfig(object):
self.gettext_dir = None
self.ui_dir = None
self.icon_dir = None
self.gsettings_dir = None
- self.set_paths_by_prefix(_get_param("prefix", "/usr"),
+ self.set_paths_by_prefix(_get_param("prefix", "${PREFIX}"),
check_source_dir=True)

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-virtinst_capabilities_py,v 1.1 2015/05/06 09:59:14 jasper Exp $
--- virtinst/capabilities.py.orig Wed May 6 11:33:50 2015
+++ virtinst/capabilities.py Wed May 6 11:33:57 2015
@@ -52,7 +52,7 @@ class _CPUMapFileValues(XMLBuilder):
$OpenBSD: patch-virtinst_capabilities_py,v 1.2 2015/11/26 20:29:37 jasper Exp $
--- virtinst/capabilities.py.orig Wed Nov 4 22:09:32 2015
+++ virtinst/capabilities.py Thu Nov 26 09:38:42 2015
@@ -54,7 +54,7 @@ class _CPUMapFileValues(XMLBuilder):
cpu_map.xml
"""
# This is overwritten as part of the test suite
@ -9,4 +9,4 @@ $OpenBSD: patch-virtinst_capabilities_py,v 1.1 2015/05/06 09:59:14 jasper Exp $
+ _cpu_filename = "${LOCALBASE}/share/libvirt/cpu_map.xml"
def __init__(self, conn):
xml = file(self._cpu_filename).read()
if os.path.exists(self._cpu_filename):

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2015/05/06 09:59:14 jasper Exp $
@comment $OpenBSD: PLIST,v 1.4 2015/11/26 20:29:37 jasper Exp $
bin/virt-clone
bin/virt-convert
bin/virt-install
@ -158,6 +158,7 @@ share/virt-manager/virtManager/createinterface.py
share/virt-manager/virtManager/createnet.py
share/virt-manager/virtManager/createpool.py
share/virt-manager/virtManager/createvol.py
share/virt-manager/virtManager/dbusapi.py
share/virt-manager/virtManager/delete.py
share/virt-manager/virtManager/details.py
share/virt-manager/virtManager/domain.py
@ -244,6 +245,7 @@ share/virt-manager/virtinst/osdict.py
share/virt-manager/virtinst/osxml.py
share/virt-manager/virtinst/pm.py
share/virt-manager/virtinst/pollhelpers.py
share/virt-manager/virtinst/progress.py
share/virt-manager/virtinst/seclabel.py
share/virt-manager/virtinst/snapshot.py
share/virt-manager/virtinst/storage.py