Search Criteria
Package Details: plover-git 4.0.0.dev8-3
Git Clone URL: | https://aur.archlinux.org/plover-git.git (read-only, click to copy) |
---|---|
Package Base: | plover-git |
Description: | Free and open source real-time stenography engine. |
Upstream URL: | http://www.openstenoproject.org/plover/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | bpierre |
Maintainer: | bpierre |
Last Packager: | bpierre |
Votes: | 2 |
Popularity: | 0.010115 |
First Submitted: | 2016-05-01 21:41 |
Last Updated: | 2019-02-14 16:25 |
Dependencies (13)
- python (python-dbg)
- python-appdirs (python-appdirs-git)
- python-dbus
- python-pyqt5
- python-pyserial
- python-setuptools
- python-wcwidth
- python-xlib
- qt5-svg (qt5-svg-git)
- git (git-git) (make)
- python-babel (make)
- python-pytest (make)
- python-setuptools-scm (make)
Latest Comments
bpierre commented on 2017-02-07 20:23
I don't understand the problem with pkgver, I can't reproduce it. The issue with UI files not being generated should be fixed.
Note: I assume you edited you're original comment? There's no email notification when an existing comment is edited, so I would have missed your issues if not for visiting the AUR page.
sekret commented on 2017-02-07 18:20
Thanks for this package! Please add git to the makedepends, otherwise it can't be built ;-)
After adding git I get this output
==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: zip_safe flag not set; analyzing archive contents...
zip_safe flag not set; analyzing archive contents...
4.0.0.dev0.91.gd6f8be5
I want to suggest to use
git describe --tags | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
in pkgver(), it produces this output
4.0.0.dev0.r91.gd6f8be5
The license should be provided like this
license=('GPL2')
When I tried to launch it, I got this
$ plover
Unexpected error: Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/plover/main.py", line 72, in main
code = gui.main(config)
File "/usr/lib/python2.7/site-packages/plover/gui_qt/main.py", line 112, in main
app = Application(config, use_qt_notifications)
File "/usr/lib/python2.7/site-packages/plover/gui_qt/main.py", line 31, in __init__
from plover.gui_qt.main_window import MainWindow
File "/usr/lib/python2.7/site-packages/plover/gui_qt/main_window.py", line 18, in <module>
from plover.gui_qt.main_window_ui import Ui_MainWindow
ImportError: No module named main_window_ui
QApplication: invalid style override passed, ignoring it.
Looks like missing dependencies? I'm not really a python guy ... What package provides this module named main_window_ui?