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