Date: Monday, July 8, 2013 @ 22:09:16 Author: tpowa Revision: 189827 upgpkg: qemu 1.5.1-2
removed broken gtk support Modified: qemu/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-08 19:11:43 UTC (rev 189826) +++ PKGBUILD 2013-07-08 20:09:16 UTC (rev 189827) @@ -2,16 +2,16 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=qemu pkgver=1.5.1 -pkgrel=1 +pkgrel=2 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') url="http://wiki.qemu.org/Index.html" -makedepends=('texi2html' 'perl' 'python2' 'gtk3' 'vte3') +makedepends=('texi2html' 'perl' 'python2') depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl' 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp' - 'libiscsi' 'gtk3' 'vte3') + 'libiscsi') backup=('etc/qemu/target-x86_64.conf') install=qemu.install source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2 @@ -21,11 +21,12 @@ build () { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgname}-${pkgver}" + # gtk gui breaks keymappings at the moment ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list='pa alsa sdl'\ --python=/usr/bin/python2 --smbd=/usr/bin/smbd \ - --enable-docs --enable-mixemu --libexecdir=/usr/lib/qemu \ - --enable-gtk --with-gtkabi=3.0 --enable-linux-aio --enable-seccomp + --enable-mixemu --libexecdir=/usr/lib/qemu \ + --disable-gtk --enable-linux-aio --enable-seccomp make }
