zathura 2026#59111
Conversation
466e479 to
dc10b1b
Compare
|
Regarding Regarding musl: #57776 (comment) |
|
can be rebased on master, meson fix is merged. |
|
@dogknowsnx I believe girara soname was already taken care, and disabled seccomp on musl for now (issue upstream), since we already use landlock that should be fine. What do you think? |
|
EDIT (post-thumbs-up):
Some thoughts: Not entirely sure, but personally I'd still prefer (temporarily) disabling tests (waiting for fix by upstream) over switching off a built-in security measure, given that the |
25c9ea6 to
b79cbb3
Compare
|
@dogknowsnx Sure, I can do that. Note that the musl fix has been merged upstream, so it will be in the next release, and also that the landlock snadbox (imho better) is always enabled. |
|
There don't seem to be any advantages of updating right now, imho. Personally I'm happy to keep using |
|
All issues are fixed for me with v2026.03.27 |
|
Alright. Thanks for keeping up. I'll try and have a look this week. |
|
I would love to see zathura updated soon to help with the issues of PDFs having different page sizes. pulls: pwmt/zathura#851 and pwmt/zathura#849 (some issues fixed: pwmt/zathura#724, and pwmt/zathura#447 Felipe-9's comment, the latter is the issue I am currently having.) I really appreciate your work, Thanks a lot! |
|
This happens on ci only, after update to gtk4: |
| hostmakedepends="pkg-config intltool doxygen glib-devel" | ||
| makedepends="gtk+3-devel libglib-devel json-glib-devel" | ||
| hostmakedepends="pkg-config intltool doxygen" | ||
| makedepends="glib-devel libglib-devel json-glib-devel" |
There was a problem hiding this comment.
girara no longer includes translations and json-glib is also no longer required.
| makedepends="gtk+3-devel libglib-devel json-glib-devel" | ||
| hostmakedepends="pkg-config intltool doxygen" | ||
| makedepends="glib-devel libglib-devel json-glib-devel" | ||
| checkdepends="check-devel xvfb-run" |
There was a problem hiding this comment.
check and xvfb-run are no longer need for testing girara.
| libglib-devel texlive-devel" | ||
| checkdepends="AppStream gettext-devel check-devel xvfb-run" | ||
| libglib-devel gtk4-devel texlive-devel xxHash-devel" | ||
| checkdepends="AppStream gettext-devel check-devel xvfb-run weston" |
There was a problem hiding this comment.
check is no longer used by the test suite.
cc @lemmi