commit:     af8c0073a0d0eb756b255cd8dec5f4b8fff174e6
Author:     Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 23:18:24 2020 +0000
Commit:     Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 23:20:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8c0073

www-client/qutebrowser: upgrade to 1.14.0

Install all userscripts with USE=scripts.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>

 www-client/qutebrowser/Manifest                  |  1 +
 www-client/qutebrowser/qutebrowser-1.14.0.ebuild | 89 ++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

diff --git a/www-client/qutebrowser/Manifest b/www-client/qutebrowser/Manifest
index 98bad060f27..902ddde7601 100644
--- a/www-client/qutebrowser/Manifest
+++ b/www-client/qutebrowser/Manifest
@@ -1,3 +1,4 @@
 DIST qutebrowser-1.12.0.tar.gz 3979851 BLAKE2B 
1a55c8b10aea5b618c0aa730828a123b127f1185d4e3f57b48f5c741c1bd5600e92b5e1bd48a1d3df94449eec650bb6f0d8b84a0c1f6f5ece045a6a0bce5583f
 SHA512 
a8d979310f7c00a64b8cf976529def09b9a42542c80dd7055e2a38a174d9ef51834de6e816739911454a73ad9cc79a7d3e1fcda7d76bade463bc253aeb9ef608
 DIST qutebrowser-1.13.0.tar.gz 4015550 BLAKE2B 
cc2f2779ca994da48e85156d5bba0a70f6f5380bc6c362e05944a2454e22ee99acf15875def448675ea86af8a919290dfaca5abf97ee5603e6c2b0d2ed41fabb
 SHA512 
ee598db9416e4efcf5d8bc6aaa3d373637ed67f181e67e56c04fd7f2c12ebaf185f67a9463fff195d74ff7a239ce0a88c24bf35d3ad627116e2fa5ebed973d3d
 DIST qutebrowser-1.13.1.tar.gz 4027485 BLAKE2B 
cb19fa2baa447776e0d03128446619eeacd1049b30fcca26008e0cccb10594d1d32037643b3834297adef637328444aad33d84383bdc49307528321cfa2b846d
 SHA512 
a3eb3845a896a88f755e4e7d336d86a8740be66ae94a8e19fb4739148ce1e66aa9fddec04df9308a51c8ef922fa28e3683bb911dd3ba7c91816c26ea92665cfd
+DIST qutebrowser-1.14.0.tar.gz 4144761 BLAKE2B 
cc220990c119904c18932b7f240e428fd36baaf42a592f8fe15e9a1b1e5506cf82291ac0365fd43c75ffa78b403cbe35616f8bd5b362a686db389f5ab7a02345
 SHA512 
7330b685b5852c7700738bf1063121c6cb19b190143e4b98680563ae1a6ce7affaf9691db8c3a4e3686172be7da26ce841709dbc5d31a941326d7432c857cb25

diff --git a/www-client/qutebrowser/qutebrowser-1.14.0.ebuild 
b/www-client/qutebrowser/qutebrowser-1.14.0.ebuild
new file mode 100644
index 00000000000..9053e559b50
--- /dev/null
+++ b/www-client/qutebrowser/qutebrowser-1.14.0.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+
+inherit desktop distutils-r1 optfeature xdg-utils
+
+DESCRIPTION="A keyboard-driven, vim-like browser based on PyQt5 and 
QtWebEngine"
+HOMEPAGE="https://www.qutebrowser.org/ 
https://github.com/qutebrowser/qutebrowser";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="scripts test"
+
+BDEPEND="
+       app-text/asciidoc"
+RDEPEND="
+       dev-python/attrs[${PYTHON_USEDEP}]
+       dev-python/colorama[${PYTHON_USEDEP}]
+       dev-python/cssutils[${PYTHON_USEDEP}]
+       dev-python/jinja[${PYTHON_USEDEP}]
+       dev-python/markupsafe[${PYTHON_USEDEP}]
+       >=dev-python/pygments-2.7.1[${PYTHON_USEDEP}]
+       dev-python/pypeg2[${PYTHON_USEDEP}]
+       
dev-python/PyQt5[${PYTHON_USEDEP},declarative,multimedia,gui,network,opengl,printsupport,sql,widgets]
+       dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
+       >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP},libyaml]
+"
+
+distutils_enable_tests setup.py
+
+# Tests restricted as the deplist (misc/requirements/requirements-tests.txt)
+# isn't complete and X11 is required in order to start up qutebrowser.
+RESTRICT="test"
+
+python_compile_all() {
+       a2x -f manpage doc/${PN}.1.asciidoc || die "Failed generating man page"
+}
+
+python_install_all() {
+       doman doc/${PN}.1
+       domenu misc/org.${PN}.${PN}.desktop
+       doicon -s scalable icons/${PN}.svg
+
+       if use scripts; then
+               insinto /usr/share/qutebrowser/userscripts/
+               doins misc/userscripts/README.md
+               exeinto /usr/share/qutebrowser/userscripts/
+               doexe misc/userscripts/cast \
+                     misc/userscripts/dmenu_qutebrowser \
+                     misc/userscripts/format_json \
+                     misc/userscripts/getbib \
+                     misc/userscripts/open_download \
+                     misc/userscripts/openfeeds \
+                     misc/userscripts/password_fill \
+                     misc/userscripts/qute-bitwarden \
+                     misc/userscripts/qutedmenu \
+                     misc/userscripts/qute-keepass \
+                     misc/userscripts/qute-lastpass \
+                     misc/userscripts/qute-pass \
+                     misc/userscripts/readability \
+                     misc/userscripts/readability-js \
+                     misc/userscripts/ripbang \
+                     misc/userscripts/rss \
+                     misc/userscripts/taskadd \
+                     misc/userscripts/tor_identity \
+                     misc/userscripts/view_in_mpv
+       fi
+
+       distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+       optfeature "PDF display support" www-plugins/pdfjs
+       xdg_desktop_database_update
+       xdg_icon_cache_update
+       xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+       xdg_desktop_database_update
+       xdg_icon_cache_update
+       xdg_mimeinfo_database_update
+}

Reply via email to