pkgsrc-WIP-changes archive

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

qutebrowser: update to qutebrowser-1.2.1



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Thu Mar 15 20:45:06 2018 +0200
Changeset:	3595b60f0600dd36e01982f7c4c6cea9cc8f8547

Modified Files:
	qutebrowser/Makefile
	qutebrowser/distinfo

Log Message:
qutebrowser: update to qutebrowser-1.2.1

Change Log
===========

v1.2.1
------

Fixed
~~~~~

- qutebrowser now starts properly when the PyQt5 QOpenGLFunctions package wasn't
  found.
- The keybinding cheatsheet on the quickstart page is now loaded from a local
  `qute://` URL again.
- With "tox -e mkvenv-pypi", PyQt 5.10.0 is used again instead of Qt 5.10.1,
  because of an issue with Qt 5.10.1 which causes qutebrowser to fail to start
  ("Could not find QtWebEngineProcess").
- Unbinding keys which were bound in older qutebrowser versions now doesn't
  crash anymore.
- Fixed a crash when reloading a page which wasn't fully loaded with v1.2.0
- Keys on the numeric keypad now fall back to the same bindings without `Num+`
  if no `Num+` binding was found.
- Fixed hinting on some pages with Qt < 5.10.
- Titles are now displayed correctly again for tabs which are cloned or loaded
  from sessions.
- Shortcuts now correctly use `Ctrl` instead of `Command` on macOS again.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3595b60f0600dd36e01982f7c4c6cea9cc8f8547

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

diffstat:
 qutebrowser/Makefile | 4 ++--
 qutebrowser/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/qutebrowser/Makefile b/qutebrowser/Makefile
index 151a83c55e..b9d227ddcf 100644
--- a/qutebrowser/Makefile
+++ b/qutebrowser/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	qutebrowser-1.2.0
+DISTNAME=	qutebrowser-1.2.1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=qutebrowser/}
-GITHUB_TAG=	v1.2.0
+GITHUB_TAG=	v1.2.1
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://qutebrowser.org/
diff --git a/qutebrowser/distinfo b/qutebrowser/distinfo
index b6d18e836f..df8b99e9c3 100644
--- a/qutebrowser/distinfo
+++ b/qutebrowser/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qutebrowser-1.2.0.tar.gz) = feb682d67659e6eb6e735158c4a969641ee1a7d2
-RMD160 (qutebrowser-1.2.0.tar.gz) = 12581b780b75fd27c09370e062b70499ef415f80
-SHA512 (qutebrowser-1.2.0.tar.gz) = e789d4b6dd90620e6db7bae77617c85a4c3cb6a73c7dc90db14d6a56bbbbdccce66df76c4cecdac080a9697d8b09ddc24f23bbaf57f602f1b9c2074980299a52
-Size (qutebrowser-1.2.0.tar.gz) = 3065630 bytes
+SHA1 (qutebrowser-1.2.1.tar.gz) = be03ed8b7db80d065b9674a6809e2a7e8062c550
+RMD160 (qutebrowser-1.2.1.tar.gz) = 7d02c399ab922e829a320e9ca9decbd5e7a60e38
+SHA512 (qutebrowser-1.2.1.tar.gz) = fc8ff47dc3b7ab393f9ba9561810365cd79df649d2071c5f7af311aed7fd1a5f0c4b19fc0d427aecd58193a7cdc0228d69d4e04a3fd5652fcd0226cde5683cc2
+Size (qutebrowser-1.2.1.tar.gz) = 3067470 bytes


Home | Main Index | Thread Index | Old Index