Search Criteria
Package Details: zathura-markdown-git 2026.05.10.r1.8546c28-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/zathura-markdown-git.git (read-only, click to copy) |
|---|---|
| Package Base: | zathura-markdown-git |
| Description: | Markdown support for Zathura (cmark + MuPDF backend) |
| Upstream URL: | https://github.com/demetrio108/zathura-markdown |
| Licenses: | zlib |
| Conflicts: | zathura-markdown |
| Provides: | zathura-markdown |
| Submitter: | demetrio108 |
| Maintainer: | demetrio108 |
| Last Packager: | demetrio108 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-07-15 07:18 (UTC) |
| Last Updated: | 2026-07-15 07:18 (UTC) |
Dependencies (17)
- cairo (cairo-gitAUR)
- cmark (cmark-gitAUR)
- girara (girara-gitAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- gumbo-parser
- jbig2dec
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libmupdf
- openjpeg2 (openjpeg-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- zathura (zathura-gitAUR)
- appstream (make)
- appstream-glib (appstream-glib-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
Latest Comments
flexid2000 commented on 2026-08-21 10:56 (UTC)
Build fails with current
zathura(plugin API change in plugin-api.h)With an up-to-date
zathurapackage, the build fails with:../zathura-markdown/zathura-markdown/plugin.c:28:42: error: macro "ZATHURA_PLUGIN_REGISTER_WITH_FUNCTIONS" passed 6 arguments, but takes just 4
Cause: upstream zathura changed ZATHURA_PLUGIN_REGISTER_WITH_FUNCTIONS in plugin-api.h from (name, major, minor, rev, functions, mimetypes) to (name, version, functions, mimetypes) — version is now a single const char* instead of three separate ints. plugin.c hasn't been updated to match.
Workaround until this is fixed upstream: before building, replace this line in plugin.c:
with (reusing the VERSION macro the build already defines via -DVERSION=...):
One-liner:
(run
find src -name plugin.cfirst if your path differs). Note that -git packages re-extract sources on every makepkg run, so you needmakepkg -oto extract, patch, thenmakepkg -si --noextractto keep the patch. After that it builds fine. Would be great if this could be fixed in the source repo directly so this workaround isn't needed.kochan commented on 2026-07-28 13:33 (UTC)
Building fails: