From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-login-sessions/
Date: Tue, 15 Jul 2025 15:37:32 +0000 (UTC) [thread overview]
Message-ID: <1752593803.df68a86c37254b8eccd5532826767a913bc3863b.asturm@gentoo> (raw)
commit: df68a86c37254b8eccd5532826767a913bc3863b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 14:35:20 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 15:36:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df68a86c
kde-plasma/plasma-login-sessions: 6.4.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-login-sessions/Manifest | 1 +
.../plasma-login-sessions-6.4.3.ebuild | 47 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/kde-plasma/plasma-login-sessions/Manifest b/kde-plasma/plasma-login-sessions/Manifest
index 7ad37bec2f01..b95e64fa5654 100644
--- a/kde-plasma/plasma-login-sessions/Manifest
+++ b/kde-plasma/plasma-login-sessions/Manifest
@@ -1,3 +1,4 @@
DIST plasma-workspace-6.3.5.tar.xz 19156744 BLAKE2B 86ec1b75dee0227232268a794eef2a2fe39f64b9cebe7ae129502117ed3bd38cb6f7fdef448706dfc1044be936617042037ce2fc666945904cb6c9d3564d2a72 SHA512 de9cdef94de4f210a0894d6be4e4dd56f37d500896f44a75115f494dc1534e8e189d8111c5e4b6b8149565f583886f11c15aa580cff9d57b6c9b5425eb4b0638
DIST plasma-workspace-6.3.6.tar.xz 19107548 BLAKE2B 640cb0fe555304e80109a6887e0bf769ea32dd4816cdf3c59392c00be6c1484871f3184d05619acee6863f24a2bc3bc51cdfddf4c16096d47bb707022decfc47 SHA512 4d29d5f36ccc69626d2b7faf6848ead497fc273c49f8ae0ec8d517200db8b38a0a69a334a6352e71b9ccfa45f955d1612c7f073c7b88d0c1d3f745916e19d268
DIST plasma-workspace-6.4.2.tar.xz 20819960 BLAKE2B fa0cd8b086247771200da9c1ebe832830f700943ec0656966e6b8d7ef12a683fe4b4a9bfd6c73766e6f67d623958c5b3c385c9370303636bfb6150e41c2a2c77 SHA512 48e1b93f87394d8b302b34d6c1b202c43f853d2c1b184d5527f987e103672aa8e07fdce8c36d28f8f2887a623451bf44cb8d4780cf5d771833919952b04b527f
+DIST plasma-workspace-6.4.3.tar.xz 20821552 BLAKE2B b0e65eb99211ca18856f509c12f358a9b84db24e8032efc7a5f86513d53b8f7180410208965f27bdd631f3a147b2ab103a1e832acee9c7a6b505d8521566ff43 SHA512 533635d3815d207fdb6506edd918451b08fbb61c2f81ef67d59aeb1c8198a42392e56524f2e2772b48e1cdc74856c31342634a54779413d221feeab811879555
diff --git a/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.4.3.ebuild b/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.4.3.ebuild
new file mode 100644
index 000000000000..85d078130535
--- /dev/null
+++ b/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.4.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="false"
+ECM_I18N="false"
+KDE_ORG_NAME="${PN/login-sessions/workspace}"
+inherit ecm-common plasma.kde.org
+
+DESCRIPTION="KDE Plasma login sessions"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="+wayland X"
+
+REQUIRED_USE="|| ( wayland X )"
+
+RDEPEND="!<kde-plasma/plasma-workspace-6.2.1
+ wayland? ( kde-plasma/kwin:6 )
+ X? ( kde-plasma/kwin-x11:6 )
+"
+
+ecm-common_inject_heredoc() {
+ cat >> CMakeLists.txt <<- _EOF_ || die
+ add_subdirectory(login-sessions)
+ _EOF_
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DKDE_INSTALL_LIBEXECDIR=/usr/libexec # temp. workaround, bug 941502
+ -DPLASMA_X11_DEFAULT_SESSION=$(usex !wayland)
+ )
+ ecm-common_src_configure
+}
+
+src_install() {
+ cmake_src_install
+ if ! use wayland; then
+ rm -rv "${ED}"/usr/share/wayland-sessions || die
+ fi
+ if ! use X; then
+ rm -rv "${ED}"/usr/share/xsessions || die
+ fi
+}
next reply other threads:[~2025-07-15 15:37 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-15 15:37 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-28 15:53 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-login-sessions/ Andreas Sturmlechner
2025-09-26 10:21 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:12 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-09 16:26 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-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-24 22:16 Sam James
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-26 11:18 Arthur Zamarin
2025-01-10 10:13 WANG Xuerui
2025-01-01 21:05 Andreas Sturmlechner
2024-12-04 17:43 Sam James
2024-11-26 18:25 Andreas Sturmlechner
2024-10-22 15:45 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=1752593803.df68a86c37254b8eccd5532826767a913bc3863b.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