glfs/xfce/apps/mousepad.xml
Bruce Dubbs 998a0e06c9 Update to 264-snapshot-20160827-2245-stable.
Update to LVM2.2.02.164. 
Tags fo r all lof xfce and various other packages



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17689 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-08-29 18:02:18 +00:00

170 lines
4.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!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
"http://archive.xfce.org/src/apps/mousepad/0.4/mousepad-&mousepad-version;.tar.bz2">
<!ENTITY mousepad-download-ftp " ">
<!ENTITY mousepad-md5sum "f55314c5dda6323883241e6cf01550a7">
<!ENTITY mousepad-size "568 KB">
<!ENTITY mousepad-buildsize "9.4 MB">
<!ENTITY mousepad-time "less than 0.1 SBU">
]>
<sect1 id="mousepad" xreflabel="Mousepad-&mousepad-version;">
<?dbhtml filename="mousepad.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<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+ 2</application> text editor for the
<application>Xfce</application> desktop environment.
</para>
&lfs7a_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="gtksourceview"/> (optionally, it can be built with
<ulink url="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.10/">gtksourceview-2</ulink>)
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend='dconf'/> (runtime) and
<xref linkend="dbus-glib"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/mousepad"/>
</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+ 2</application> text editor.
</para>
<indexterm zone="mousepad mousepad-prog">
<primary sortas="b-mousepad">mousepad</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>