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

Tobias Powalowski tpowa at archlinux.org
Sun Oct 31 08:43:21 UTC 2010


    Date: Sunday, October 31, 2010 @ 04:43:21
  Author: tpowa
Revision: 97524

upgpkg: qemu-kvm 0.13.0-1
bump to latest version added kvm symlink

Modified:
  qemu-kvm/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-31 08:42:30 UTC (rev 97523)
+++ PKGBUILD	2010-10-31 08:43:21 UTC (rev 97524)
@@ -1,14 +1,15 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=qemu-kvm
-pkgver=0.12.5
+pkgver=0.13.0
 pkgrel=1
 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=('libsasl' 'curl' 'sdl' 'alsa-lib' 'esound' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng')
+depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'esound' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng')
 makedepends=('texi2html' 'perl')
+backup=('etc/qemu/target-x86_64.conf')
 install=qemu-kvm.install
 conflicts=('qemu')
 provides=('qemu')
@@ -21,15 +22,18 @@
     cd ${srcdir}/${pkgname}-${pkgver}
     # fix esound building
     ./configure --prefix=/usr \
+                --sysconfdir=/etc \
                 --audio-drv-list=alsa,sdl,oss,esd \
                 --audio-card-list=ac97,sb16,es1370,adlib \
-                --enable-docs || return 1
-    make || return 1
-    make DESTDIR=${pkgdir} install || return 1
+                --enable-docs
+    make
+    make DESTDIR=${pkgdir} install
     # symbolic link for backwards compatibility
     ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/qemu-kvm
     # symbolic link for to qemu binary for emulator apps
     ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/qemu
+    # symbolic link for to qemu binary for emulator apps
+    ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/kvm
     # fix man page
     mv ${pkgdir}/usr/share/man/man1/qemu.1 \
                      ${pkgdir}/usr/share/man/man1/qemu-kvm.1
@@ -37,5 +41,5 @@
     install -D -m644 ${srcdir}/65-kvm.rules \
                      ${pkgdir}/lib/udev/rules.d/65-kvm.rules
 }
-md5sums=('c7303c30432dc4eb0a39bb85a9d15cc9'
+md5sums=('68d100da381284a3dee486d3b9690e6d'
          'b316a066d2f1bb57d8f5b7ea1d0d1caf')




More information about the arch-commits mailing list