diff options
-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 + |