Update qt5-webkit-ng docs for Archlinux

This commit is contained in:
Florian Bruhin 2017-06-19 13:44:41 +02:00
parent df0bd23d79
commit 7062f9e060
2 changed files with 4 additions and 3 deletions

View File

@ -97,8 +97,9 @@ qutebrowser is available in the official [community] repository.
# pacman -S qutebrowser
----
It's also recommended to install `qt5-webkit-ng` or `qt5-webengine` (and start
with `--backend webengine`) to use an up-to-date backend.
Archlinux packages an updated `qt5-webkit` package by default. If you want to
use the QtWebEngine backend instead, install `qt5-webengine` and start with
`--backend webengine`.
There is also a -git version available in the AUR:
https://aur.archlinux.org/packages/qutebrowser-git/[qutebrowser-git].

View File

@ -87,7 +87,7 @@ the <span class="mono">qute://settings</span> page or caret browsing).</span>
There are unofficial QtWebKit-NG packages <a href="http://repo.paretje.be/unstable/">available</a>, but they are intended for Debian Unstable.
{{ please_open_issue() }}
{% elif distribution.parsed in [Distribution.arch, Distribution.manjaro] %}
You should be able to install <span class="mono">qt5-webkit-ng</span> via <span class="mono">pacman</span>.
With an updated <span class="mono">qt5-webkit</span> package, you should already get QtWebKit-NG.
{% elif distribution.parsed == Distribution.gentoo %}
There's an unofficial <a href="https://gist.github.com/annulen/309569fb61e5d64a703c055c1e726f71">ebuild</a> available.
{% else %}