summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBugMaze2017-05-31 12:13:26 +0300
committerBugMaze2017-05-31 12:13:26 +0300
commitd0797fa184c4fa90d07712d45177b59947ab49c7 (patch)
treee9accec821d37e30d5f7e1c75f9efc017825ed43
parent6c52100276ecdda081c402b7a969b17307639773 (diff)
downloadaur-d0797fa184c4fa90d07712d45177b59947ab49c7.tar.gz
Updating the package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e62a439025b..4605d7dd6f04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qemu-minimal-git
pkgver = 2.9.0.r53387.9964e96dc9
- pkgrel = 2
+ pkgrel = 3
url = http://wiki.qemu.org/
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = qemu-minimal-git
makedepends = pixman
makedepends = spice
makedepends = spice-protocol
+ makedepends = sdl2
makedepends = gnutls
makedepends = util-linux
makedepends = curl
@@ -45,6 +46,7 @@ pkgname = qemu-minimal-git
depends = jemalloc
depends = spice
depends = spice-protocol
+ depends = sdl2
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 6124bd1cb436..2971c0ceefff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ pkgbase=('qemu-minimal-git')
_gitname=qemu
pkgname=('qemu-minimal-git')
pkgver=2.9.0.r53387.9964e96dc9
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
url='http://wiki.qemu.org/'
-makedepends=('glib2' 'pixman' 'spice' 'spice-protocol'
+makedepends=('glib2' 'pixman' 'spice' 'spice-protocol' 'sdl2'
'gnutls' 'util-linux' 'curl' 'libsasl'
'libcap-ng' 'libaio' 'libseccomp'
'python2' 'usbredir' 'lzo'
@@ -53,7 +53,7 @@ build() {
--disable-docs --libexecdir=/usr/lib/qemu \
--disable-gtk --enable-linux-aio --enable-seccomp \
--localstatedir=/var \
- --enable-tpm --enable-curl \
+ --enable-tpm --enable-curl --enable-sdl \
--enable-modules --enable-spice --disable-werror --enable-jemalloc \
--target-list=x86_64-softmmu --disable-libiscsi --disable-bluez
make V=99
@@ -61,7 +61,7 @@ build() {
package() {
pkgdesc='A generic and open source processor emulator. This is a stripped-down version for running on a headless server. Contains x86_64 emulator only.'
- depends=('gnutls' 'dtc' 'usbredir' 'lzo' 'jemalloc' 'spice' 'spice-protocol')
+ depends=('gnutls' 'dtc' 'usbredir' 'lzo' 'jemalloc' 'spice' 'spice-protocol' 'sdl2')
optdepends=('ovmf: Tianocore UEFI firmware for qemu'
'samba: SMB/CIFS server support'
'qemu-arch-extra-git: extra architectures support'