source: postlfs/editors/mousepad.xml@ 02dbb6ae

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 02dbb6ae was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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 &lfs112_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 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/mousepad"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Mousepad</title>
91
92 <para>
93 Install <application>Mousepad</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>./configure --prefix=/usr --enable-keyfile-settings &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <para>
116 <parameter>--enable-keyfile-settings</parameter>: Use the GSettings
117 keyfile backend rather than the default <xref linkend='dconf'/>.
118 </para>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Program</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>
132 mousepad
133 </seg>
134 <seg>
135 None
136 </seg>
137 <seg>
138 None
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="mousepad-prog">
149 <term><command>mousepad</command></term>
150 <listitem>
151 <para>
152 is a simple <application>GTK+ 3</application> text editor
153 </para>
154 <indexterm zone="mousepad mousepad-prog">
155 <primary sortas="b-mousepad">mousepad</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.