So upstream of upstream is broken? That's a new one.
Hopefully kapeli gets on that shortly, not much we can do about that particular issue.
Git Clone URL: | https://aur.archlinux.org/zeal.git (read-only, click to copy) |
---|---|
Package Base: | zeal |
Description: | An offline API documentation browser |
Upstream URL: | https://zealdocs.org/ |
Licenses: | |
Submitter: | arojas |
Maintainer: | grawlinson |
Last Packager: | grawlinson |
Votes: | 24 |
Popularity: | 0.66 |
First Submitted: | 2020-05-01 20:31 |
Last Updated: | 2020-07-28 04:56 |
So upstream of upstream is broken? That's a new one.
Hopefully kapeli gets on that shortly, not much we can do about that particular issue.
AFAIK this is effectively broken, since an ssh cert for mumbai.kapeli.com expired.
see this issue for more info: https://github.com/zealdocs/zeal/issues/1307
The Zeal package builds and runs perfectly on aarch64, but this package does not list it as a supported arch. The owner-maintained zeal-git does list aarch64 as a supported platform.
Can't compile.
There is a missing header in src/libs/ui/searchitemdelegate.cpp
.
#1218 fixes it.
It was moved from community
to the AUR last week, along with a bunch of other packages.
What happened to the package in the community repository? I'm reading:
zeal 1:0.6.1-1 is no longer available
-- https://www.archlinux.org/packages/community/x86_64/zeal/
It seems that a solution for that was merged in #1125, I'll cherry-pick that commit and see if it works.
EDIT: I didn't realise how old the current release is (0.6.1), so cherry picking a specific commit isn't feasible with all the commits in-between.
This comment on #1155 is the easiest workaround until 0.7.0 is released. If anyone has any ideas, I'm more than happy to help. :)
zeal-docs-fix() {
pushd "$HOME/.local/share/Zeal/Zeal/docsets" >/dev/null || return
find . -iname 'react-main*.js' -exec rm '{}' \;
popd >/dev/null || exit
}
Nice, I was hoping someone adopted this, I'm using zeal quite a lot, even if now it has a bug with the CSS,HTML and JS docsets, or other MDN related docsets. Can you make a patch or something? I'll try to look into it if I got time.
At the moment the problem is solvable by modifying the docsets: https://github.com/zealdocs/zeal/issues/1155
Pinned Comments
grawlinson commented on 2020-05-02 21:55
It seems that a solution for that was merged in #1125, I'll cherry-pick that commit and see if it works.
EDIT: I didn't realise how old the current release is (0.6.1), so cherry picking a specific commit isn't feasible with all the commits in-between.
This comment on #1155 is the easiest workaround until 0.7.0 is released. If anyone has any ideas, I'm more than happy to help. :)