source: postlfs/editors/mousepad.xml@ 8558044

11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8558044 was 8558044, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

  • Property mode set to 100644
File size: 4.3 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 "96fa4d1cb7a522104d7dd41943c8b382">
11 <!ENTITY mousepad-size "896 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 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Mousepad-&mousepad-version;</title>
24
25 <indexterm zone="mousepad">
26 <primary sortas="a-Mousepad">Mousepad</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Mousepad</title>
31
32 <para>
33 <application>Mousepad</application> is a simple
34 <application>GTK+ 3</application> text editor for the
35 <application>Xfce</application> desktop environment.
36 </para>
37
38 &lfs110a_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&mousepad-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&mousepad-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &mousepad-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &mousepad-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &mousepad-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &mousepad-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Mousepad Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtksourceview4"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref role="runtime" linkend='dconf'/> (runtime) and
84 <xref linkend="dbus-glib"/>
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/mousepad"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Mousepad</title>
94
95 <para>
96 Install <application>Mousepad</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>./configure --prefix=/usr --enable-keyfile-settings &amp;&amp;
101make</userinput></screen>
102
103 <para>
104 This package does not come with a test suite.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para>
119 <parameter>--enable-keyfile-settings</parameter>: Use the GSettings
120 keyfile backend rather than the default <xref linkend='dconf'/>.
121 </para>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Program</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 mousepad
136 </seg>
137 <seg>
138 None
139 </seg>
140 <seg>
141 None
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="mousepad-prog">
152 <term><command>mousepad</command></term>
153 <listitem>
154 <para>
155 is a simple <application>GTK+ 3</application> text editor
156 </para>
157 <indexterm zone="mousepad mousepad-prog">
158 <primary sortas="b-mousepad">mousepad</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.