mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/virt-manager: add vnc and spice deps
and default to spice
This commit is contained in:
parent
e3be66cd6d
commit
585ca7a3d8
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user