testing/virt-manager: add vnc and spice deps

and default to spice
This commit is contained in:
Natanael Copa 2012-07-13 12:10:29 +00:00
parent e3be66cd6d
commit 585ca7a3d8

View File

@ -2,13 +2,13 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=virt-manager
pkgver=0.9.3
pkgrel=0
pkgrel=1
pkgdesc="GUI for managing virtual machines"
url="http://virt-manager.et.redhat.com/"
arch="noarch"
license="GPL2+"
depends="gconf gtk-vnc librsvg libvirt libxml2 py-dbus py-gnome-gconf python
rarian virtinst vte py-urlgrabber"
rarian virtinst vte py-urlgrabber py-gtk-vnc py-spice-gtk"
depends_dev="intltool"
makedepends="$depends_dev"
install=
@ -27,6 +27,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--with-default-graphics=spice \
|| return 1
make || return 1
}