mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qemu to 2.11.1-2
This commit is contained in:
parent
ded8848ae4
commit
881a957437
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,7 @@ 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.11.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(x86_64)
|
||||
license=(GPL2 LGPL2.1)
|
||||
url="http://wiki.qemu.org/"
|
||||
|
@ -24,11 +24,13 @@ makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
|
|||
source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
|
||||
qemu-ga.service
|
||||
65-kvm.rules
|
||||
remove-problematic-evdev-86-key-from-en-us-keymap.patch
|
||||
allow_elf64.patch)
|
||||
sha256sums=('8a5145d1f8bd2eadc6776f3e13c68cd28d01349e30639bdbcb26ac588d668686'
|
||||
'SKIP'
|
||||
'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
|
||||
'a66f0e791b16b03b91049aac61a25950d93e962e1b2ba64a38c6ad7f609b532c'
|
||||
'3cefabbab32ab21cd3b5a8cc1165c96db0c6c93e7ee8dc9d2ca09be5fb5eccda'
|
||||
'13a6d9e678bdc9e1f051006cfd0555f5a80582368f54c8a1bb5a78ece3832ac4')
|
||||
validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
|
||||
|
||||
|
@ -46,6 +48,7 @@ prepare() {
|
|||
cd ${pkgname}-${pkgver}
|
||||
sed -i 's/vte-2\.90/vte-2.91/g' configure
|
||||
|
||||
patch -p1 < ../remove-problematic-evdev-86-key-from-en-us-keymap.patch
|
||||
patch -p1 < ../allow_elf64.patch
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue