Openboard-git currently fails in prepare() because it still tries to apply poppler_26.02.patch from PR #1434. That patch appears to be obsolete now, since the upstream OpenBoard source already includes the poppler 26.02 adaptation in 1.7.7.
The build succeeded for me after:
1) removing poppler_26.02.patch from source=()
2) removing its corresponding entry from sha256sums=()
3) replacing prepare() with:
prepare() {
:
}
Before that, the failure was:
error: patch failed: src/pdf/XPDFRenderer.cpp:235
error: src/pdf/XPDFRenderer.h: patch does not apply
==> ERROR: A failure occurred in prepare().
So it looks like the package just needs to drop that patch now.
Pinned Comments
bartus commented on 2020-10-12 08:44 (UTC) (edited on 2026-04-29 21:20 (UTC) by bartus)
This package is also hosted on GitHub.
Please report
issuesandpatchesto @bartoszek/AUR-openboard-git*github.comTravis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-openboard-git.svg?branch=master" />