Skip to content

Commit

Permalink
www-client/qutebrowser: backport trivial dictcli.py fix
Browse files Browse the repository at this point in the history
Not super important, but still be a while before a 3.0.0,
and unsure when/if 2.5.3 is happening.

Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Dec 11, 2022
1 parent afd37c5 commit 9c374f2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions www-client/qutebrowser/files/qutebrowser-2.5.2-dictcli.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
https://github.com/qutebrowser/qutebrowser/commit/f277876ce0817f7d05ca94b05beb644482027f85
From: Florian Bruhin <[email protected]>
Date: Sat, 19 Nov 2022 16:00:15 +0100
Subject: [PATCH] dictcli: Switch from master to main

Fixes #7481
--- a/scripts/dictcli.py
+++ b/scripts/dictcli.py
@@ -40,7 +40,7 @@
from qutebrowser.utils import standarddir


-API_URL = 'https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries.git/+/master/'
+API_URL = 'https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries.git/+/main/'


class InvalidLanguageError(Exception):
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ BDEPEND="

distutils_enable_tests pytest

PATCHES=(
"${FILESDIR}"/${P}-dictcli.patch
)

src_prepare() {
distutils-r1_src_prepare

Expand Down

0 comments on commit 9c374f2

Please sign in to comment.