slackbuilds/network/qutebrowser-bin
Alexander Verbovetsky 10a8e7ec97 network/qutebrowser-bin: Update components.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-02-02 10:31:55 +07:00
..
README network/qutebrowser-bin: Updated for version 2.5.4_5fa878c. 2023-07-08 16:42:12 +07:00
README.SBo
doinst.sh
qutebrowser-bin.SlackBuild network/qutebrowser-bin: Update components. 2024-02-02 10:31:55 +07:00
qutebrowser-bin.info network/qutebrowser-bin: Update components. 2024-02-02 10:31:55 +07:00
slack-desc
wrapper.qutebrowser network/qutebrowser-bin: Updated for version 2.5.4_6d84462. 2023-07-29 08:13:33 +07:00

README

Qutebrowser is a keyboard-focused browser with a minimal GUI. It's based
on Python and Qt and free software, licensed under the GPL.

It was inspired by other browsers/addons like dwb and
Vimperator/Pentadactyl.

This SlackBuild installs all needed dependencies in a virtual
environment subfolder. This comes with an up-to-date Qt/PyQt including a
pre-compiled QtWebEngine binary, but has a couple of caveats:
* It only works on 64-bit x86 systems.
* It comes with a QtWebEngine compiled without proprietary codec support
  (such as h.264).

qt6 needed for this script can be built without webengine to speed up
compilation. If such an option is not available, just replace the line
tar xvf $CWD/$SRCNAM-$VERSION.tar.xz
with
tar xvf $CWD/$SRCNAM-$VERSION.tar.xz --exclude=qtwebengine
in qt6.SlackBuild.