mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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>
|
# Contributor: Sébastien "Seblu" Luttringer <seblu@seblu.net>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - remove seabios depend, revert not installing qemu seabios files
|
# - remove numactl and seabios _headlessdeps, revert not installing qemu seabios files
|
||||||
# - remove numactl and spice (make)depends
|
|
||||||
# - define ARM _corearchs
|
# - define ARM _corearchs
|
||||||
|
|
||||||
buildarch=28
|
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)
|
qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
|
||||||
pkgdesc="A generic and open source machine emulator and virtualizer"
|
pkgdesc="A generic and open source machine emulator and virtualizer"
|
||||||
pkgver=2.7.0
|
pkgver=2.7.0
|
||||||
pkgrel=2
|
pkgrel=2.1
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
license=(GPL2 LGPL2.1)
|
license=(GPL2 LGPL2.1)
|
||||||
url="http://wiki.qemu.org/"
|
url="http://wiki.qemu.org/"
|
||||||
_headlessdeps=(gnutls libpng libaio jemalloc xfsprogs libnfs
|
_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[@]}")
|
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"
|
source=("$url/download/${pkgname}-${pkgver}.tar.bz2"
|
||||||
qemu.sysusers
|
qemu.sysusers
|
||||||
qemu-ga.service
|
qemu-ga.service
|
||||||
|
|
Loading…
Reference in a new issue