glfs/postlfs/editors/mousepad.xml
2024-01-19 22:39:35 +01:00

162 lines
4.1 KiB
XML

<?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 mousepad-download-http
"https://archive.xfce.org/src/apps/mousepad/0.5/mousepad-&mousepad-version;.tar.bz2">
<!ENTITY mousepad-download-ftp " ">
<!ENTITY mousepad-md5sum "4c6cde9a05c6f8048133d8d4137edca9">
<!ENTITY mousepad-size "937.2 KB">
<!ENTITY mousepad-buildsize "16 MB">
<!ENTITY mousepad-time "0.1 SBU">
]>
<sect1 id="mousepad" xreflabel="Mousepad-&mousepad-version;">
<?dbhtml filename="mousepad.html"?>
<title>Mousepad-&mousepad-version;</title>
<indexterm zone="mousepad">
<primary sortas="a-Mousepad">Mousepad</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Mousepad</title>
<para>
<application>Mousepad</application> is a simple
<application>GTK+ 3</application> text editor for the
<application>Xfce</application> desktop environment.
</para>
&lfs120_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&mousepad-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&mousepad-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &mousepad-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &mousepad-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &mousepad-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &mousepad-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Mousepad Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtksourceview4"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref role="runtime" linkend='dconf'/> (runtime) and
<xref linkend="dbus-glib"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Mousepad</title>
<para>
Install <application>Mousepad</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr --enable-keyfile-settings &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 install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>--enable-keyfile-settings</parameter>: Use the GSettings
keyfile backend rather than the default <xref linkend='dconf'/>.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
mousepad
</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="mousepad-prog">
<term><command>mousepad</command></term>
<listitem>
<para>
is a simple <application>GTK+ 3</application> text editor
</para>
<indexterm zone="mousepad mousepad-prog">
<primary sortas="b-mousepad">mousepad</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>