[arch-commits] CVS update of extra/emulators/qemu (PKGBUILD qemu.install)

Tobias Powalowski tpowa at archlinux.org
Thu Oct 4 17:48:00 UTC 2007


    Date: Thursday, October 4, 2007 @ 13:47:59
  Author: tpowa
    Path: /home/cvs-extra/extra/emulators/qemu

Modified: PKGBUILD (1.11 -> 1.12) qemu.install (1.2 -> 1.3)

'upgpgk: added missing kvm support on x64'


--------------+
 PKGBUILD     |    6 +++---
 qemu.install |    6 +++++-
 2 files changed, 8 insertions(+), 4 deletions(-)


Index: extra/emulators/qemu/PKGBUILD
diff -u extra/emulators/qemu/PKGBUILD:1.11 extra/emulators/qemu/PKGBUILD:1.12
--- extra/emulators/qemu/PKGBUILD:1.11	Mon Sep  3 15:23:16 2007
+++ extra/emulators/qemu/PKGBUILD	Thu Oct  4 13:47:59 2007
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD,v 1.11 2007/09/03 19:23:16 paul Exp $
+# $Id: PKGBUILD,v 1.12 2007/10/04 17:47:59 tpowa Exp $
 # Maintainer: Thomas B�chler <thomas at archlinux.org>
 pkgname=qemu
 pkgver=0.9.0
-pkgrel=5
+pkgrel=6
 pkgdesc="QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation."
 arch=(i686 x86_64)
 license=('GPL')
 url="http://fabrice.bellard.free.fr/qemu/"
-depends=('sdl' 'alsa-lib' 'zlib')
+depends=('sdl' 'alsa-lib' 'zlib' 'e2fsprogs')
 makedepends=('gcc34')
 install=qemu.install
 source=(http://fabrice.bellard.free.fr/qemu/${pkgname}-${pkgver}.tar.gz \
Index: extra/emulators/qemu/qemu.install
diff -u extra/emulators/qemu/qemu.install:1.2 extra/emulators/qemu/qemu.install:1.3
--- extra/emulators/qemu/qemu.install:1.2	Mon Sep  3 15:23:16 2007
+++ extra/emulators/qemu/qemu.install	Thu Oct  4 13:47:59 2007
@@ -7,7 +7,11 @@
   echo ">>> PLEASE READ FOR KVM USAGE!"
   echo ">>>  Load the correct KVM module, you will need a KVM capable CPU!"
   echo ">>>  Add yourself to the group 'kvm'."
-  echo ">>>  Use 'qemu-kvm' to use KVM."
+  if [ "$(uname -m)" = "x86_64" ] ; then
+  	echo ">>>  Use 'qemu-system-x86_64-kvm' to use KVM."
+  else
+  	echo ">>>  Use 'qemu-kvm' to use KVM."
+  fi
   echo""
   echo ">>> PLEASE READ FOR KQEMU USAGE!"
   echo ">>> You need to install the 'kqemu' package for your kernel."




More information about the arch-commits mailing list