Package Details: termpdf.py-git r0.ge7bd082-1

Git Clone URL: https://aur.archlinux.org/termpdf.py-git.git (read-only, click to copy)
Package Base: termpdf.py-git
Description: A graphical pdf (and epub, cbz, ...) reader that works inside the kitty terminal
Upstream URL: https://github.com/dsanson/termpdf.py
Licenses: MIT
Conflicts: termpdf.py
Provides: termpdf.py
Submitter: lovetocode999
Maintainer: lovetocode999
Last Packager: lovetocode999
Votes: 3
Popularity: 0.000001
First Submitted: 2021-03-06 20:54 (UTC)
Last Updated: 2022-05-10 14:18 (UTC)

Latest Comments

m040601 commented on 2023-09-03 20:50 (UTC) (edited on 2023-09-03 21:00 (UTC) by m040601)

Please ignore my "out of date" comment. I confused things.

This PKBUILD, "termpd.py-git" is not working in August 2023.

I'm not sure if this is a problem with this PKGBUILD or with the upstream repo. I left a comment there https://github.com/dsanson/termpdf.py/issues/43

for example inside kitty terminal,

$ termpdf.py /some/place/somepdf.pdf


Traceback (most recent call last):
  File "/usr/bin/termpdf.py", line 1858, in <module>
    logging.basicConfig(filename='termpdf.log',level=logging.WARNING)
  File "/usr/lib/python3.11/logging/__init__.py", line 2050, in basicConfig
    h = FileHandler(filename, mode,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/logging/__init__.py", line 1181, in __init__
    StreamHandler.__init__(self, self._open())
                                 ^^^^^^^^^^^^
  File "/usr/lib/python3.11/logging/__init__.py", line 1213, in _open
    return open_func(self.baseFilename, self.mode,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/usr/share/doc/termpdf.log'

vladimir commented on 2021-09-10 07:07 (UTC)

Hi! Thank you for the package. Can you update it so it lists git in makedepends? Otherwise it doesn't build if git is not installed.