Created attachment 400302 [details, diff] qupzilla-1.8.6.ebuild.patch Attached patch fixes LINGUAS support: 1) l10n.eclass suggested differently sorted PLOCALES= 2) there were a lot lrelease messages about missing .ts files 3) plugins had internal .qm files, without them packages size is smaller: 8289525 -> 7580917 bytes https://github.com/QupZilla/qupzilla/blob/v1.8/scripts/run_tests.sh Tests need network. Benchmarks fail to build, so i did not enable them: adblockmatchrule.cpp: In member function 'void AdBlockMatchRule::networkMatch()': adblockmatchrule.cpp:65:55: error: 'class AdBlockSubscription' has no member named 'match' const AdBlockRule* rule = m_subscription->match(req, url.host(), url.toEncoded()); ^
We dropped custom linguas handling so I guess this is obsolete now. Also regarding tests, we cannot enable tests that require network access.