summaryrefslogtreecommitdiff
path: root/qemu
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-05-30 17:38:52 +1000
committerDanny Rawlins <monster.romster@gmail.com>2020-05-30 17:38:52 +1000
commit0065400433ce444f9bcf026e87a19e9497e30dda (patch)
tree84f65354f44dcdbbf00d2f217927e6f688b25bf7 /qemu
parent0b2fed2d56b23eeac0a842e40c3ed6b11e35a392 (diff)
downloadopt-0065400433ce444f9bcf026e87a19e9497e30dda.tar.gz
opt-0065400433ce444f9bcf026e87a19e9497e30dda.tar.xz
[notify] qemu: add missing dependency libxkbcommon to fix footprint missing file
Diffstat (limited to 'qemu')
-rw-r--r--qemu/.signature4
-rw-r--r--qemu/Pkgfile3
2 files changed, 3 insertions, 4 deletions
diff --git a/qemu/.signature b/qemu/.signature
index 90d469aad..e8f2dc65d 100644
--- a/qemu/.signature
+++ b/qemu/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/eG20sPjNqY61DQCSHuhzGReFvQ0hrOa/NG6HsLX7qPVK6rKThMyjLgOwie72Fy2Ru952PCUR+WBpGtmRgLt7A0=
-SHA256 (Pkgfile) = bf5eac91dbf395099e0b96175fe9948372665eef2d1b4bff7c45975e14d7ed7d
+RWSE3ohX2g5d/cVQtJ7xiBpQnvlu17IZiV+vy0O65XEiP5rWB03PrgHsRcVkYQ8vonP+zTJI8Z6+tfUW8JIDJYtUkcy56DLm6gs=
+SHA256 (Pkgfile) = efbd494a4d5a73f1577b1e4c0f5787b231a6dd1ae5ad554f27b0b0c4e59babcd
SHA256 (.footprint) = 2345b65afef6e00868a64051a34cd39fff673b1e265ca63df933b25cb9cd5edc
SHA256 (qemu-4.2.0.tar.bz2) = 3cf4f3f73233a12211a045f07eef467fdc7bf3877568cd0c8a0cf36121da9fbd
diff --git a/qemu/Pkgfile b/qemu/Pkgfile
index d34066497..ca16adc1e 100644
--- a/qemu/Pkgfile
+++ b/qemu/Pkgfile
@@ -1,7 +1,7 @@
# Description: Fast CPU emulator and virtualizer for the x86 platform
# URL: http://www.qemu-project.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: libsdl glib xorg-libpixman python3
+# Depends on: glib libsdl xorg-libpixman libxkbcommon
# Optional: libseccomp libiscsi libusb usbredir spice
name=qemu
@@ -10,7 +10,6 @@ release=2
source=(http://wiki.qemu-project.org/download/qemu-$version.tar.bz2)
build() {
-
cd $name-$version
./configure --prefix=/usr \

Generated by cgit