mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/qemu to 2.7.0-2.1
This commit is contained in:
parent
b80803413f
commit
53959117be
1 changed files with 4 additions and 5 deletions
|
@ -3,8 +3,7 @@
|
|||
# Contributor: Sébastien "Seblu" Luttringer <seblu@seblu.net>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove seabios depend, revert not installing qemu seabios files
|
||||
# - remove numactl and spice (make)depends
|
||||
# - remove numactl and seabios _headlessdeps, revert not installing qemu seabios files
|
||||
# - define ARM _corearchs
|
||||
|
||||
buildarch=28
|
||||
|
@ -14,14 +13,14 @@ pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
|
|||
qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
|
||||
pkgdesc="A generic and open source machine emulator and virtualizer"
|
||||
pkgver=2.7.0
|
||||
pkgrel=2
|
||||
pkgrel=2.1
|
||||
arch=(i686 x86_64)
|
||||
license=(GPL2 LGPL2.1)
|
||||
url="http://wiki.qemu.org/"
|
||||
_headlessdeps=(gnutls libpng libaio jemalloc xfsprogs libnfs
|
||||
lzo snappy curl vde2 libcap-ng usbredir)
|
||||
lzo snappy curl vde2 libcap-ng spice usbredir)
|
||||
depends=(virglrenderer sdl2 vte3 brltty "${_headlessdeps[@]}")
|
||||
makedepends=(python2 ceph libiscsi glusterfs)
|
||||
makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
|
||||
source=("$url/download/${pkgname}-${pkgver}.tar.bz2"
|
||||
qemu.sysusers
|
||||
qemu-ga.service
|
||||
|
|
Loading…
Reference in a new issue