mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qemu to 6.2.0-1
This commit is contained in:
parent
8ab4c03c73
commit
163062ea38
1 changed files with 4 additions and 9 deletions
|
@ -19,8 +19,8 @@ pkgname=(
|
|||
qemu-guest-agent
|
||||
)
|
||||
pkgdesc="A generic and open source machine emulator and virtualizer"
|
||||
pkgver=6.1.0
|
||||
pkgrel=5
|
||||
pkgver=6.2.0
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
license=(GPL2 LGPL2.1)
|
||||
url="https://wiki.qemu.org/"
|
||||
|
@ -83,12 +83,10 @@ makedepends=(
|
|||
zstd
|
||||
)
|
||||
source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
|
||||
fix_unix_sockets.diff::https://gitlab.com/qemu-project/qemu/-/commit/118d527f2e4baec5fe8060b22a6212468b8e4d3f.diff
|
||||
qemu-guest-agent.service
|
||||
65-kvm.rules)
|
||||
sha512sums=('3378ae21c75b77ee6a759827f1fcf7b2a50a0fef07e3b0e89117108022a8d8655fa977e4d65596f4f24f7c735c6594d44b0c6f69732ea4465e88a7406b1d5d3c'
|
||||
sha512sums=('e9f8231c9e1cfcc41cb47f10a55d63f6b8aee307af00cf6acf64acb7aa4f49fa7e9d6330703a2abea15d8b7bbaba7d3cb08c83edd98d82642367b527df730817'
|
||||
'SKIP'
|
||||
'a87b0da1d49b4d17e9128544c2b0f00f1ac5242adc7fd9e8c9efd24ab6791ed702b2a0866383d31c1bff3259c281c95a60a96453ad998256a8b133cfd7107a59'
|
||||
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
|
||||
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
|
||||
validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584') # Michael Roth <flukshun@gmail.com>
|
||||
|
@ -103,14 +101,11 @@ esac
|
|||
prepare() {
|
||||
mkdir build-{full,headless}
|
||||
mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
|
||||
|
||||
cd ${pkgname}-${pkgver}
|
||||
patch -p1 < ../fix_unix_sockets.diff # FS#72115
|
||||
}
|
||||
|
||||
build() {
|
||||
_build full \
|
||||
--audio-drv-list="pa alsa sdl jack"
|
||||
--audio-drv-list="pa,alsa,sdl,jack"
|
||||
|
||||
_build headless \
|
||||
--audio-drv-list= \
|
||||
|
|
Loading…
Reference in a new issue