From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-welcome/
Date: Wed, 09 Jul 2025 16:26:02 +0000 (UTC) [thread overview]
Message-ID: <1752078341.f07239f1a550f4501aa5da081bbd84aa9265a23c.asturm@gentoo> (raw)
commit: f07239f1a550f4501aa5da081bbd84aa9265a23c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 9 15:21:27 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 9 16:25:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07239f1
kde-plasma/plasma-welcome: 6.3.6 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-welcome/Manifest | 1 +
.../plasma-welcome/plasma-welcome-6.3.6.ebuild | 46 ++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/kde-plasma/plasma-welcome/Manifest b/kde-plasma/plasma-welcome/Manifest
index 4737ef508b9b..b1d9ebbb81e9 100644
--- a/kde-plasma/plasma-welcome/Manifest
+++ b/kde-plasma/plasma-welcome/Manifest
@@ -1,2 +1,3 @@
DIST plasma-welcome-6.3.5.tar.xz 704584 BLAKE2B 7d3018d07e5d56b85f8098b6df34a19a60a97f34ba3a185b5766c516b521d51bea77dde98f1ecb4245d5c9dd30a38068d65b9660a6240706d37d597b0b474d5f SHA512 ff55dd4f7902c128ec40cd83451d38a95ab568588c2b5c8734424fc3d20486c73b1aea2a16fea83f96f9c0876009bdb7564e20dfd88e5e8679b5dc9a43bd313d
+DIST plasma-welcome-6.3.6.tar.xz 702856 BLAKE2B 6dbd6b7a6d73ca09ec339db64cce1bb58005965421d01953757ea781b81f4f64874742809ef87f9bbc9573985165920ed39e4920e5001f4033a8112954914f46 SHA512 8ef7dcb771f431850529a9880a23b75de231d44897ddef251a2ea65de92f8b7bf3c9664c1f8ea2293ace6d9f6b695c4770a02b72b8383a56b88212103c76fea0
DIST plasma-welcome-6.4.2.tar.xz 716956 BLAKE2B 7d80d45ad9b23fb725738aa3e2efebbf99306c6c2e7aae47e6fb1419b55ea5043cb35088bb55868c38502d23649ac59c067256bbcd417024d1117c96b5dfc95e SHA512 0b8969cde832f0d9f232b6cb8200476f2a723a84b1bac2780ac0cfa8e433ed763c5bf8522ad02db59d40694f29ce6f9da3771fdf2512d79a043e934c96c45ff1
diff --git a/kde-plasma/plasma-welcome/plasma-welcome-6.3.6.ebuild b/kde-plasma/plasma-welcome/plasma-welcome-6.3.6.ebuild
new file mode 100644
index 000000000000..b8f9b3e77c92
--- /dev/null
+++ b/kde-plasma/plasma-welcome/plasma-welcome-6.3.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.10.0
+QTMIN=6.8.1
+inherit ecm dot-a plasma.kde.org xdg
+
+DESCRIPTION="Friendly onboarding wizard for Plasma"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-libs/kirigami-addons-1.2.0
+ >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+ >=dev-qt/qtsvg-${QTMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-frameworks/kjobwidgets-${KFMIN}:6
+ >=kde-frameworks/knewstuff-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/ksvg-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
+ >=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-07-09 16:26 UTC|newest]
Thread overview: 105+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-09 16:26 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-26 10:21 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-welcome/ Andreas Sturmlechner
2025-09-17 12:13 Arthur Zamarin
2025-09-17 11:36 Arthur Zamarin
2025-09-09 15:09 Andreas Sturmlechner
2025-08-06 15:13 Andreas Sturmlechner
2025-08-05 21:23 Andreas Sturmlechner
2025-07-28 16:58 Andreas Sturmlechner
2025-07-16 19:03 Andreas Sturmlechner
2025-07-15 15:37 Andreas Sturmlechner
2025-07-02 17:22 Andreas Sturmlechner
2025-07-01 19:41 Andreas Sturmlechner
2025-06-24 18:11 Andreas Sturmlechner
2025-06-22 10:27 Sam James
2025-06-17 18:08 Andreas Sturmlechner
2025-05-26 18:04 Andreas Sturmlechner
2025-05-26 4:58 Sam James
2025-05-21 11:02 Arthur Zamarin
2025-05-06 19:21 Andreas Sturmlechner
2025-04-02 16:34 Andreas Sturmlechner
2025-04-02 6:03 Sam James
2025-03-11 20:52 Andreas Sturmlechner
2025-02-25 17:37 Andreas Sturmlechner
2025-02-18 21:42 Andreas Sturmlechner
2025-02-18 18:44 Andreas Sturmlechner
2025-02-11 17:59 Andreas Sturmlechner
2025-01-26 11:19 Arthur Zamarin
2025-01-10 9:54 WANG Xuerui
2025-01-01 21:05 Andreas Sturmlechner
2024-12-10 23:46 Andreas Sturmlechner
2024-12-04 17:43 Sam James
2024-12-03 19:21 Andreas Sturmlechner
2024-11-26 18:25 Andreas Sturmlechner
2024-11-05 19:16 Andreas Sturmlechner
2024-10-22 15:45 Andreas Sturmlechner
2024-10-15 18:03 Andreas Sturmlechner
2024-10-08 15:36 Andreas Sturmlechner
2024-10-07 18:02 Andreas Sturmlechner
2024-09-21 7:13 Arthur Zamarin
2024-09-21 7:12 Arthur Zamarin
2024-09-10 16:36 Andreas Sturmlechner
2024-08-06 14:26 Andreas Sturmlechner
2024-07-26 11:17 Arthur Zamarin
2024-07-16 16:32 Andreas Sturmlechner
2024-07-12 15:24 Arthur Zamarin
2024-07-02 17:57 Andreas Sturmlechner
2024-07-02 12:07 Jakov Smolić
2024-06-27 17:18 Andreas Sturmlechner
2024-06-27 10:04 Sam James
2024-06-27 9:43 Arthur Zamarin
2024-06-25 22:33 Sam James
2024-06-18 14:52 Andreas Sturmlechner
2024-05-27 22:23 Andreas Sturmlechner
2024-05-21 19:05 Andreas Sturmlechner
2024-04-16 19:54 Andreas Sturmlechner
2024-03-26 19:56 Andreas Sturmlechner
2024-03-12 16:32 Andreas Sturmlechner
2024-03-11 20:57 Arthur Zamarin
2024-03-11 13:17 Arthur Zamarin
2024-03-06 19:34 Andreas Sturmlechner
2024-03-06 15:47 Andreas Sturmlechner
2024-02-17 5:25 Sam James
2024-01-21 21:37 Andreas Sturmlechner
2024-01-10 23:24 Andreas Sturmlechner
2023-12-23 18:30 Andreas Sturmlechner
2023-12-20 8:45 Arthur Zamarin
2023-12-07 9:06 Andreas Sturmlechner
2023-11-23 16:51 Sam James
2023-11-23 16:38 Sam James
2023-11-23 15:16 Sam James
2023-10-24 22:37 Sam James
2023-09-26 18:14 Arthur Zamarin
2023-09-26 15:35 Arthur Zamarin
2023-09-26 15:28 Arthur Zamarin
2023-09-13 17:44 Andreas Sturmlechner
2023-08-16 16:31 Andreas Sturmlechner
2023-08-16 13:33 Arthur Zamarin
2023-08-16 13:23 Arthur Zamarin
2023-08-01 10:58 Andreas Sturmlechner
2023-07-23 21:54 Sam James
2023-07-15 10:31 Arthur Zamarin
2023-06-30 17:03 Andreas Sturmlechner
2023-06-20 22:24 Andreas Sturmlechner
2023-05-22 12:55 Andreas Sturmlechner
2023-05-22 8:27 Arthur Zamarin
2023-05-21 19:51 Sam James
2023-05-21 6:10 Arthur Zamarin
2023-05-09 15:01 Andreas Sturmlechner
2023-04-22 15:10 Arthur Zamarin
2023-04-22 15:04 Arthur Zamarin
2023-04-22 14:57 Arthur Zamarin
2023-04-19 19:55 Andreas Sturmlechner
2023-04-10 18:35 Andreas Sturmlechner
2023-04-04 19:07 Andreas Sturmlechner
2023-03-14 20:14 Andreas Sturmlechner
2023-02-28 15:44 Andreas Sturmlechner
2023-02-22 10:23 Andreas Sturmlechner
2023-02-14 11:27 Andreas Sturmlechner
2023-01-30 11:00 WANG Xuerui
2023-01-26 1:46 Sam James
2023-01-26 1:46 Sam James
2023-01-25 5:56 Jakov Smolić
2023-01-21 16:10 Arthur Zamarin
2023-01-21 6:58 Arthur Zamarin
2023-01-20 13:11 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=1752078341.f07239f1a550f4501aa5da081bbd84aa9265a23c.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