| Newsgroups |
gmane.linux.lfs.beyond.book |
| Message-ID |
<[email protected]> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository blfs.
commit e6d128054dae2b9b257e1e3a6acb4c5464a84638
Author: zeckma-tech <[email protected]>
AuthorDate: Mon Jun 22 14:44:45 2026 -0600
Added seatd.
Needed for wlroots and most Wayland compositors.
---
general/sysutils/seatd.xml | 165 +++++++++++++++++++++++++++++++++++++
general/sysutils/sysutils.xml | 1 +
introduction/welcome/changelog.xml | 3 +
packages.ent | 1 +
4 files changed, 170 insertions(+)
diff --git a/general/sysutils/seatd.xml b/general/sysutils/seatd.xml
new file mode 100644
index 0000000000..13a1e34945
--- /dev/null
+++ b/general/sysutils/seatd.xml
@@ -0,0 +1,165 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!-- The mirror is used here, since the SourceHut downloads result in
+ &seatd-version;.tar.gz rather than seatd-&seatd-version;.tar.gz, leading
+ to 0.9.3.tar.gz, then extracting to seatd-0.9.3. -->
+ <!ENTITY seatd-download-http
+ "https://github.com/kennylevinsen/seatd/archive/&seatd-version;/seatd-&seatd-version;.tar.gz">
+ <!ENTITY seatd-md5sum "">
+ <!ENTITY seatd-size " KB">
+ <!ENTITY seatd-buildsize " MB">
+ <!ENTITY seatd-time " SBU">
+]>
+
+<sect1 id="seatd" xreflabel="seatd-&seatd-version;">
+ <?dbhtml filename="seatd.html"?>
+
+ <title>seatd-&seatd-version;</title>
+
+ <indexterm zone="seatd">
+ <primary sortas="a-seatd">seatd</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to seatd</title>
+
+ <para>
+ The seatd package provides a universal seat management library. It is
+ what a lot of Wayland compositors use to manage seats, a session for a
+ user in which applications can interact with. It can optionally provide
+ its own seat manager as an alternative to a logind variant, but the
+ instructions provided will use it as a shim, which <phrase
+ revision="sysv">e</phrase>logind <phrase revision="systemd"> from <xref
+ linkend="systemd"/></phrase> will be the underlying seat manager.
+ </para>
+
+ &lfs130_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&seatd-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &seatd-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &seatd-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &seatd-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &seatd-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">seatd Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <phrase revision="sysv"><xref linkend="elogind"/></phrase>
+ <phrase revision="systemd"><xref linkend="systemd"/></phrase>
+ </para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of seatd</title>
+ <para>
+ Install seatd by running the following commands:
+ </para>
+
+<screen><userinput>mkdir build &&
+cd build &&
+
+meson setup --prefix=/usr \
+ --buildtype=release \
+ -D server=disabled \
+ -D libseat-seatd=disabled \
+ .. &&
+
+ninja</userinput></screen>
+
+ <para>
+ Now, as the &root; user:
+ </para>
+
+<screen role="root"><userinput>ninja install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para>
+ <parameter>-D server=disabled</parameter>: Disables building the
+ seatd daemon.
+ </para>
+
+ <para>
+ <parameter>-D libseat-seatd=disabled</parameter>: This parameter disables
+ building support for the seatd management daemon for
+ <filename class="libraryfile">libseat.so</filename> and instead relies on
+ the system-installed <phrase revision="sysv">e</phrase>logind instead.
+ </para>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ None
+ </seg>
+ <seg>
+ libseat.so
+ </seg>
+ <seg>
+ none
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="libseat">
+ <term><filename class="libraryfile">libseat.so</filename></term>
+ <listitem>
+ <para>
+ contains functions to process seat management
+ </para>
+ <indexterm zone="seatd libseat">
+ <primary sortas="c-libseat">libseat.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
diff --git a/general/sysutils/sysutils.xml b/general/sysutils/sysutils.xml
index 565a08156d..677dcbe40a 100644
--- a/general/sysutils/sysutils.xml
+++ b/general/sysutils/sysutils.xml
@@ -47,6 +47,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="raptor.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rasqal.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="redland.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="seatd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysstat.xml"/>
<!-- systemd only -->
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index ea6236e78e..62fdfaf3af 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -42,6 +42,9 @@
<listitem>
<para>June 22nd, 2026</para>
<itemizedlist>
+ <listitem>
+ <para>[zeckma] - Added seatd.</para>
+ </listitem>
<listitem>
<para>[zeckma] - Added libliftoff.</para>
</listitem>
diff --git a/packages.ent b/packages.ent
index 7e63e829dc..9ce8dc9f31 100644
--- a/packages.ent
+++ b/packages.ent
@@ -347,6 +347,7 @@
<!ENTITY raptor-version "2.0.16">
<!ENTITY rasqal-version "0.9.33">
<!ENTITY redland-version "1.0.17">
+<!ENTITY seatd-version "0.9.3">
<!ENTITY seven-zip-version "26.01">
<!ENTITY sg3_utils-version "1.48">
<!ENTITY sysmon-qt-version "2.0.1">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page