parent
370896c5a0
commit
cc384be50e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qutebrowser'
|
||||
pkgname=qutebrowser
|
||||
version=2.2.0
|
||||
version=2.2.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools asciidoc"
|
||||
|
@ -12,8 +12,11 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://qutebrowser.org/"
|
||||
changelog="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/changelog.asciidoc"
|
||||
distfiles="https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz"
|
||||
checksum=fa5d2015d64289ab70d4ce719134096503ee580702657972af652cdc6786dd2a
|
||||
checksum=247ca6c6734f74cb1599add350a092fa24427bd27b23403a88848fe4e5ed266f
|
||||
nostrip=yes
|
||||
# testing requires unpackaged plugins:
|
||||
# pytest-bdd, pytest-benchmark, pytest-instafail, pytest-rerunfailures
|
||||
make_check=no
|
||||
|
||||
build_options="webengine"
|
||||
desc_option_webengine="Build Qt5 WebEngine support"
|
||||
|
@ -35,12 +38,6 @@ pre_build() {
|
|||
a2x -f manpage doc/qutebrowser.1.asciidoc
|
||||
}
|
||||
|
||||
do_check() {
|
||||
# testing requires unpackaged plugins:
|
||||
# pytest-bdd, pytest-benchmark, pytest-instafail, pytest-rerunfailures
|
||||
:
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vman doc/qutebrowser.1
|
||||
vinstall misc/org.qutebrowser.qutebrowser.desktop 644 usr/share/applications
|
||||
|
|
Loading…
Reference in New Issue