diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template new file mode 100644 index 0000000000..62512d988a --- /dev/null +++ b/srcpkgs/qutebrowser/template @@ -0,0 +1,34 @@ +# Template file for 'qutebrowser' +pkgname=qutebrowser +version=0.1.2 +revision=1 +build_style=python-module +python_versions="3.4" +pycompile_version="3.4" +pycompile_module="${pkgname}" +hostmakedepends="python3.4-setuptools asciidoc" +depends="python3.4-PyQt5-webkit python3.4-Jinja2 python3.4-Pygments python3.4-pyPEG2" +short_desc="A keyboard-focused browser with with a minimal GUI" +maintainer="Eivind Uggedal " +license="GPL-3" +homepage="http://qutebrowser.org/" +distfiles="https://github.com/The-Compiler/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz" +checksum=08005bedfdac173ae370024853dd1d64b98301687cdb34bad5c73acc21befeac + +pre_build() { + a2x -f manpage doc/${pkgname}.1.asciidoc +} + +post_install() { + vman doc/${pkgname}.1 + vinstall ${pkgname}.desktop 644 usr/share/applications + + local dim + for dim in 16 24 32 48 64 96 128 256 512; do + vinstall icons/${pkgname}-${dim}x${dim}.png 644 \ + usr/share/icons/hicolor/${dim}x${dim}/apps ${pkgname}.png + done + + vinstall icons/${pkgname}.svg 644 \ + usr/share/icons/hicolor/scalable/apps ${pkgname}.png +}