pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/qutebrowser



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Jul 18 20:37:34 UTC 2020

Modified Files:
        pkgsrc/www/qutebrowser: Makefile distinfo

Log Message:
www/qutebrowser: update to 1.13.1

Fixed
-With Qt 5.14, shared workers are now disabled. This works around a crash in
QtWebEngine on certain sites (like the Epic Games Store or the Unreal Engine
page).
-When a window is closed, the tab it contains are now correctly shut down
(closing e.g. any dialogs which are still open for those tabs).
-The Qt 5.15 session workaround now loads the correct (rather than the latest)
page when :back was used before saving a session.
-In certain situations on Windows, qutebrowser fails to find the username of
the user launching qutebrowser (most likely due to a bug in the application
launching it). When this happens, an error is now displayed instead of
crashing.
-Certain autoconfig.yml with an invalid structure could lead to crashes,
which are now fixed.
-Generating docs with asciidoc2html.py (e.g. via mkvenv.py) now works
correctly without Pygments being installed system-wide.
-Ever since Qt 5.9, when input.mouse.rocker_gestures was enabled, the
context menu still was shown when clicking the right mouse button, thus
preventing the rocker gestures. This is now fixed.
-Clicking the inspector switched from existing modes (such as passthrough) to
normal mode since v1.13.0. Now insert mode is only entered when the inspector
is clicked in normal mode.
-Pulseaudio now shows qutebrowser's audio streams as qutebrowser correctly,
rather than showing them as Chromium with some Qt versions.
-If :help was called with a deprecated command (e.g. :help :inspector),
the help page would show despite deprecated commands not being documented.
This now shows an error instead.
-The qute-lastpass userscript now filters out duplicate entries with
--merge-candidates.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/qutebrowser/Makefile \
    pkgsrc/www/qutebrowser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/qutebrowser/Makefile
diff -u pkgsrc/www/qutebrowser/Makefile:1.2 pkgsrc/www/qutebrowser/Makefile:1.3
--- pkgsrc/www/qutebrowser/Makefile:1.2 Fri Jun 26 20:01:50 2020
+++ pkgsrc/www/qutebrowser/Makefile     Sat Jul 18 20:37:34 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/06/26 20:01:50 pin Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/18 20:37:34 pin Exp $
 
-DISTNAME=      qutebrowser-1.13.0
+DISTNAME=      qutebrowser-1.13.1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=qutebrowser/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
Index: pkgsrc/www/qutebrowser/distinfo
diff -u pkgsrc/www/qutebrowser/distinfo:1.2 pkgsrc/www/qutebrowser/distinfo:1.3
--- pkgsrc/www/qutebrowser/distinfo:1.2 Fri Jun 26 20:01:50 2020
+++ pkgsrc/www/qutebrowser/distinfo     Sat Jul 18 20:37:34 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/06/26 20:01:50 pin Exp $
+$NetBSD: distinfo,v 1.3 2020/07/18 20:37:34 pin Exp $
 
-SHA1 (qutebrowser-1.13.0.tar.gz) = db97d09762edd3fbd500262406cf0a07722feac5
-RMD160 (qutebrowser-1.13.0.tar.gz) = 7ba8c081cb9560ef43a05158c1f2ea7e2f3a6d81
-SHA512 (qutebrowser-1.13.0.tar.gz) = b2f6caaf14b0fc823bd2ce7c807126c472adbb71a51bb34f2a5688ac4ef79cb854f5236b8652956bb65714d4f02e1e96544931f5e3f08bbd0018b46be8d5a9b9
-Size (qutebrowser-1.13.0.tar.gz) = 3260059 bytes
+SHA1 (qutebrowser-1.13.1.tar.gz) = f7888b15f77055e0f9e97d06106511c138d71aa7
+RMD160 (qutebrowser-1.13.1.tar.gz) = 90180f11efa1dc4431c0aaa70f9de27b9fced602
+SHA512 (qutebrowser-1.13.1.tar.gz) = bdfdecde5369ab6f3bdcf95c3568fb68402160eeb0a8df1046226cebed2755c0c482ba919a265ded5b57b0f253a01411229e0896187107594821563a9a19fefd
+Size (qutebrowser-1.13.1.tar.gz) = 3261500 bytes



Home | Main Index | Thread Index | Old Index