Package Details: quickemu-git 4.9.7.r58.g78b938f-1

Git Clone URL: https://aur.archlinux.org/quickemu-git.git (read-only, click to copy)
Package Base: quickemu-git
Description: Quickly create and run optimised Windows, macOS and Linux desktop virtual machines
Upstream URL: https://github.com/quickemu-project/quickemu
Licenses: MIT
Conflicts: quickemu
Provides: quickemu
Submitter: PencilShavings
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 6
Popularity: 0.125914
First Submitted: 2021-08-02 19:09 (UTC)
Last Updated: 2025-10-09 22:01 (UTC)

Pinned Comments

FabioLolix commented on 2024-10-07 15:28 (UTC)

Pkgbuild is hosted here for PR/MR: https://github.com/FabioLolix/PKGBUILD-AUR_fix

Latest Comments

1 2 3 Next › Last »

owarai commented on 2025-09-26 07:40 (UTC) (edited on 2025-09-26 07:41 (UTC) by owarai)

The short commit hash length sometimes alternates between 7 and 8 characters, causing paru to detect false updates.

How about Pinning to 8 chars to make pkgver stable.

like this:

-  git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+  git describe --long --tags --abbrev=8 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'

FabioLolix commented on 2025-09-24 21:00 (UTC)

the pandoc error continue to never happening to me 1 which seems unusual since include pandoc-man.mk is right there, anyway since the manpages are already included in the repo I have just removed the pandoc invocation

fh0 commented on 2025-09-24 09:05 (UTC) (edited on 2025-09-24 09:30 (UTC) by fh0)

@FabioLolix it does not build without pandoc and it has a dependency on pandoc:

[...]
==> Updated version: quickemu-git 4.9.7.r58.g78b938fa-1
==> Sources are ready.
==> Making package: quickemu-git 4.9.7.r58.g78b938fa-1 (Mi 24 Sep 2025 11:01:19 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
install -d /home/fho/.cache/yay/quickemu-git/pkg/quickemu-git/usr/bin
install -m 755 ../quickget /home/fho/.cache/yay/quickemu-git/pkg/quickemu-git/usr/bin
install -m 755 ../quickemu /home/fho/.cache/yay/quickemu-git/pkg/quickemu-git/usr/bin
install -m 755 ../quickreport /home/fho/.cache/yay/quickemu-git/pkg/quickemu-git/usr/bin
install -m 755 ../chunkcheck /home/fho/.cache/yay/quickemu-git/pkg/quickemu-git/usr/bin
pandoc --standalone -f gfm+definition_lists --to man -o quickemu.1 quickemu.1.md
make: pandoc: No such file or directory
make: *** [pandoc-man.mk:7: quickemu.1] Error 127

Fix is here: https://github.com/FabioLolix/PKGBUILD-AUR_fix/pull/70

FabioLolix commented on 2025-05-20 15:09 (UTC)

@quickbrownfox this pkgbuild don't have a depends or makedepends on pandoc; don't even build docs, just install the man pages which are already in the repo

quickbrownfox commented on 2025-05-20 13:41 (UTC)

Would be cool to have a way to install bins only (make install_bins) without manually editing PKGBUILD. Installing docs requires installing pandoc, which is almost 500MB with all dependencies. Is this possible?

FabioLolix commented on 2025-02-10 18:32 (UTC)

Made some other tries specifying different makejobs and got some fails too, fix is incoming

FabioLolix commented on 2025-02-10 17:52 (UTC)

@xiota can't replicate https://github.com/FabioLolix/buildlogs/commit/43b9390508df270d19c9732b757f6a2ee9dd061b

FabioLolix commented on 2024-12-22 09:58 (UTC)

@earlybird what are you talking about?

earlybird commented on 2024-12-22 08:32 (UTC)

change the pkgbuild here please rather than pointing us to a different place