glfs/xfce/apps/mousepad.xml
Fernando de Oliveira 428191d6da • Update to CMake-3.3.0.
• Add Automoc4-0.9.88 as required dependency for Kdelibs-4.14.9.
• Fix Mousepad-0.4.0 dependencies: again.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16281 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-07-24 23:55:27 +00:00

159 lines
4.2 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>
&lfs77_checked; &gcc5_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="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 &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="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>