From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-welcome/
Date: Sun, 22 Jun 2025 10:28:21 +0000 (UTC) [thread overview]
Message-ID: <1750588085.28c3043c1a88228d6d73b98ff1e9cc4599572d5f.sam@gentoo> (raw)
commit: 28c3043c1a88228d6d73b98ff1e9cc4599572d5f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 22 10:26:12 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 10:28:05 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=28c3043c
kde-plasma/plasma-welcome: use dot-a.eclass
... to avoid installing broken static libraries w/ LTO.
The static lib is required, unfortunately: https://invent.kde.org/plasma/plasma-welcome/-/merge_requests/185#note_1243226
Closes: https://bugs.gentoo.org/958349
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-plasma/plasma-welcome/plasma-welcome-6.3.49.9999.ebuild | 12 +++++++++++-
kde-plasma/plasma-welcome/plasma-welcome-6.4.49.9999.ebuild | 12 +++++++++++-
kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild | 12 +++++++++++-
3 files changed, 33 insertions(+), 3 deletions(-)
diff --git a/kde-plasma/plasma-welcome/plasma-welcome-6.3.49.9999.ebuild b/kde-plasma/plasma-welcome/plasma-welcome-6.3.49.9999.ebuild
index af8e76f6fc..6b68924db1 100644
--- a/kde-plasma/plasma-welcome/plasma-welcome-6.3.49.9999.ebuild
+++ b/kde-plasma/plasma-welcome/plasma-welcome-6.3.49.9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
KFMIN=6.10.0
QTMIN=6.8.1
-inherit ecm plasma.kde.org xdg
+inherit ecm dot-a plasma.kde.org xdg
DESCRIPTION="Friendly onboarding wizard for Plasma"
@@ -34,3 +34,13 @@ DEPEND="
>=kde-plasma/libplasma-${KDE_CATV}:6
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ lto-guarantee-fat
+ ecm_src_configure
+}
+
+src_install() {
+ ecm_src_install
+ strip-lto-bytecode
+}
diff --git a/kde-plasma/plasma-welcome/plasma-welcome-6.4.49.9999.ebuild b/kde-plasma/plasma-welcome/plasma-welcome-6.4.49.9999.ebuild
index b88cf0235d..cac1099209 100644
--- a/kde-plasma/plasma-welcome/plasma-welcome-6.4.49.9999.ebuild
+++ b/kde-plasma/plasma-welcome/plasma-welcome-6.4.49.9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
KFMIN=6.14.0
QTMIN=6.8.1
-inherit ecm plasma.kde.org xdg
+inherit ecm dot-a plasma.kde.org xdg
DESCRIPTION="Friendly onboarding wizard for Plasma"
@@ -34,3 +34,13 @@ DEPEND="
>=kde-plasma/libplasma-${KDE_CATV}:6
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ lto-guarantee-fat
+ ecm_src_configure
+}
+
+src_install() {
+ ecm_src_install
+ strip-lto-bytecode
+}
diff --git a/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild b/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild
index 4bb4a6b0bc..9b1cdb4347 100644
--- a/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild
+++ b/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
KFMIN=9999
QTMIN=6.8.1
-inherit ecm plasma.kde.org xdg
+inherit ecm dot-a plasma.kde.org xdg
DESCRIPTION="Friendly onboarding wizard for Plasma"
@@ -34,3 +34,13 @@ DEPEND="
>=kde-plasma/libplasma-${KDE_CATV}:6
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ lto-guarantee-fat
+ ecm_src_configure
+}
+
+src_install() {
+ ecm_src_install
+ strip-lto-bytecode
+}
next reply other threads:[~2025-06-22 10:28 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-22 10:28 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-04 21:41 [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-welcome/ Andreas Sturmlechner
2025-10-02 16:12 Andreas Sturmlechner
2025-09-18 18:55 Andreas Sturmlechner
2025-08-06 14:59 Andreas Sturmlechner
2025-07-25 3:32 Sam James
2025-07-09 16:39 Andreas Sturmlechner
2025-07-08 16:49 Andreas Sturmlechner
2025-06-17 18:07 Andreas Sturmlechner
2025-06-13 13:16 Andreas Sturmlechner
2025-05-29 20:49 Andreas Sturmlechner
2025-05-15 22:47 Andreas Sturmlechner
2025-02-11 18:09 Andreas Sturmlechner
2025-01-23 18:56 Andreas Sturmlechner
2025-01-10 17:53 Andreas Sturmlechner
2025-01-01 21:26 Andreas Sturmlechner
2024-10-10 23:00 Andreas Sturmlechner
2024-10-08 15:20 Andreas Sturmlechner
2024-10-03 20:18 Andreas Sturmlechner
2024-09-14 21:33 Andreas Sturmlechner
2024-09-14 15:16 Andreas Sturmlechner
2024-09-10 16:48 Andreas Sturmlechner
2024-06-18 20:03 Andreas Sturmlechner
2024-05-27 22:24 Andreas Sturmlechner
2024-05-24 19:49 Andreas Sturmlechner
2024-05-21 19:06 Andreas Sturmlechner
2024-01-10 16:47 Andreas Sturmlechner
2023-12-23 18:46 Andreas Sturmlechner
2023-12-20 23:02 Andreas Sturmlechner
2023-12-19 22:00 Andreas Sturmlechner
2023-12-12 18:32 Andreas Sturmlechner
2023-12-07 19:34 Andreas Sturmlechner
2023-12-02 20:04 Andreas Sturmlechner
2023-12-02 20:00 Andreas Sturmlechner
2023-10-25 7:42 Andreas Sturmlechner
2023-10-24 18:39 Andreas Sturmlechner
2023-06-30 16:52 Andreas Sturmlechner
2023-06-27 20:44 Andreas Sturmlechner
2023-06-27 20:40 Andreas Sturmlechner
2023-05-09 15:06 Andreas Sturmlechner
2023-03-14 20:21 Andreas Sturmlechner
2023-03-14 14:47 Andreas Sturmlechner
2023-02-22 11:59 Andreas Sturmlechner
2023-02-21 14:02 Andreas Sturmlechner
2023-02-14 11:27 Andreas Sturmlechner
2023-02-10 20:19 Andreas Sturmlechner
2023-02-09 13:26 Andreas Sturmlechner
2023-01-20 13:59 Andreas Sturmlechner
2023-01-20 10:40 Andreas Sturmlechner
2023-01-16 18:58 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=1750588085.28c3043c1a88228d6d73b98ff1e9cc4599572d5f.sam@gentoo \
--to=sam@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