diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-02-19 21:52:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-24 06:55:37 +0700 |
commit | c54e1e82a1e174eb2fa24c05d37f12066d6e4aef (patch) | |
tree | 90a3a2deada8b018e5ddcd1dacf310d086475191 /network/qutebrowser | |
parent | c7091ed2c06cafbd34454eebd394aa9158905b00 (diff) |
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/README | 10 | ||||
-rw-r--r-- | network/qutebrowser/qutebrowser.info | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/network/qutebrowser/README b/network/qutebrowser/README index 9487343cd51f..dbcc57b6b176 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 eebf95163f7f..af792eda685a 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" |