From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdeplasma-addons/files/, kde-plasma/kdeplasma-addons/
Date: Sun, 6 Feb 2022 21:17:10 +0000 (UTC) [thread overview]
Message-ID: <1644182195.e6dd15402dc90217c0a9ad11b8acdea1dc6d8bfc.asturm@gentoo> (raw)
commit: e6dd15402dc90217c0a9ad11b8acdea1dc6d8bfc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 6 20:23:35 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 6 21:16:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6dd1540
kde-plasma/kdeplasma-addons: Fix comic ProvidersUrl
See also:
https://mail.kde.org/pipermail/distributions/2022-February/001124.html
https://mail.kde.org/pipermail/distributions/2022-February/001130.html
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
...asma-addons-5.23.5-fix-comic-ProvidersUrl.patch | 29 ++++++++++++++++++++++
....5.ebuild => kdeplasma-addons-5.23.5-r1.ebuild} | 3 +++
...0.ebuild => kdeplasma-addons-5.23.90-r1.ebuild} | 3 +++
3 files changed, 35 insertions(+)
diff --git a/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.23.5-fix-comic-ProvidersUrl.patch b/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.23.5-fix-comic-ProvidersUrl.patch
new file mode 100644
index 000000000000..628dc9cdcbc8
--- /dev/null
+++ b/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.23.5-fix-comic-ProvidersUrl.patch
@@ -0,0 +1,29 @@
+From 3e24d34d9c36b61973871b0dadb6c11e798348f4 Mon Sep 17 00:00:00 2001
+From: Ben Cooksley <bcooksley@kde.org>
+Date: Mon, 7 Feb 2022 06:28:21 +1300
+Subject: [PATCH] Purge all references to download.kde.org, replacing them with
+ the correct endpoint of autoconfig.kde.org.
+
+CCMAIL: plasma-devel@kde.org
+CCMAIL: distributions@kde.org
+(cherry picked from commit 2c39c2051d9c7fc9e2e5c28c1d0ed44ea582ccd6)
+---
+ applets/comic/comic.knsrc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/applets/comic/comic.knsrc b/applets/comic/comic.knsrc
+index 264381972..bfa9a5dda 100644
+--- a/applets/comic/comic.knsrc
++++ b/applets/comic/comic.knsrc
+@@ -47,7 +47,7 @@ Name[x-test]=xxComicsxx
+ Name[zh_CN]=漫画
+ Name[zh_TW]=漫畫
+
+-ProvidersUrl=https://download.kde.org/ocs/providers.xml
++ProvidersUrl=https://autoconfig.kde.org/ocs/providers.xml
+ Categories=Plasma Comic
+ TargetDir=plasma/comics
+ Uncompress=kpackage
+--
+GitLab
+
diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.5.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.5-r1.ebuild
similarity index 93%
rename from kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.5.ebuild
rename to kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.5-r1.ebuild
index edac0f280437..88fafe00a3bd 100644
--- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.5.ebuild
+++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.5-r1.ebuild
@@ -54,6 +54,9 @@ RDEPEND="${DEPEND}
>=kde-plasma/plasma-workspace-${PVCUT}:5
"
+# https://mail.kde.org/pipermail/distributions/2022-February/001130.html
+PATCHES=( "${FILESDIR}/${P}-fix-comic-ProvidersUrl.patch" )
+
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package share KF5Purpose)
diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.90.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.90-r1.ebuild
similarity index 93%
rename from kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.90.ebuild
rename to kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.90-r1.ebuild
index 76cd0ceb3de6..e55e7808d903 100644
--- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.90.ebuild
+++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.90-r1.ebuild
@@ -54,6 +54,9 @@ RDEPEND="${DEPEND}
>=kde-plasma/plasma-workspace-${PVCUT}:5
"
+# https://mail.kde.org/pipermail/distributions/2022-February/001130.html
+PATCHES=( "${FILESDIR}/${PN}-5.23.5-fix-comic-ProvidersUrl.patch" )
+
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package share KF5Purpose)
next reply other threads:[~2022-02-06 21:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-06 21:17 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-17 19:02 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdeplasma-addons/files/, kde-plasma/kdeplasma-addons/ Andreas Sturmlechner
2022-04-26 22:48 Sam James
2021-11-23 14:59 Andreas Sturmlechner
2020-09-06 16:46 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1644182195.e6dd15402dc90217c0a9ad11b8acdea1dc6d8bfc.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox