source: x/lib/tepl.xml@ bdfff0b

12.1 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since bdfff0b was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 8 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • 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/6.8/tepl-&tepl-version;.tar.xz">
8 <!ENTITY tepl-download-ftp " ">
9 <!ENTITY tepl-md5sum "5d29b2c9032a1ba2d33ef9c9c9c7de79">
10 <!ENTITY tepl-size "164 KB">
11 <!ENTITY tepl-buildsize "13 MB (with tests)">
12 <!ENTITY tepl-time "0.3 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 &lfs120_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="gsettings-desktop-schemas"/>,
75 <xref linkend="icu"/>,
76 <xref linkend="libgedit-amtk"/>,
77 <xref linkend="libgedit"/>, and
78 <xref linkend="uchardet"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="gtk-doc"/> (for documentation) and
84 <xref linkend="valgrind"/>
85 </para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Tepl</title>
91
92 <para>
93 Install <application>Tepl</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>mkdir tepl-build &amp;&amp;
98cd tepl-build &amp;&amp;
99
100meson setup --prefix=/usr \
101 --buildtype=release \
102 -Dgtk_doc=false \
103 .. &amp;&amp;
104ninja</userinput></screen>
105
106 <para>
107 To test the results, issue: <command>ninja test</command>.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>ninja install</userinput></screen>
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/meson-buildtype-release.xml"/>
122
123 <para>
124 <parameter>-Dgtk_doc=false</parameter>: Disables building the API
125 documentation. Remove if you have <xref linkend="gtk-doc"/> installed
126 and wish to build the API documentation.
127 </para>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 None
142 </seg>
143 <seg>
144 libtepl-6.so
145 </seg>
146 <seg>
147 /usr/include/tepl-6 and
148 /usr/share/gtk-doc/html/tepl-6.0
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="libtepl-6">
159 <term><filename class="libraryfile">libtepl-6.so</filename></term>
160 <listitem>
161 <para>
162 contains convenience functions for GtkSourceView4-based programs
163 </para>
164 <indexterm zone="tepl libtepl-6">
165 <primary sortas="c-libtepl-6">libtepl-6.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169 </variablelist>
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.