Search Criteria
Package Details: aqemu-git v0.9.2.r101.g34ca8ce-1
Git Clone URL: | https://aur.archlinux.org/aqemu-git.git (read-only, click to copy) |
---|---|
Package Base: | aqemu-git |
Description: | QEMU GUI written in Qt (Qt5 rewrite) |
Upstream URL: | https://github.com/tobimensch/aqemu |
Licenses: | |
Conflicts: | |
Submitter: | fordprefect |
Maintainer: | fordprefect |
Last Packager: | fordprefect |
Votes: | 4 |
Popularity: | 0.008402 |
First Submitted: | 2016-04-29 19:08 |
Last Updated: | 2020-05-04 19:26 |
Dependencies (6)
- libvncserver (libvncserver-git)
- qemu (qemu-60fps, qemu-pinning-headless, qemu-pinning-headless-arch-extra, qemu-pinning-block-iscsi, qemu-pinning-block-rbd, qemu-pinning-block-gluster, qemu-pinning-guest-agent, qemu-headless-templeos, qemu-headless-arch-extra-templeos, qemu-block-iscsi-templeos, qemu-block-rbd-templeos, qemu-block-gluster-templeos, qemu-guest-agent-templeos, qemu-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (make)
Latest Comments
FredBezies commented on 2020-05-04 15:58
Ninja is required to build this software.
https://github.com/tobimensch/aqemu
Example how to build using meson/ninja:
Fixed and tested PKGBUILD:
fordprefect commented on 2019-04-08 15:33
@smit_17: vcs-packages don't receive updates via AUR, the version shown here does not reflect the version you get when building the package. It reflects the version it was tested against when the PKGBUILD was last updated. As a user, you are responsible for VCS package updates yourself.
Smit_17 commented on 2019-04-08 15:26
I thing one should use https://github.com/master3553/aqemu branch as it fixes major bug at the time of this comment
pmattern commented on 2017-03-02 22:08
A maintainer tag is missing. Packages which are stated as runtime dependency are automatically considered a build time dependency as well and hence should not be explicitly stated as such. Package git on the other hand is missing as a build dependency. A variable QT_QMAKE_EXECUTABLE is no longer used and should be dropped. The indentation of line package() doesn't do any harm but looks odd. In 65de6ae a man page is included as usual so line 'touch [...]' in package() can be removed as well.