source: x/lib/tepl.xml@ 4c24eb0a

10.1 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 4c24eb0a was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.5 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 tepl-download-http "&gnome-download-http;/tepl/5.0/tepl-&tepl-version;.tar.xz">
8 <!ENTITY tepl-download-ftp "&gnome-download-ftp;/tepl/5.0/tepl-&tepl-version;.tar.xz">
9 <!ENTITY tepl-md5sum "5b6b9e022de87ed804266d9edb0e0ff4">
10 <!ENTITY tepl-size "124 KB">
11 <!ENTITY tepl-buildsize "11 MB (with tests)">
12 <!ENTITY tepl-time "0.2 SBU (with tests)">
13
14]>
15
16<sect1 id="tepl" xreflabel="tepl-&tepl-version;">
17 <?dbhtml filename="tepl.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Tepl-&tepl-version;</title>
25
26 <indexterm zone="tepl">
27 <primary sortas="a-tepl">tepl</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Tepl</title>
32
33 <para>
34 The <application>Tepl</application> package contains a library that eases
35 the development of GtkSourceView-based text editors and IDEs.
36 </para>
37
38 &lfs10_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&tepl-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&tepl-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &tepl-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &tepl-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &tepl-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &tepl-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Tepl Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="amtk"/>,
79 <xref linkend="gtksourceview4"/>,
80 <xref linkend="icu"/>, and
81 <xref linkend="uchardet"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="gtk-doc"/> (for documentation) and
87 <xref linkend="valgrind"/>
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/tepl"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Tepl</title>
97
98 <para>
99 Install <application>Tepl</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>mkdir build &amp;&amp;
104cd build &amp;&amp;
105
106meson --prefix=/usr .. &amp;&amp;
107ninja</userinput></screen>
108
109 <para>
110 To test the results, issue: <command>ninja test</command>.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>ninja install</userinput></screen>
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <para>
124 <option>-Dgtk_doc=true</option>: Use this option if GTK-Doc is installed
125 and you wish to build and install the API documentation.
126 </para>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 None
141 </seg>
142 <seg>
143 libtepl-5.so
144 </seg>
145 <seg>
146 /usr/include/tepl-5 and
147 /usr/share/gtk-doc/html/tepl-5.0
148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="libtepl-5">
158 <term><filename class="libraryfile">libtepl-5.so</filename></term>
159 <listitem>
160 <para>
161 contains convenience functions for GtkSourceView4-based programs
162 </para>
163 <indexterm zone="tepl libtepl-5">
164 <primary sortas="c-libtepl-5">libtepl-5.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168 </variablelist>
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.