[blfs] 05/09: Add bolt-0.9.11 for plasma.

"Git Owner" ([email protected] via blfs-book Mailing List) <[email protected]>
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 40acf8811cff1e92a64f040259a9b8a25bf74c5c
Author: Bruce Dubbs <[email protected]>
AuthorDate: Tue May 19 19:53:21 2026 -0500

    Add bolt-0.9.11 for plasma.
---
 introduction/welcome/changelog.xml |   3 +
 kde/plasma/bolt.xml                | 152 +++++++++++++++++++++++++++++++++++++
 kde/plasma/plasma.xml              |   1 +
 packages.ent                       |   1 +
 4 files changed, 157 insertions(+)

diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 86c02a8193..942316e641 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -42,6 +42,9 @@
     <listitem>
       <para>May 19th, 2026</para>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Add bolt-0.9.11 for plasma. </para>
+        </listitem>
         <listitem>
           <para>[bdubbs] - Update to kquickimageeditor-0.6.1. Fixes
           <ulink url="&blfs-ticket-root;23070">#23070</ulink>.</para>
diff --git a/kde/plasma/bolt.xml b/kde/plasma/bolt.xml
new file mode 100644
index 0000000000..6235c31f31
--- /dev/null
+++ b/kde/plasma/bolt.xml
@@ -0,0 +1,152 @@
+<?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;
+
+  <!ENTITY bolt-download-http "https://gitlab.freedesktop.org/bolt/bolt/-/archive/&bolt-version;/bolt-&bolt-version;.tar.gz">
+  <!ENTITY bolt-download-ftp  " ">
+  <!ENTITY bolt-md5sum        "6fade22d3875b3ff480e26058571b534">
+  <!ENTITY bolt-size          "252 KB">
+  <!ENTITY bolt-buildsize     "9.8 MB (with tests)">
+  <!ENTITY bolt-time          "0.2 SBU (with tests)">
+]>
+
+<sect1 id="bolt" xreflabel="bolt-&bolt-version;">
+  <?dbhtml filename="bolt.html"?>
+
+  <title>bolt-&bolt-version;</title>
+
+  <indexterm zone="bolt">
+    <primary sortas="a-bolt-&bolt-version;">bolt</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to bolt</title>
+
+    <para>
+      The <application>bolt</application> package is a system daemon to 
+      enable security levels for Thunderbolt.
+    </para>
+
+    &lfs130_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&bolt-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&bolt-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &bolt-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &bolt-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &bolt-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &bolt-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">bolt Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="glib2"/> and
+      <xref linkend="polkit"/>
+    </para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="umockdev"/> (for testing), and
+      <xref linkend="asciidoc"/> (for documentation)
+    </para>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of bolt</title>
+
+    <para>
+      Install <application>bolt</application> by running the following
+      commands:
+    </para>
+
+<screen><userinput>mkdir build &amp;&amp;
+cd    build &amp;&amp;
+
+meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
+ninja</userinput></screen>
+
+    <para>
+      To test the results, issue:  <command>ninja test</command>.
+      One test, test_journal_object, is known to fail.
+    </para>
+
+    <para>
+      Now, as the &root; user:
+    </para>
+
+<screen role="root"><userinput>ninja install</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>
+          boltctl and
+          boltd (in /usr/libexec)
+        </seg>
+        <seg>None</seg>
+        <seg>None</seg>
+      </seglistitem>
+    </segmentedlist>
+
+<!--
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="imgcmp">
+        <term><command>imgcmp</command></term>
+        <listitem>
+          <para>
+            compares two images of the same geometry
+          </para>
+          <indexterm zone="bolt imgcmp">
+            <primary sortas="b-imgcmp">imgcmp</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+-->
+
+  </sect2>
+</sect1>
+
diff --git a/kde/plasma/plasma.xml b/kde/plasma/plasma.xml
index b071e85b57..f3003902d7 100644
--- a/kde/plasma/plasma.xml
+++ b/kde/plasma/plasma.xml
@@ -25,6 +25,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pulseaudio-qt.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qtkeychain.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kquickimageeditor.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bolt.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="plasma-all.xml"/>
 
 </chapter>
diff --git a/packages.ent b/packages.ent
index 49e0fec73c..efc5dff570 100644
--- a/packages.ent
+++ b/packages.ent
@@ -997,6 +997,7 @@
 <!ENTITY kirigami-addons-version   "1.12.1">
 <!ENTITY kquickimageeditor-version "0.6.1">
 <!ENTITY qtkeychain-version        "0.16.0">
+<!ENTITY bolt-version              "0.9.11">
 <!ENTITY kf6apps-version           "26.04.1">
 <!ENTITY konsole-version           "26.04.1">
 <!ENTITY kddockwidgets-version     "2.4.0">

-- 
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.