qutebrowser: update to 3.0.2.

This commit is contained in:
Andrew J. Hesford 2023-11-08 11:49:41 -05:00
parent e098bcf477
commit 1eb8e03f7a
2 changed files with 4 additions and 27 deletions

View file

@ -1,23 +0,0 @@
From b317038a01094136d06d4cb769b7755450b94f61 Mon Sep 17 00:00:00 2001
From: Florian Bruhin <me@the-compiler.org>
Date: Mon, 18 Sep 2023 18:03:21 +0200
Subject: [PATCH] eventfilter: Also enable workaround on wayland-egl
Will be fixed nicely on main, this is a more minimal fix
---
qutebrowser/keyinput/eventfilter.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qutebrowser/keyinput/eventfilter.py b/qutebrowser/keyinput/eventfilter.py
index 306d4405b6d..ce9959bd4e3 100644
--- a/qutebrowser/keyinput/eventfilter.py
+++ b/qutebrowser/keyinput/eventfilter.py
@@ -86,7 +86,7 @@ def eventFilter(self, obj: Optional[QObject], event: Optional[QEvent]) -> bool:
if (
ev_type == QEvent.Type.DragEnter and
- objects.qapp.platformName() == "wayland" and
+ objects.qapp.platformName() in ["wayland", "wayland-egl"] and
qVersion() == "6.5.2"
):
# WORKAROUND for https://bugreports.qt.io/browse/QTBUG-115757

View file

@ -1,17 +1,17 @@
# Template file for 'qutebrowser' # Template file for 'qutebrowser'
pkgname=qutebrowser pkgname=qutebrowser
version=3.0.0 version=3.0.2
revision=3 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools asciidoc" hostmakedepends="python3-setuptools asciidoc"
depends="python3-Jinja2 python3-yaml" depends="python3-Jinja2 python3-yaml"
short_desc="Keyboard-focused browser with a minimal GUI" short_desc="Keyboard-focused browser with a minimal GUI"
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>" maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://qutebrowser.org/" homepage="https://qutebrowser.org/"
changelog="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/changelog.asciidoc" changelog="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/changelog.asciidoc"
distfiles="https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz" distfiles="https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz"
checksum=39eaf4a7f0f051f39e8d40a04824a432f2cb023372271e75aa037b6dc410d8fc checksum=a51893de4a123519afb83723b9ced2b2d98f4ca5285278c81e9bdda91ed5bc51
nostrip=yes nostrip=yes
# testing requires unpackaged plugins: # testing requires unpackaged plugins:
# pytest-bdd, pytest-benchmark, pytest-instafail, pytest-rerunfailures # pytest-bdd, pytest-benchmark, pytest-instafail, pytest-rerunfailures