Package Details: zathura-git 0.5.5.r1.gfb5388c-1

Git Clone URL: https://aur.archlinux.org/zathura-git.git (read-only, click to copy)
Package Base: zathura-git
Description: Minimalistic document viewer
Upstream URL: https://pwmt.org/projects/zathura
Licenses: zlib
Conflicts: zathura
Provides: zathura
Submitter: None
Maintainer: a821
Last Packager: a821
Votes: 89
Popularity: 0.000000
First Submitted: 2009-09-19 13:00 (UTC)
Last Updated: 2024-03-07 18:33 (UTC)

Dependencies (19)

Required by (13)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

tealeaf commented on 2018-05-01 09:24 (UTC)

Ah. It looks like the changes were on synctex's end, not zathura's, and that there's already a patch in the development branch of zathura. It seems that this will just be a matter of waiting a few days for that patch to be adopted in the master branch.

tealeaf commented on 2018-05-01 07:16 (UTC) (edited on 2018-05-01 07:17 (UTC) by tealeaf)

I'm getting a failed build. Possibly related to the recent zathura synctex changes?

In file included from ../zathura/zathura/synctex.c:8:0: /usr/include/synctex/synctex_parser.h:53:10: fatal error: synctex_version.h: No such file or directory

Alexpin commented on 2018-01-26 13:43 (UTC) (edited on 2018-01-26 13:45 (UTC) by Alexpin)

Hey,

I suggest adding python-sphinx to makedepends, as it's required to build the manpages (as you can see in src/zathura/doc/Makefile lines 41 onwards).

Package built without python-sphinx:

$ find pkg/zathura-git/usr/share/man -type f -> (nothing)

Package built with python-sphinx installed:

$ find pkg/zathura-git/usr/share/man -type f -> man5/zathurarc.5.gz and man1/zathura.1.gz

HisDudeness commented on 2017-01-27 09:13 (UTC)

Maybe it has already been said, but trying to update zathura-git doesn't automatically update girara-git, and with an old version of it installing will fail. The minimum required version of GIRARA is 0.2.7 make: *** [Makefile:63: .version-checks/GIRARA] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build zathura-git.

ale1ster commented on 2016-06-09 21:25 (UTC) (edited on 2016-06-09 21:26 (UTC) by ale1ster)

The makedepends array does not contain the python requirements for building the documentation. Shouldn't they be included? Also, since the required packages have had version upgrades shouldn't the checks be >= instead of specifying exact versions? With these changes, the manpage files were built successfully.

killozap commented on 2015-12-10 22:14 (UTC)

updating from zathura-git 0.3.3.7.g7b947cc-1 fails with the error: zathura/main.c: In function ‘init_zathura’: zathura/main.c:89:11: warning: unused parameter ‘synctex_editor’ [-Wunused-parameter] char* synctex_editor, Window embed) ^ zathura/main.c: In function ‘main’: zathura/main.c:254:26: error: ‘synctex_editor’ undeclared (first use in this function) plugin_path, argv, synctex_editor, embed); ^ zathura/main.c:254:26: note: each undeclared identifier is reported only once for each function it appears in Makefile:103: recipe for target 'build/release/zathura/main.o' failed make: *** [build/release/zathura/main.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... Any ideas?

yar commented on 2015-12-01 19:44 (UTC)

Girara dependency should be versioned, like: depends=('girara-git>=0.2.4')

Awebb commented on 2015-05-06 08:27 (UTC)

For reasons beyond my comprehension, zathura builds against libnotify, even if libnotify is not present. The vanilla Arch version does not. It looks like girara-git now depends on libnotify, but does not have it in its dep array. I'm currently trying to build it without libnotify present, to see if it's an autoconf problem or something like that.