source: postlfs/editors/mousepad.xml@ ab4fdfc

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since ab4fdfc was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 4 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 4.1 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.5/mousepad-&mousepad-version;.tar.bz2">
9 <!ENTITY mousepad-download-ftp " ">
10 <!ENTITY mousepad-md5sum "4c6cde9a05c6f8048133d8d4137edca9">
11 <!ENTITY mousepad-size "937.2 KB">
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 &lfs120_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 --enable-keyfile-settings &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <para>
113 <parameter>--enable-keyfile-settings</parameter>: Use the GSettings
114 keyfile backend rather than the default <xref linkend='dconf'/>.
115 </para>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 mousepad
130 </seg>
131 <seg>
132 None
133 </seg>
134 <seg>
135 None
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="mousepad-prog">
146 <term><command>mousepad</command></term>
147 <listitem>
148 <para>
149 is a simple <application>GTK+ 3</application> text editor
150 </para>
151 <indexterm zone="mousepad mousepad-prog">
152 <primary sortas="b-mousepad">mousepad</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.