ports/opt (3.5): [notify] qemu: add missing dependency libxkbcommon to fix footprint missing file
commit 0065400433ce444f9bcf026e87a19e9497e30dda Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat May 30 17:38:52 2020 +1000 [notify] qemu: add missing dependency libxkbcommon to fix footprint missing file 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 \
participants (1)
-
crux@crux.nu