blob: dbcc57b6b1761b49ca2c0326286b756f1f2179a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
qutebrowser (qt5 keyboard driven webbrowser)
qutebrowser is a keyboard-focused browser with a minimal GUI. It's
based on Python and PyQt5 and free software, licensed under the GPL.
It was inspired by other browsers/addons like dwb and
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.
|