-
Notifications
You must be signed in to change notification settings - Fork 2.5k
zathura: update to 0.5.14 + stack #57776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
4ff8198 to
333bb77
Compare
|
EDIT: Newly added weston-based tests fail on pwmt/zathura#820 Probably better to wait for 0.5.15 at this point |
srcpkgs/zathura/template
Outdated
| checksum=647aca4d494315905d236504576e35b7568a4d702e56aa4590295a9f6a7259bd | ||
|
|
||
| if [ -z "$CROSS_BUILD" ] && [ "$XBPS_CHECK_PKGS" ]; then | ||
| if [ -z "$CROSS_BUILD" ] && [ "$XBPS_CHECK_PKGS" ] && [ "$XBPS_TARGET_MACHINE" != x86_64-musl ] ; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happens on x86_64-musl?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opted for skipping the tests just like we do it for weston itself:
# Template file for 'weston'
pkgname=weston
version=14.0.1
revision=4
build_style=meson
# requires XDG_RUNTIME_DIR for most tests
configure_args="-Dtests=false $(vopt_bool vaapi backend-drm-screencast-vaapi) "
EDIT: pwmt/zathura#846
Let's wait for the next release (tests/test_sandbox is still failing after patching)
Testing the changes
zathuraw/zathura-pdf-mupdfLocal build testing
Changelog
Watching
#57974#58111cc @lemmi