summaryrefslogtreecommitdiffstats
path: root/network/qutebrowser
diff options
context:
space:
mode:
author David Woodfall2018-02-19 15:52:50 +0100
committer Willy Sudiarto Raharjo2018-02-24 00:55:37 +0100
commitc54e1e82a1e174eb2fa24c05d37f12066d6e4aef (patch)
tree90a3a2deada8b018e5ddcd1dacf310d086475191 /network/qutebrowser
parentc7091ed2c06cafbd34454eebd394aa9158905b00 (diff)
downloadslackbuilds-c54e1e82a1e174eb2fa24c05d37f12066d6e4aef.tar.gz
network/qutebrowser: Update README and fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/qutebrowser')
-rw-r--r--network/qutebrowser/README10
-rw-r--r--network/qutebrowser/qutebrowser.info2
2 files changed, 11 insertions, 1 deletions
diff --git a/network/qutebrowser/README b/network/qutebrowser/README
index 9487343cd5..dbcc57b6b1 100644
--- a/network/qutebrowser/README
+++ b/network/qutebrowser/README
@@ -8,3 +8,13 @@ Vimperator/Pentadactyl.
Optional dependency:
qt5-webkit-annulen (for the webkit backend)
+
+NOTE:
+
+pyPEG2 and MarkupSafe both need building for python3:
+
+PYTHON3=yes ./pyPEG2.SlackBuild
+PYTHON3=yes ./MarkupSafe.SlackBuild
+
+If you are using sbopkg you can add those as options on their
+pages before starting the build queue.
diff --git a/network/qutebrowser/qutebrowser.info b/network/qutebrowser/qutebrowser.info
index eebf95163f..af792eda68 100644
--- a/network/qutebrowser/qutebrowser.info
+++ b/network/qutebrowser/qutebrowser.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v1.1.1/qu
MD5SUM="e2a470eccb4638e940155ea1fc93c8ab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="qt5 python3 python3-attrs python3-PyYAML python3-Pygments python3-Jinja2 pyPEG2 python3-PyQt5"
+REQUIRES="python3-attrs python3-PyYAML python3-Pygments python3-Jinja2 pyPEG2 python3-PyQt5"
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"