From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43272158087 for ; Sun, 6 Feb 2022 21:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 622152BC01D; Sun, 6 Feb 2022 21:17:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4CA82BC002 for ; Sun, 6 Feb 2022 21:17:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B777C342E5B for ; Sun, 6 Feb 2022 21:17:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D66742C8 for ; Sun, 6 Feb 2022 21:17:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1644182193.ad38b38964f572f4f13aa5542ed2c49e4600ac77.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/dolphin/, kde-apps/dolphin/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/dolphin/dolphin-21.08.3-r1.ebuild kde-apps/dolphin/dolphin-21.08.3.ebuild kde-apps/dolphin/files/dolphin-21.08.3-fix-ProvidersUrl.patch X-VCS-Directories: kde-apps/dolphin/files/ kde-apps/dolphin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ad38b38964f572f4f13aa5542ed2c49e4600ac77 X-VCS-Branch: master Date: Sun, 6 Feb 2022 21:17:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d0eb445f-ccc8-46ef-afe3-890ad1b15318 X-Archives-Hash: 735eea98e6587eecd316d02e92d9e098 commit: ad38b38964f572f4f13aa5542ed2c49e4600ac77 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 6 18:31:41 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 6 21:16:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad38b389 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 gentoo.org> ...in-21.08.3.ebuild => dolphin-21.08.3-r1.ebuild} | 4 +++- .../files/dolphin-21.08.3-fix-ProvidersUrl.patch | 27 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/kde-apps/dolphin/dolphin-21.08.3.ebuild b/kde-apps/dolphin/dolphin-21.08.3-r1.ebuild similarity index 95% rename from kde-apps/dolphin/dolphin-21.08.3.ebuild rename to 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 +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 +