summaryrefslogtreecommitdiff
path: root/extra/qemu
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-18 03:27:14 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-18 03:27:14 +0000
commit98a1f878b081b5890e36d6c2ede636b10c0c64aa (patch)
tree4feea51a16f535dd32bc28c92667bbfc95913552 /extra/qemu
parent6459b84bf754eda5323f40eb7af76dde65b63251 (diff)
Wed Jun 18 03:22:40 UTC 2014
Diffstat (limited to 'extra/qemu')
-rw-r--r--extra/qemu/PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD
index ab5b8a8ab..27d16be6e 100644
--- a/extra/qemu/PKGBUILD
+++ b/extra/qemu/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 212784 2014-05-15 06:48:51Z tpowa $
+# $Id: PKGBUILD 215254 2014-06-17 15:51:51Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=('qemu' 'libcacard')
pkgver=2.0.0
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
url="http://wiki.qemu.org/Index.html"
@@ -54,6 +54,12 @@ package_qemu() {
rm "${pkgdir}/usr/share/qemu/bios.bin"
rm "${pkgdir}/usr/share/qemu/acpi-dsdt.aml"
rm "${pkgdir}/usr/share/qemu/q35-acpi-dsdt.aml"
+ rm "${pkgdir}/usr/share/qemu/bios-256k.bin"
+ rm "${pkgdir}/usr/share/qemu/vgabios-cirrus.bin"
+ rm "${pkgdir}/usr/share/qemu/vgabios-qxl.bin"
+ rm "${pkgdir}/usr/share/qemu/vgabios-stdvga.bin"
+ rm "${pkgdir}/usr/share/qemu/vgabios-vmware.bin"
+
# remove conflicting /var/run directory
rm -r "${pkgdir}/var"
install -D -m644 "${srcdir}/65-kvm.rules" \