public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 18 Feb 2025 18:44:04 +0000 (UTC)	[thread overview]
Message-ID: <1739904178.e30169d6d4b846e5acd1be79f8c0b212fd04a61f.asturm@gentoo> (raw)

commit:     e30169d6d4b846e5acd1be79f8c0b212fd04a61f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 16:56:36 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 18:42:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30169d6

kde-plasma/plasma-login-sessions: 6.3.1 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-login-sessions/Manifest          |  1 +
 .../plasma-login-sessions-6.3.1.ebuild             | 44 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/kde-plasma/plasma-login-sessions/Manifest b/kde-plasma/plasma-login-sessions/Manifest
index cf55b262ae1a..5dfca719fb6f 100644
--- a/kde-plasma/plasma-login-sessions/Manifest
+++ b/kde-plasma/plasma-login-sessions/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-workspace-6.2.5.tar.xz 19136676 BLAKE2B 38d211247cfeee10df6f4fff5cbef91d9a7daa760033e29743e1c78577baf876c8c416d0a84e45efb5d6bab007965b3cd8c6d1feec7749bd4dd8cb24df4a71ee SHA512 228d183c9561cbf3d5630582b80c687868eaf420310010bd417de0e9f0ababaa4767805c1ce84f4eb3539ea32bfe6c2849b70d7ddd133f6095ab71f94f854dea
 DIST plasma-workspace-6.3.0.tar.xz 19120672 BLAKE2B 467cd7cbabd90292b98dfe7d111d93f0d042310165b30a82b4300945c506b25db9f25e50c4237a45909ae4a57f63416fba272ceabd9ca0153c6f30b24659cba6 SHA512 eb7602ed484792729949302a616d19414591ae06536bb876bcb3694d7b43d6e0010e05c0a8c8dd93ce119f2429d1effba3729915e3afed5f3f6293373794ce78
+DIST plasma-workspace-6.3.1.tar.xz 19132452 BLAKE2B 6578fb2ea69225c67388934125d4bda62d3ec08431a9ca66c47819a50efc8daf119c3817c6c170d5e8d92a947fe9180e2599216321efb6c181c4ce81c2bea296 SHA512 f501295a376c97555124b3b2c9ade359862dd1f154888ad100221a9650d95aa6791e34179fc6bfe324a3381ba5130e7c571c15eb570871b2d50dda12dba854d9

diff --git a/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.3.1.ebuild b/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.3.1.ebuild
new file mode 100644
index 000000000000..dedd10ee7194
--- /dev/null
+++ b/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.3.1.ebuild
@@ -0,0 +1,44 @@
+# 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"
+
+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
+}


             reply	other threads:[~2025-02-18 18:44 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-18 18:44 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-login-sessions/ 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-15 15:37 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-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-11 17:59 Andreas Sturmlechner
2025-01-26 11:19 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=1739904178.e30169d6d4b846e5acd1be79f8c0b212fd04a61f.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