Flagged out-of-date, due to missing dependencies. Here is a diff for those that want to install in the meantime.
diff --git PKGBUILD PKGBUILD index 8221c5f..1e338a5 100644 --- PKGBUILD +++ PKGBUILD @@ -10,9 +10,14 @@ depends=( 'dbus' 'python' 'python-appdirs' + 'python-evdev' + 'python-pkginfo' 'python-plover_stroke>=1.1.0' 'python-pyqt5' 'python-pyserial' + 'python-readme-renderer' + 'python-requests-cache' + 'python-requests-futures' 'python-rtf_tokenize' 'python-setuptools' 'python-wcwidth' @@ -21,13 +26,13 @@ depends=( ) makedepends=( 'git' + 'pyside6-tools-wrappers' 'python-babel' 'python-build' 'python-installer' 'python-mock' 'python-pytest' 'python-pytest-qt' - 'python-pytest-xvfb' 'python-wheel' ) provides=('plover') @@ -55,7 +60,7 @@ build() { check() { cd "$pkgname" - PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 python -m pytest -p pytest-qt -p xvfb test + PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 python -m pytest -p pytest-qt test } package() {
I disabled xvfb on Wayland, but X11 I was able to build with it. All other changes were needed.
Pinned Comments
bpierre commented on 2021-04-16 23:05 (UTC) (edited on 2021-04-16 23:51 (UTC) by bpierre)
Starting with 4.0.0.dev8+434.g60779ea-1, the main entry point has been changed to isolate plugins install, similarly to how they are handled when using the official AppImage.
The plugins manager is available as a separate package: https://aur.archlinux.org/packages/plover_plugins_manager/.