View | Details | Raw Unified | Return to bug 199108
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libvirt.so:${PORTSDIR}/devel/libvirt
15
LIB_DEPENDS=	libvirt.so:${PORTSDIR}/devel/libvirt
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.83.2:${PORTSDIR}/devel/py-dbus \
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.83.2:${PORTSDIR}/devel/py-dbus \
17
		${PYTHON_PKGNAMEPREFIX}libxml2>=2.7.8:${PORTSDIR}/textproc/py-libxml2 \
17
		${PYTHON_PKGNAMEPREFIX}libxml2>=2.7.8:${PORTSDIR}/textproc/py-libxml2 \
18
		${PYTHON_PKGNAMEPREFIX}vte>=0.26.2:${PORTSDIR}/x11-toolkits/py-vte \
18
		vte3>=0:${PORTSDIR}/x11-toolkits/vte3 \
19
		${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr \
19
		${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr \
20
		${PYTHON_PKGNAMEPREFIX}urlgrabber>=0:${PORTSDIR}/www/py-urlgrabber \
20
		${PYTHON_PKGNAMEPREFIX}urlgrabber>=0:${PORTSDIR}/www/py-urlgrabber \
21
		${PYTHON_PKGNAMEPREFIX}libvirt>=0:${PORTSDIR}/devel/py-libvirt \
21
		${PYTHON_PKGNAMEPREFIX}libvirt>=0:${PORTSDIR}/devel/py-libvirt \
Lines 22-28 Link Here
22
		gtk-vnc>=0.4.4:${PORTSDIR}/net/gtk-vnc \
22
		gtk-vnc>=0.4.4:${PORTSDIR}/net/gtk-vnc \
23
		libvirt-glib>=0.1.9:${PORTSDIR}/devel/libvirt-glib \
23
		libvirt-glib>=0.1.9:${PORTSDIR}/devel/libvirt-glib \
24
		libosinfo>=0:${PORTSDIR}/devel/libosinfo \
24
		libosinfo>=0:${PORTSDIR}/devel/libosinfo \
25
		${PYTHON_PKGNAMEPREFIX}spice-gtk>=0.26:${PORTSDIR}/deskutils/py-spice-gtk
25
		spice-gtk>=0.26:${PORTSDIR}/deskutils/spice-gtk
26
26
27
PYDISTUTILS_INSTALLNOSINGLE=	yes
27
PYDISTUTILS_INSTALLNOSINGLE=	yes
28
PYDISTUTILS_CONFIGURE_TARGET=	configure
28
PYDISTUTILS_CONFIGURE_TARGET=	configure
(-)files/patch-virtManager_serialcon.py (+21 lines)
Line 0 Link Here
1
From edf9bf0aad2319c3df58d36fb89266fa4c6e8429 Mon Sep 17 00:00:00 2001
2
From: Cole Robinson <crobinso@redhat.com>
3
Date: Fri, 19 Sep 2014 20:35:06 -0400
4
Subject: serialcon: Drop use of yet more removed API
5
6
7
diff --git virtManager/serialcon.py virtManager/serialcon.py
8
index f217406..73e76a6 100644
9
--- virtManager/serialcon.py
10
+++ virtManager/serialcon.py
11
@@ -326,7 +326,6 @@ class vmmSerialConsole(vmmGObject):
12
         self.terminal = Vte.Terminal()
13
         self.terminal.set_scrollback_lines(1000)
14
         self.terminal.set_audible_bell(False)
15
-        self.terminal.set_visible_bell(True)
16
 
17
         self.terminal.connect("button-press-event", self.show_serial_rcpopup)
18
         self.terminal.connect("commit", self.console.send_data, self.terminal)
19
-- 
20
cgit v0.10.2
21

Return to bug 199108