mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +02:00
qutebrowser: update to 0.7.0
This commit is contained in:
parent
8fdd2282fe
commit
5823081e53
1 changed files with 5 additions and 5 deletions
|
@ -1,24 +1,24 @@
|
||||||
# Template file for 'qutebrowser'
|
# Template file for 'qutebrowser'
|
||||||
pkgname=qutebrowser
|
pkgname=qutebrowser
|
||||||
version=0.6.2
|
version=0.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="3.4"
|
python_versions="3.4"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="${pkgname}"
|
pycompile_module="${pkgname}"
|
||||||
hostmakedepends="python3.4-setuptools asciidoc"
|
hostmakedepends="python3.4-setuptools asciidoc"
|
||||||
depends="python3.4-PyQt5-webkit python3.4-Jinja2 python3.4-Pygments python3.4-pyPEG2 python3.4-yaml"
|
depends="python3.4-setuptools python3.4-PyQt5-webkit python3.4-Jinja2
|
||||||
short_desc="A keyboard-focused browser with with a minimal GUI"
|
python3.4-Pygments python3.4-pyPEG2 python3.4-yaml"
|
||||||
|
short_desc="A keyboard-focused browser with a minimal GUI"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://qutebrowser.org/"
|
homepage="http://qutebrowser.org/"
|
||||||
distfiles="https://github.com/The-Compiler/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/The-Compiler/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=3a4301566f8c183075f32ff53f2cded7fd28b692807e67662749cebf2fdde799
|
checksum=76611616003c04d66a8ab88d9dcaa25f31f1b57cc98358ffb12c3b8320d9bb9f
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
a2x -f manpage doc/${pkgname}.1.asciidoc
|
a2x -f manpage doc/${pkgname}.1.asciidoc
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman doc/${pkgname}.1
|
vman doc/${pkgname}.1
|
||||||
vinstall ${pkgname}.desktop 644 usr/share/applications
|
vinstall ${pkgname}.desktop 644 usr/share/applications
|
||||||
|
|
Loading…
Add table
Reference in a new issue