qemu: switch to python3

This commit is contained in:
Thomas Penteker 2020-02-05 02:19:18 +01:00
parent 5773da1115
commit 6ede76df0e
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Vlx90sXltlS7NmT44cbxoVkUCKC56SbYLvCLrTOOozjM/CBSJbLHFfE4+vgdIoeoe36udnQE7F94+SaM7WmBwk=
SHA256 (Pkgfile) = acd163be9cd52c8ceb47de380098adc74a1e1a5caccf5da4384af6b601a9bd90
RWSE3ohX2g5d/V1wWpFmBDiWeubIRD5gZcX4xwsMFsLwn8cQecCHGVRio6TncAndnKghW6le6BJlSLYsAx9CzjklrsxGjUEqsQg=
SHA256 (Pkgfile) = f2f43fa2e20e0f2b396aff633fac5a0639f30621dac0c927c98e79fbe481764c
SHA256 (.footprint) = 2345b65afef6e00868a64051a34cd39fff673b1e265ca63df933b25cb9cd5edc
SHA256 (qemu-4.2.0.tar.bz2) = 3cf4f3f73233a12211a045f07eef467fdc7bf3877568cd0c8a0cf36121da9fbd

View File

@ -1,12 +1,12 @@
# Description: Fast CPU emulator and virtualizer for the x86 platform
# URL: http://www.qemu-project.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libsdl glib xorg-libpixman
# Depends on: libsdl glib xorg-libpixman python3
# Optional: libseccomp libiscsi libusb usbredir spice
name=qemu
version=4.2.0
release=1
release=2
source=(http://wiki.qemu-project.org/download/qemu-$version.tar.bz2)
build() {
@ -21,6 +21,7 @@ build() {
--libexecdir=/usr/lib/qemu \
--disable-gtk \
--localstatedir=/var \
--python=/usr/bin/python3 \
--target-list=x86_64-linux-user,i386-linux-user,i386-softmmu,x86_64-softmmu
# fix include issues with libcap