Search Criteria
Package Details: rmview 3.1.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rmview.git (read-only, click to copy) |
---|---|
Package Base: | rmview |
Description: | a fast live viewer for reMarkable 1 and 2 |
Upstream URL: | https://github.com/bordaigorl/rmview |
Licenses: | GPL3 |
Conflicts: | rmview-git |
Submitter: | aditya |
Maintainer: | aditya |
Last Packager: | aditya |
Votes: | 2 |
Popularity: | 0.180592 |
First Submitted: | 2021-08-15 16:12 (UTC) |
Last Updated: | 2023-12-18 22:03 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-paramiko (python-paramiko-ngAUR)
- python-pyjwt
- python-pyopenssl
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-service-identity
- python-sshtunnel
- python-twisted
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
Latest Comments
nilsw commented on 2021-12-08 09:30 (UTC) (edited on 2021-12-08 09:38 (UTC) by nilsw)
It would be really great if this package had a
.desktop
file, so I can start it without going to the terminal:The upstream repo also has an icon that can be used for the shortcut icon:
aditya commented on 2021-11-01 16:16 (UTC) (edited on 2021-11-01 16:25 (UTC) by aditya)
Hmm, I'll add it. However, I'm seeing it being installed when building in a clean chroot. But it's worth listing explicitly for use via twisted.
Edit: my mistake. I've now added the dependency.
ccharles commented on 2021-10-30 12:36 (UTC)
It looks like this should have a dependency on python-pyopenssl.
aditya commented on 2021-10-28 13:05 (UTC) (edited on 2021-10-28 13:09 (UTC) by aditya)
I'm going to make the changes to the package. I see pyjwt right away, but I'm not seeing usage of service_identity in the GitHub repo. Can someone point me in the right direction? @ymherklotz
I do see it as an optional dep for python-twisted.
Edit: Okay, I see rmview uses twisted[tls] in its setup.py.
ymherklotz commented on 2021-10-28 10:42 (UTC)
In addition to a dependency on 'python-pyjwt', it also seems to need 'python-service_identity'.
bart commented on 2021-10-25 09:25 (UTC)
As of recently, PyJWT is required. community/python-pyjwt should be added as a dependency.