LINUX.ORG.RU

История изменений

Исправление bormant, (текущая версия) :

# (cd /var/log/packages; ls qt5-*)
qt5-5.6.0-i486-1alien

# tar xf aqemu-0.9.1.tar.gz
...
# cd aqemu-0.9.1
# cmake -DCMAKE_INSTALL_PREFIX=/usr -DMAN_PAGE_COMPRESSOR=gzip
# make
...
[100%] Built target icons

# rm -r /tmp/pkg; mkdir /tmp/pkg
# make DESTDIR=/tmp/pkg install
# cd /tmp/pkg
# makepkg /tmp/aqemu-0.9.1-i486-1.txz



Правда, вот так вот напрямую оно не завелось:

$ aqemu
This application failed to start because it could not find or load the Qt platform plugin "xcb" in "".

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, wayland, xcb.

Reinstalling the application may fix this problem.
Aborted

Исходная версия bormant, :

# (cd /var/log/packages; ls qt5-*)
qt5-5.6.0-i486-1alien

# tar xf aqemu-0.9.1.tar.gz
...
# cd aqemu-0.9.1
# cmake -DCMAKE_INSTALL_PREFIX=/usr -DMAN_PAGE_COMPRESSOR=gzip
# make
...
[100%] Built target icons

# rm -r /tmp/pkg; mkdir /tmp/pkg
# make DESTDIR=/tmp/pkg install
# cd /tmp/pkg
# makepkg /tmp/aqemu-0.9.1-i486-1.txz



Правда, вот так вот напрямую оно не завелось:

$ aqemu
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, wayland, xcb.

Reinstalling the application may fix this problem.
Aborted