summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-06-19 13:44:41 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-06-19 13:44:41 +0200
commit7062f9e060a6a7ead61a2751d3a98d02e49651d9 (patch)
tree8248e7ab3593e2472146cc698b7acc59cee75368
parentdf0bd23d797ead13d19ca57ade54c4952a06305f (diff)
downloadqutebrowser-7062f9e060a6a7ead61a2751d3a98d02e49651d9.tar.gz
qutebrowser-7062f9e060a6a7ead61a2751d3a98d02e49651d9.zip
Update qt5-webkit-ng docs for Archlinux
-rw-r--r--INSTALL.asciidoc5
-rw-r--r--qutebrowser/html/backend-warning.html2
2 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc
index ad4b8446f..1c330c79e 100644
--- a/INSTALL.asciidoc
+++ b/INSTALL.asciidoc
@@ -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].
diff --git a/qutebrowser/html/backend-warning.html b/qutebrowser/html/backend-warning.html
index bf35aca93..ffff0e59b 100644
--- a/qutebrowser/html/backend-warning.html
+++ b/qutebrowser/html/backend-warning.html
@@ -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 %}