[blfs] branch trunk updated: Multiple fixes.

"Git Owner" ([email protected] via blfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <177717347414.9214.7909341272362813456@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository blfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new 007637795c Multiple fixes.
007637795c is described below

commit 007637795c70cde834e28eaa2ecd0068200190c5
Author: Bruce Dubbs <[email protected]>
AuthorDate: Sat Apr 25 22:14:22 2026 -0500

    Multiple fixes.
    
    Add editorconfig-core-c in suport of the forthcoming gnome-text-editor.
    
    Remove gedit. This has been replaced upstream by gnome-text-editor.  gedit
    still exists, but the maintainer makes it difficult for us to check currency.
    
    Add selinux=false to nautilus.
---
 general/genutils/editorconfig-core-c.xml | 127 +++++++++++++++++++++++++++++++
 general/genutils/genutils.xml            |   1 +
 gnome/platform/nautilus.xml              |   1 +
 introduction/welcome/changelog.xml       |   7 ++
 packages.ent                             |   1 +
 postlfs/editors/editors.xml              |   2 +-
 6 files changed, 138 insertions(+), 1 deletion(-)

diff --git a/general/genutils/editorconfig-core-c.xml b/general/genutils/editorconfig-core-c.xml
new file mode 100644
index 0000000000..3bee71cfed
--- /dev/null
+++ b/general/genutils/editorconfig-core-c.xml
@@ -0,0 +1,127 @@
+<?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 editorconfig-core-c-download-http
+    "https://github.com/editorconfig/editorconfig-core-c/archive/v&editorconfig-core-c-version;/editorconfig-core-c-&editorconfig-core-c-version;.tar.gz">
+  <!ENTITY editorconfig-core-c-download-ftp  " ">
+  <!ENTITY editorconfig-core-c-md5sum        "a0a6b43efe67635dad20e2d66a569a7b">
+  <!ENTITY editorconfig-core-c-size          "76 KB">
+  <!ENTITY editorconfig-core-c-buildsize     "1.4 MB">
+  <!ENTITY editorconfig-core-c-time          "less than 0.1 SBU">
+]>
+
+<sect1 id="editorconfig-core-c" xreflabel="editorconfig-core-c-&editorconfig-core-c-version;">
+  <?dbhtml filename="editorconfig-core-c.html"?>
+
+
+  <title>editorconfig-core-c-&editorconfig-core-c-version;</title>
+
+  <indexterm zone="editorconfig-core-c">
+    <primary sortas="a-editorconfig-core-c">editorconfig-core-c</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to editorconfig-core-c</title>
+
+    <para>
+       The EditorConfig project maintains a file format and plugins for 
+       various text editors which allow this file format to be read and 
+       used by those editors.
+    </para>
+
+    &lfs130_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&editorconfig-core-c-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&editorconfig-core-c-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &editorconfig-core-c-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &editorconfig-core-c-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &editorconfig-core-c-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &editorconfig-core-c-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of editorconfig-core-c</title>
+
+    <para>
+      Install <application>editorconfig-core-c</application> by running the 
+      following commands:
+    </para>
+
+<screen><userinput>mkdir build &amp;&amp;
+cd    build &amp;&amp;
+
+cmake -D CMAKE_INSTALL_PREFIX=/usr \
+      -D CMAKE_BUILD_TYPE=Release  \
+      -D BUILD_DOCUMENTATION=OFF   \
+      ..                           &amp;&amp;
+make</userinput></screen>
+
+    <para>
+      This package does not come with a test suite.
+    </para>
+
+    <para>
+      Now, as the <systemitem class="username">root</systemitem> user:
+    </para>
+
+<screen role="root"><userinput>make installi &amp;&amp;
+rm -fv /usr/lib/libeditorconfig_static.a</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Program</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>
+          editorconfig
+        </seg>
+        <seg>
+          libeditorconfig.so
+        </seg>
+        <seg>
+          /usr/include/editorconfig and 
+          /usr/lib/cmake/EditorConfig
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+  </sect2>
+
+</sect1>
diff --git a/general/genutils/genutils.xml b/general/genutils/genutils.xml
index c6aeca3fe9..0d83e5bd30 100644
--- a/general/genutils/genutils.xml
+++ b/general/genutils/genutils.xml
@@ -28,6 +28,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="compface.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="desktop-file-utils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dos2unix.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="editorconfig-core-c.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glslc.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="graphviz.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk-doc.xml"/>
diff --git a/gnome/platform/nautilus.xml b/gnome/platform/nautilus.xml
index edf0ed1c44..568a02bc2d 100644
--- a/gnome/platform/nautilus.xml
+++ b/gnome/platform/nautilus.xml
@@ -127,6 +127,7 @@ cd    build &amp;&amp;
 
 meson setup --prefix=/usr       \
             --buildtype=release \
+            -D selinux=false    \
             ..                  &amp;&amp;
 
 ninja</userinput></screen>
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 6834656552..545c226c7c 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -42,6 +42,13 @@
     <listitem>
       <para>April 25th, 2026</para>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Remove gedit.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Add editorconfig-core-c in suport of the
+          forthcoming gnome-text-editor.</para>
+        </listitem>
         <listitem>
           <para>[xry111] - Update to rustc-1.95.0. Fixes
           <ulink url="&blfs-ticket-root;23048">#23048</ulink>.</para>
diff --git a/packages.ent b/packages.ent
index ed7aa1ef76..0895c5bdaf 100644
--- a/packages.ent
+++ b/packages.ent
@@ -284,6 +284,7 @@
 <!ENTITY compface-version             "1.5.2">
 <!ENTITY desktop-file-utils-version   "0.28">
 <!ENTITY dos2unix-version             "7.5.5">
+<!ENTITY editorconfig-core-c-version  "0.12.11">
 <!ENTITY graphviz-version             "14.1.5">
 <!ENTITY gtk-doc-major                "1.36">
 <!ENTITY gtk-doc-version              "1.36.1">
diff --git a/postlfs/editors/editors.xml b/postlfs/editors/editors.xml
index 06652627e5..f8c3ac0853 100644
--- a/postlfs/editors/editors.xml
+++ b/postlfs/editors/editors.xml
@@ -20,7 +20,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bluefish.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ed.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="emacs.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gedit.xml"/>
+<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gedit.xml"/>-->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="joe.xml"/>
 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="juffed.xml"/>-->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kate.xml"/>

-- 
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.