Date: Thursday, December 20, 2012 @ 03:25:41 Author: tpowa Revision: 173522
upgpkg: qemu 1.3.0-1 replace qemu-kvm, added mixemu Modified: qemu/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-12-20 08:25:27 UTC (rev 173521) +++ PKGBUILD 2012-12-20 08:25:41 UTC (rev 173522) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=qemu -pkgver=1.2.1 +pkgver=1.3.0 pkgrel=1 pkgdesc="A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation." arch=('i686' 'x86_64') @@ -13,6 +13,7 @@ install=qemu.install source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2 65-kvm.rules) +replaces=('qemu-kvm') options=(!strip) build() @@ -22,7 +23,7 @@ ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,pa \ --python=/usr/bin/python2 \ --audio-card-list=ac97,sb16,es1370,hda \ - --enable-docs + --enable-docs --enable-mixemu --libexecdir=/usr/lib/qemu make } @@ -33,6 +34,9 @@ install -D -m644 "${srcdir}/65-kvm.rules" \ "${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules" + # bridge_helper needs suid + # https://bugs.archlinux.org/task/32565 + chmod u+s "${pkgdir}/usr/lib/qemu/qemu-bridge-helper" # strip scripts directory find "${pkgdir}/usr/src/linux-${_kernver}/scripts" -type f -perm -u+w 2>/dev/null | while read binary ; do case "$(file -bi "$binary")" in @@ -42,5 +46,6 @@ done } -md5sums=('189bc5b87281a72f8c72a0f7ebaa6d00' + +md5sums=('a4030ddd2ba324152a97d65d3c0b247d' 'b316a066d2f1bb57d8f5b7ea1d0d1caf')
