source: postlfs/editors/mousepad.xml@ 45ab6c7

11.0 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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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