qutebrowser: add dbus to depends

Resolves #7124
This commit is contained in:
Michael Aldridge 2017-10-15 15:24:19 -07:00
parent 024dd15669
commit 89c3cc3ebe

View file

@ -1,14 +1,14 @@
# Template file for 'qutebrowser'
pkgname=qutebrowser
version=1.0.1
revision=1
revision=2
noarch=yes
build_style=python3-module
pycompile_module="${pkgname}"
hostmakedepends="python3-setuptools asciidoc"
depends="python3-setuptools python3-PyQt5-webengine python3-PyQt5-quick
python3-Jinja2 python3-Pygments python3-pyPEG2 python3-yaml python3-attrs
python3-PyQt5-opengl python3-PyQt5-sql qt5-plugin-sqlite"
python3-PyQt5-opengl python3-PyQt5-sql qt5-plugin-sqlite dbus"
short_desc="Keyboard-focused browser with a minimal GUI"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-3"