source: postlfs/editors/mousepad.xml

trunk
Last change on this file was 868811b, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Many tags.
genutils
sysutils
netlibs
netprogs
netutils
editors
filesystems
shells

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY mousepad-download-http
8 "https://archive.xfce.org/src/apps/mousepad/0.6/mousepad-&mousepad-version;.tar.bz2">
9 <!ENTITY mousepad-download-ftp " ">
10 <!ENTITY mousepad-md5sum "3ad46198202d2696cac27d5a0f08bab0">
11 <!ENTITY mousepad-size "1.3 MB">
12 <!ENTITY mousepad-buildsize "16 MB">
13 <!ENTITY mousepad-time "0.1 SBU">
14]>
15
16<sect1 id="mousepad" xreflabel="Mousepad-&mousepad-version;">
17 <?dbhtml filename="mousepad.html"?>
18
19
20 <title>Mousepad-&mousepad-version;</title>
21
22 <indexterm zone="mousepad">
23 <primary sortas="a-Mousepad">Mousepad</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Mousepad</title>
28
29 <para>
30 <application>Mousepad</application> is a simple
31 <application>GTK+ 3</application> text editor for the
32 <application>Xfce</application> desktop environment.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&mousepad-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&mousepad-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &mousepad-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &mousepad-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &mousepad-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &mousepad-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Mousepad Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gtksourceview4"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref role="runtime" linkend='dconf'/> (runtime) and
81 <xref linkend="dbus-glib"/>
82 </para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Mousepad</title>
88
89 <para>
90 Install <application>Mousepad</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr \
95 --enable-gtksourceview4 \
96 --enable-keyfile-settings &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <para>
115 <parameter>--enable-keyfile-settings</parameter>: Use the GSettings
116 keyfile backend rather than the default <xref linkend='dconf'/>.
117 </para>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 mousepad
132 </seg>
133 <seg>
134 None
135 </seg>
136 <seg>
137 None
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="mousepad-prog">
148 <term><command>mousepad</command></term>
149 <listitem>
150 <para>
151 is a simple <application>GTK+ 3</application> text editor
152 </para>
153 <indexterm zone="mousepad mousepad-prog">
154 <primary sortas="b-mousepad">mousepad</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.