diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-02-06 19:31:41 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-02-06 22:16:33 +0100 |
commit | ad38b38964f572f4f13aa5542ed2c49e4600ac77 (patch) | |
tree | 919b4a8cdad73dea4b884d24368f93f315fc6967 /kde-apps | |
parent | www-client/falkon: Add missing dev-python/pyside[webengine] usedep (diff) | |
download | gentoo-ad38b38964f572f4f13aa5542ed2c49e4600ac77.tar.gz gentoo-ad38b38964f572f4f13aa5542ed2c49e4600ac77.tar.bz2 gentoo-ad38b38964f572f4f13aa5542ed2c49e4600ac77.zip |
kde-apps/dolphin: Fix KNewStuff3 ProvidersUrl
See also:
https://mail.kde.org/pipermail/distributions/2022-February/001124.html
https://mail.kde.org/pipermail/distributions/2022-February/001128.html
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/dolphin/dolphin-21.08.3-r1.ebuild (renamed from kde-apps/dolphin/dolphin-21.08.3.ebuild) | 4 | ||||
-rw-r--r-- | kde-apps/dolphin/files/dolphin-21.08.3-fix-ProvidersUrl.patch | 27 |
2 files changed, 30 insertions, 1 deletions
diff --git a/kde-apps/dolphin/dolphin-21.08.3.ebuild b/kde-apps/dolphin/dolphin-21.08.3-r1.ebuild index 9160d9e3ad2d..d4a96ad6d8a2 100644 --- a/kde-apps/dolphin/dolphin-21.08.3.ebuild +++ b/kde-apps/dolphin/dolphin-21.08.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -63,6 +63,8 @@ RDEPEND="${DEPEND} PATCHES=( "${FILESDIR}/${PN}-21.08.1-port-to-KTerminalLauncherJob.patch" # KDE-bug 441072 + # https://mail.kde.org/pipermail/distributions/2022-February/001128.html + "${FILESDIR}/${PN}-21.08.3-fix-ProvidersUrl.patch" ) src_configure() { diff --git a/kde-apps/dolphin/files/dolphin-21.08.3-fix-ProvidersUrl.patch b/kde-apps/dolphin/files/dolphin-21.08.3-fix-ProvidersUrl.patch new file mode 100644 index 000000000000..74472fd0943d --- /dev/null +++ b/kde-apps/dolphin/files/dolphin-21.08.3-fix-ProvidersUrl.patch @@ -0,0 +1,27 @@ +From d0898592a17d14fc8d48fc5cba71f3d57f0a1856 Mon Sep 17 00:00:00 2001 +From: Ben Cooksley <bcooksley@kde.org> +Date: Thu, 30 Dec 2021 07:31:41 +1300 +Subject: [PATCH] Use the CDN based endpoint rather than the legacy endpoint + which hits our download redirector. + +CCMAIL: distributions@kde.org + +(cherry picked from commit 694e4e24526c5f55e162ad9288782e7c82cac38f) +--- + src/settings/contextmenu/servicemenu.knsrc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/settings/contextmenu/servicemenu.knsrc b/src/settings/contextmenu/servicemenu.knsrc +index 59d459895..4374082c7 100644 +--- a/src/settings/contextmenu/servicemenu.knsrc ++++ b/src/settings/contextmenu/servicemenu.knsrc +@@ -1,5 +1,5 @@ + [KNewStuff3] +-ProvidersUrl=https://download.kde.org/ocs/providers.xml ++ProvidersUrl=https://autoconfig.kde.org/ocs/providers.xml + Categories=Dolphin Service Menus + TargetDir=servicemenu-download + Uncompress=never +-- +GitLab + |