summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBugMaze2016-04-29 16:59:54 +0300
committerBugMaze2016-04-29 16:59:54 +0300
commit3c01d5623f069e53bd678cf7b9445b98db8933db (patch)
treebaf57e3ac9b519b1d9a2ffe5989d60f3590aeef7
parent07d8d9f4eaee3ef71758a85eaa1cbc623053a9bd (diff)
downloadaur-3c01d5623f069e53bd678cf7b9445b98db8933db.tar.gz
Updating the package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c381e7afeebe..4044e1de3892 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -37,6 +37,7 @@ pkgname = qemu-minimal-git
depends = pixman
depends = gnutls
depends = dtc
+ depends = spice
optdepends = ovmf: Tianocore UEFI firmware for qemu
optdepends = samba: SMB/CIFS server support
optdepends = qemu-arch-extra-git: extra architectures support
diff --git a/PKGBUILD b/PKGBUILD
index 07f6605953d8..ca55f008c54f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,14 +53,14 @@ build() {
--disable-docs --libexecdir=/usr/lib/qemu \
--disable-gtk --disable-snappy --disable-lzo --enable-linux-aio --enable-seccomp \
--localstatedir=/var \
- --enable-tpm \
+ --enable-tpm --enable-spice \
--enable-modules --enable-curl
make V=99
}
package() {
pkgdesc='A generic and open source processor emulator. This is a stripped-down version for running on a headless server. It does not install extra arches either.'
- depends=('pixman' 'gnutls' 'dtc')
+ depends=('pixman' 'gnutls' 'dtc' 'spice')
optdepends=('ovmf: Tianocore UEFI firmware for qemu'
'samba: SMB/CIFS server support'
'qemu-arch-extra-git: extra architectures support'