Search Criteria
Package Details: qt-virt-manager 0.72.97-4
Git Clone URL: | https://aur.archlinux.org/qt-virt-manager.git (read-only, click to copy) |
---|---|
Package Base: | qt-virt-manager |
Description: | Qt5 Virtual Machine Manager provides a graphical tool for administering virtual machines for QEMU/KVM, Xen, and LXC and other Virtual Entities. Uses libvirt as the backend management API. |
Upstream URL: | https://github.com/F1ash/qt-virt-manager |
Licenses: | |
Conflicts: | |
Replaces: | |
Submitter: | ImNtReal |
Maintainer: | ImNtReal |
Last Packager: | ImNtReal |
Votes: | 28 |
Popularity: | 0.44 |
First Submitted: | 2018-01-22 20:40 |
Last Updated: | 2021-01-04 19:43 |
Dependencies (13)
- hicolor-icon-theme (hicolor-icon-theme-git)
- krdc
- libvirt (libvirt-xen, libvirt-apparmor, libvirt-git)
- libvncserver (libvncserver-git)
- qt5-multimedia (qt5-multimedia-git)
- qt5-svg (qt5-svg-git)
- qt5-tools (qt5-tools-git)
- qtermwidget (qtermwidget-cjk-git, qtermwidget-git)
- scrub
- spice-glib (spice-gtk)
- spice-protocol (spice-protocol-git)
- x11-ssh-askpass (gnome-ssh-askpass2, ssh-askpass-fullscreen, gnome-ssh-askpass3, xaskpass, ksshaskpass-git, seahorse-git, ksshaskpass, openssh-askpass, seahorse)
- cmake (cmake-git) (make)
Latest Comments
1 2 3 4 5 Next › Last »
Jrbo commented on 2021-01-02 12:52
New update has been released 11 days ago. What I did was, I git clone the AUR link; accessed the PKGBUILD file and at the pkgver variable, I changed it to 0.72.97 (the current version of the upstream repo). Compiled and installed successfully.
This might be the temporary solution for now until this package is updated.
CupricReki commented on 2020-12-22 08:55
Successfully compiled with https://github.com/fadenb/qt-virt-manager as referenced by kapoyav. I don't know much about PKGBUILD but I was able to copy the git repo into the src directory and run:
makepkg -si --skipinteg
kapoyav commented on 2020-12-17 16:28
fix 'DotCursorState' error https://github.com/fadenb/qt-virt-manager/commit/4640f5f64534ed7c8a1ecc6851f1c7503988de6d
ImNtReal commented on 2020-11-17 14:57
The build error is an upstream error, and I simply haven't had time to figure out how to patch it, yet. Please, don't flag the package out of date unless upstream actually releases a new version.
If anyone comes up with a patch to fix the current compile issue, I'll be happy to include it.
allexj commented on 2020-11-01 08:26
[32%] Building CXX object CMakeFiles / qt5-virt-manager.dir / src / virt_objects / open_file_menu.cpp.o make [2]: *** [CMakeFiles / qt5-virt-manager.dir / build.make: 2444: CMakeFiles / qt5-virt-manager.dir / src / main.cpp.o] Error 1 make [2]: *** Wait for unfinished processes .... make [2]: *** [CMakeFiles / qt5-virt-manager.dir / build.make: 2457: CMakeFiles / qt5-virt-manager.dir / src / mainwindow.cpp.o] Error 1 /var/tmp/pamac-build-allexj/qt-virt-manager/src/qt-virt-manager-0.70.91/src/dock_head_widgets/dock_head_widget.cpp: In member function 'virtual void DockHeadWidget :: wheelEvent (QWheelEvent * ) ': /var/tmp/pamac-build-allexj/qt-virt-manager/src/qt-virt-manager-0.70.91/src/dock_head_widgets/dock_head_widget.cpp:68:24: warning: 'int QWheelEvent :: delta ( ) const 'is deprecated: Use angleDelta () [-Wdeprecated-declarations] 68 | if (ev-> delta ()> 0) { | ^ In file included from / usr / include / qt / QtGui / QWheelEvent: 1, from /var/tmp/pamac-build-allexj/qt-virt-manager/src/qt-virt-manager-0.70.91/src/dock_head_widgets/dock_head_widget.h:9, from /var/tmp/pamac-build-allexj/qt-virt-manager/src/qt-virt-manager-0.70.91/src/dock_head_widgets/dock_head_widget.cpp:1: /usr/include/qt/QtGui/qevent.h:219:16: note: declared here 219 | inline int delta () const {return qt4D; } | ^ ~~~~ /var/tmp/pamac-build-allexj/qt-virt-manager/src/qt-virt-manager-0.70.91/src/dock_head_widgets/dock_head_widget.cpp:70:31: warning: 'int QWheelEvent :: delta ( ) const 'is deprecated: Use angleDelta () [-Wdeprecated-declarations] 70 | } else if (ev-> delta () <0) { | ^ In file included from / usr / include / qt / QtGui / QWheelEvent: 1, from /var/tmp/pamac-build-allexj/qt-virt-manager/src/qt-virt-manager-0.70.91/src/dock_head_widgets/dock_head_widget.h:9, from /var/tmp/pamac-build-allexj/qt-virt-manager/src/qt-virt-manager-0.70.91/src/dock_head_widgets/dock_head_widget.cpp:1: /usr/include/qt/QtGui/qevent.h:219:16: note: declared here 219 | inline int delta () const {return qt4D; } | ^ ~~~~ make [1]: *** [CMakeFiles / Makefile2: 124: CMakeFiles / qt5-virt-manager.dir / all] Error 2 make: *** [Makefile: 149: all] Error 2 ==> ERROR: An error occurred in build (). The operation is about to be stopped ...
azazel commented on 2020-10-30 21:59
I am getting another error:
src/vm_viewer/krdc_vnc_qtonly/vncview.h:64:24: error: ‘DotCursorState’ has not been declared
ImNtReal commented on 2020-09-08 20:10
@kinoe, it's probably a Qt version compatibility bug. I'll try to look at it when I can, but it doesn't seem to be fixed in git, yet, either, so probably needs to go upstream.
kinoe commented on 2020-09-04 16:42
ninja build failed: FAILED: CMakeFiles/qt5-remote-viewer.dir/src/vm_viewer/main.cpp.o
knaick commented on 2019-12-19 21:51
@ImNtReal can you add the 'qt5-tools' as a dependency of this package ??
bartus commented on 2018-08-06 07:02
qt5-tools
is a missing dependency.