mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
qutebrowser: update to 1.0.0 (#8060)
This commit is contained in:
parent
60cd7d22ad
commit
40f1b58058
2 changed files with 7 additions and 8 deletions
|
@ -1,2 +0,0 @@
|
||||||
To use the new QtWebEngine backend, install python3-PyQt5-webengine,
|
|
||||||
python3-PyQt5-opengl and python3-PyOpenGL.
|
|
|
@ -1,26 +1,27 @@
|
||||||
# Template file for 'qutebrowser'
|
# Template file for 'qutebrowser'
|
||||||
pkgname=qutebrowser
|
pkgname=qutebrowser
|
||||||
version=0.11.0
|
version=1.0.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="${pkgname}"
|
pycompile_module="${pkgname}"
|
||||||
hostmakedepends="python3-setuptools asciidoc"
|
hostmakedepends="python3-setuptools asciidoc"
|
||||||
depends="python3-setuptools python3-PyQt5-webkit python3-PyQt5-quick
|
depends="python3-setuptools python3-PyQt5-webengine python3-PyQt5-quick
|
||||||
python3-Jinja2 python3-Pygments python3-pyPEG2 python3-yaml"
|
python3-Jinja2 python3-Pygments python3-pyPEG2 python3-yaml python3-attrs
|
||||||
|
python3-PyQt5-opengl python3-PyQt5-sql qt5-plugin-sqlite"
|
||||||
short_desc="Keyboard-focused browser with a minimal GUI"
|
short_desc="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="https://qutebrowser.org/"
|
homepage="https://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=dbb7de2d54f3849b03db11c2417a725ab8bf26a8f7f48bfa36ad852a8de9308e
|
checksum=f7ffed98556d4d7ef130411c3f3330efe4f1ba2fc573f4a24f02be255bf048a2
|
||||||
|
|
||||||
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 misc/${pkgname}.desktop 644 usr/share/applications
|
||||||
|
|
||||||
local dim
|
local dim
|
||||||
for dim in 16 24 32 48 64 96 128 256 512; do
|
for dim in 16 24 32 48 64 96 128 256 512; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue