source: archive/tepl.xml@ 3f2db3a6

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 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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