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

Tobias Powalowski tpowa at nymeria.archlinux.org
Tue Apr 16 07:39:58 UTC 2013


    Date: Tuesday, April 16, 2013 @ 09:39:57
  Author: tpowa
Revision: 182924

upgpkg: qemu 1.4.1-1

bump to latest version

Modified:
  qemu/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-16 07:16:05 UTC (rev 182923)
+++ PKGBUILD	2013-04-16 07:39:57 UTC (rev 182924)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=qemu
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="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')
@@ -17,13 +17,18 @@
 replaces=('qemu-kvm')
 options=(!strip)
 
-build()
+prepare()
 {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i -e 's/lib64/lib/g' ldscripts/x86_64.ld
   # fix building with tex version 5.0
   # https://bugs.launchpad.net/qemu/+bug/1130533
   patch -Np1 -i ${srcdir}/doc-fix-sheepdog-invalid-texi-table-list-syntax.patch
+}
+
+build ()
+{
+  cd "${srcdir}/${pkgname}-${pkgver}"  
   ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,pa \
               --python=/usr/bin/python2 \
               --audio-card-list=ac97,sb16,es1370,hda \
@@ -52,6 +57,6 @@
     done
 
 }
-md5sums=('78f13b774814b6b7ebcaf4f9b9204318'
+md5sums=('eb2d696956324722b5ecfa46e41f9a75'
          'b431782f310bfc6af4ef21a8068f866b'
          'b316a066d2f1bb57d8f5b7ea1d0d1caf')




More information about the arch-commits mailing list