Damn... Just realized I can't compile it on a fresh install of Artix Linux :(
I get lots of lines like these:
/usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference to `icu_76::Normalizer::normalize(icu_76::UnicodeString const&, UNormalizationMode, int, icu_76::UnicodeString&, UErrorCode&)'
/usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference to `ucnv_open_76'
/usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference to `icu_76::UnicodeString::UnicodeString(char16_t const*, int)'
/usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference to `uloc_openAvailableByType_76'
collect2: error: ld returned 1 exit status
make: *** [Makefile:807: goldendict] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Pinned Comments
vedg commented on 2022-12-02 11:54 (UTC)
This package is based on my Qt WebEngine pull request (Upstream URL). The upstream master branch is pulled in by default. A comment in the PKGBUILD advises what to do if merging upstream master fails.
If you wish to include a fix or a feature from some of my other pull requests, uncomment and possibly modify one or more of the
_pull_welines in the PKGBUILD.