Package Details: zaread-git r47.9239db1-4

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
Conflicts: zaread
Provides: zaread
Submitter: TheOPtimal
Maintainer: riven04 (txtsd)
Last Packager: txtsd
Votes: 12
Popularity: 0.007802
First Submitted: 2021-02-15 17:10 (UTC)
Last Updated: 2022-12-15 21:00 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

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.