[arch-commits] Commit in qemu-kvm/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Tue May 8 10:22:15 UTC 2012


    Date: Tuesday, May 8, 2012 @ 06:22:14
  Author: tpowa
Revision: 158720

upgpkg: qemu-kvm 1.0.1-3

depend on new seabios package

Modified:
  qemu-kvm/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-08 10:17:35 UTC (rev 158719)
+++ PKGBUILD	2012-05-08 10:22:14 UTC (rev 158720)
@@ -2,13 +2,13 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=qemu-kvm
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Latest KVM QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation."
 arch=(i686 x86_64)
 license=('GPL2' 'LGPL2.1')
 url="http://www.linux-kvm.org"
-depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux' 'libpulse')
-makedepends=('git' 'iasl' 'texi2html' 'perl' 'python2')
+depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux' 'libpulse' 'seabios')
+makedepends=('texi2html' 'perl' 'python2')
 backup=('etc/qemu/target-x86_64.conf')
 install=qemu-kvm.install
 conflicts=('qemu')
@@ -29,26 +29,13 @@
                 --audio-card-list=ac97,sb16,es1370,hda \
                 --enable-docs
     make
-
-    # Use latest seabios version
-    # https://bugs.archlinux.org/task/27616
-    cd "${srcdir}/"
-    git clone git://git.seabios.org/seabios.git
-    cd seabios
-    #find 'tools/' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-    sed -i -e 's/python/python2/g' Makefile
-    make clean
-    make
 }
 
 package()
 {
     cd "${srcdir}/${pkgname}-${pkgver}"
     make DESTDIR="${pkgdir}" install
-    
-    # Use latest seabios version
-    # https://bugs.archlinux.org/task/27616
-    cp "${srcdir}/seabios/out/bios.bin" "${pkgdir}/usr/share/qemu/bios.bin"
+    rm "${pkgdir}/usr/share/qemu/bios.bin"
 
     # symbolic link for backwards compatibility
     ln -s qemu-system-x86_64 "${pkgdir}/usr/bin/qemu-kvm"




More information about the arch-commits mailing list