public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/
Date: Fri, 21 Jul 2023 11:00:51 +0000 (UTC)	[thread overview]
Message-ID: <1689937161.bcf5fc2eedd0a8eca6f440a58bee30892c309cdd.arthurzam@gentoo> (raw)

commit:     bcf5fc2eedd0a8eca6f440a58bee30892c309cdd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 10:59:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 10:59:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf5fc2e

sys-auth/seatd: add 0.8.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-auth/seatd/Manifest           |  1 +
 sys-auth/seatd/seatd-0.8.0.ebuild | 62 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/sys-auth/seatd/Manifest b/sys-auth/seatd/Manifest
index cbad969e380b..273b094f6b87 100644
--- a/sys-auth/seatd/Manifest
+++ b/sys-auth/seatd/Manifest
@@ -1 +1,2 @@
 DIST seatd-0.7.0.tar.gz 39198 BLAKE2B eddae25b353a5ff4da8aa8b41ead6e6ebab6ffa321376887769cbaf22c3c1b8448d84758749714b82d6ca2d602f2140042634bbeb9312449d8ac207b3774851e SHA512 c81c43994b92672a388bf255edb1fe24d3dba7ece2eb35f9fedc05cc0b8e464e9167ffed037645c4072430fe7b3b8fc80cc99f21fb5100654b5dd23a94742e66
+DIST seatd-0.8.0.tar.gz 39349 BLAKE2B 920270808f28c85badb173af22edb03960f2b9cdce5af3124c64fe68c52a77f002272d2f19e97d107303c55ad6de498d279f6b05311793270c6ee84565fc435e SHA512 93b1e5c170564ce9654e4df9985af95cb505274b36e950998bb1f16803d2d46712140eded2bdd8d5e85aec62070afd9c224184276d79a0ff0813408dfc472db7

diff --git a/sys-auth/seatd/seatd-0.8.0.ebuild b/sys-auth/seatd/seatd-0.8.0.ebuild
new file mode 100644
index 000000000000..a9bfcfa000ff
--- /dev/null
+++ b/sys-auth/seatd/seatd-0.8.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson systemd
+
+DESCRIPTION="Minimal seat management daemon and universal library"
+HOMEPAGE="https://sr.ht/~kennylevinsen/seatd"
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd"
+else
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+	SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz"
+fi
+LICENSE="MIT"
+SLOT="0/1"
+IUSE="builtin elogind server systemd"
+REQUIRED_USE="?? ( elogind systemd )"
+
+DEPEND="
+	elogind? ( sys-auth/elogind )
+	systemd? ( sys-apps/systemd:= )
+"
+RDEPEND="${DEPEND}
+	server? ( acct-group/seat )
+"
+BDEPEND=">=app-text/scdoc-1.9.7"
+
+src_configure() {
+	local emesonargs=(
+		-Dman-pages=enabled
+		$(meson_feature builtin libseat-builtin)
+		$(meson_feature server)
+	)
+
+	if use elogind ; then
+		emesonargs+=( -Dlibseat-logind=elogind )
+	elif use systemd; then
+		emesonargs+=( -Dlibseat-logind=systemd )
+	else
+		emesonargs+=( -Dlibseat-logind=disabled )
+	fi
+
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+
+	if use server; then
+		newinitd "${FILESDIR}/seatd.initd-r1" seatd
+		systemd_dounit contrib/systemd/seatd.service
+
+		if has_version '<sys-auth/seatd-0.7.0-r2'; then
+			elog "For OpenRC users: seatd is now using the 'seat' group instead of the 'video' group"
+			elog "Make sure your user(s) are in the 'seat' group."
+			elog "Note: 'video' is still needed for GPU access like OpenGL"
+		fi
+	fi
+}


             reply	other threads:[~2023-07-21 11:00 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-21 11:00 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-04 20:28 [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/ Sam James
2025-01-04 17:30 Sam James
2025-01-04 17:19 Sam James
2025-01-04 14:37 Sam James
2025-01-04 14:13 Sam James
2024-11-21 20:46 Arthur Zamarin
2024-10-23  6:21 Arthur Zamarin
2023-12-05  7:53 Arthur Zamarin
2023-08-23 20:05 Arthur Zamarin
2023-08-23 20:05 Arthur Zamarin
2023-08-23 20:05 Arthur Zamarin
2023-08-23 20:05 Arthur Zamarin
2023-07-21 11:00 Arthur Zamarin
2023-07-21 11:00 Arthur Zamarin
2023-05-31  8:37 Arthur Zamarin
2022-11-13 11:39 Sam James
2022-11-13 11:39 Sam James
2022-11-12 12:13 Arthur Zamarin
2022-11-12 12:13 Arthur Zamarin
2022-11-12 12:13 Arthur Zamarin
2022-09-28 21:27 Sam James
2022-09-28 19:05 Arthur Zamarin
2022-09-28 19:05 Arthur Zamarin
2022-09-28 16:29 Arthur Zamarin
2022-09-15 16:41 Arthur Zamarin
2022-09-15 16:41 Arthur Zamarin
2022-08-19  6:16 Arthur Zamarin
2022-08-19  5:19 Arthur Zamarin
2022-08-18 23:08 Sam James
2022-08-18 23:08 Sam James
2022-08-18 23:08 Sam James
2022-08-18 23:08 Sam James
2022-08-14 20:06 Sam James
2022-05-26  1:12 Sam James
2022-05-17  8:37 WANG Xuerui
2022-05-17  8:37 WANG Xuerui
2022-05-17  5:59 Sam James
2022-04-30 12:06 Arthur Zamarin
2022-04-30 12:00 Arthur Zamarin
2022-02-25 21:03 Arthur Zamarin
2022-02-25 18:27 Sam James
2022-02-25 17:56 Arthur Zamarin
2022-02-25 17:56 Arthur Zamarin
2022-02-25 15:46 Arthur Zamarin
2022-02-23 21:38 Arthur Zamarin
2022-02-05 17:01 James Le Cuirot
2021-12-07  2:17 Sam James
2021-12-06 11:31 Agostino Sarubbo
2021-12-06  7:08 Agostino Sarubbo
2021-10-23 13:00 Arthur Zamarin
2021-10-23 13:00 Arthur Zamarin
2021-10-23 13:00 Arthur Zamarin
2021-10-15  6:55 Arthur Zamarin
2021-09-17  1:52 Ionen Wolkens
2021-09-17  1:52 Ionen Wolkens
2021-09-13  9:58 Arthur Zamarin
2021-09-13  6:41 Arthur Zamarin
2021-09-13  6:41 Arthur Zamarin
2021-08-07  8:25 Ionen Wolkens
2021-08-07  8:25 Ionen Wolkens
2021-07-02  7:38 Joonas Niilola
2021-06-13 11:12 Sam James
2021-06-13 11:12 Sam James
2021-03-17  6:44 Joonas Niilola
2020-12-11 18:02 Matthew Thode
2020-12-11  7:58 Joonas Niilola
2020-11-13 20:53 Aaron Bauman
2020-11-11 17:24 Aaron Bauman

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=1689937161.bcf5fc2eedd0a8eca6f440a58bee30892c309cdd.arthurzam@gentoo \
    --to=arthurzam@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