Search Criteria
Package Details: zaread-git r120.c2d45e1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zaread-git.git (read-only, click to copy) |
---|---|
Package Base: | zaread-git |
Description: | A (very) lightweight ebook and Office document reader |
Upstream URL: | https://github.com/paoloap/zaread |
Licenses: | GPL-3.0-or-later |
Conflicts: | zaread |
Provides: | zaread |
Submitter: | TheOPtimal |
Maintainer: | riven04 (txtsd) |
Last Packager: | txtsd |
Votes: | 12 |
Popularity: | 0.000154 |
First Submitted: | 2021-02-15 17:10 (UTC) |
Last Updated: | 2024-11-08 17:45 (UTC) |
Dependencies (6)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- zathura (zathura-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- calibre (calibre-gitAUR) (optional) – To view MOBI files
- libreoffice (libreoffice-dev-binAUR, libreoffice-fresh, libreoffice-still) (optional) – To view office suite files
- md2pdf (md2pdf-gitAUR) (optional) – To view markdown files
Latest Comments
« First ‹ Previous 1 2
barrotes commented on 2022-04-21 09:04 (UTC) (edited on 2022-04-21 09:13 (UTC) by barrotes)
I made a new upgrade on git's master branch this morning:
The name of cache files was just <original file name without extension>.pdf. Cause of this, if we alternately dealt with different files having the same name, zaread couldn't understand that they referred to separate original documents and kept reconverting them every time. Now cache file names are in form <checksum>_<file size>_<original file name without extension>.pdf. This way if we deal with different files with same name zaread doesn't risk to overwrite a cache file used for another document.
I rewrote the code in a more readable way
Now markdown conversion is made through md2pdf instead of pandoc (that's because pandoc depends on texlive, which installs >500MB of stuff).
From my first tests everything seems to work like a charm (with every supported format), but of course before upgrading here on AUR further tests would be appreciated
barrotes commented on 2022-04-20 15:26 (UTC)
Hi, I'm the creator of the project, i didn't know that this script was used by so many people, just checked my github notifications after years... didn't even know that there were an AUR project for it. Just made some update basing on pull requests I received on github
motherofmilk commented on 2021-11-25 11:03 (UTC)
There is anew PR for zaread on Github. Could you integrate that fix as well? It fixes (the currenty broken) ebook conversion.
« First ‹ Previous 1 2