source: x/lib/gtksourceview.xml@ d7f9c0ec

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since d7f9c0ec was 9d0d597f, checked in by Bruce Dubbs <bdubbs@…>, 10 months ago

Tag most of Chapter 25.

  • Property mode set to 100644
File size: 4.9 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 gtksourceview-download-http
8 "&gnome-download-http;/gtksourceview/&gnome-minor-24;/gtksourceview-&gtksourceview-version;.tar.xz">
9 <!ENTITY gtksourceview-download-ftp
10 "&gnome-download-ftp;/gtksourceview/&gnome-minor-24;/gtksourceview-&gtksourceview-version;.tar.xz">
11 <!ENTITY gtksourceview-md5sum "b748da426a7d64e1304f0c532b0f2a67">
12 <!ENTITY gtksourceview-size "1.4 MB">
13 <!ENTITY gtksourceview-buildsize "80 MB (with tests)">
14 <!ENTITY gtksourceview-time "0.2 SBU (using parallelism=4; with tests)">
15]>
16
17<sect1 id="gtksourceview" xreflabel="gtksourceview-&gtksourceview-version;">
18 <?dbhtml filename="gtksourceview.html"?>
19
20
21 <title>gtksourceview-&gtksourceview-version;</title>
22
23 <indexterm zone="gtksourceview">
24 <primary sortas="a-gtksourceview">gtksourceview</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GtkSourceView</title>
29
30 <para>
31 The <application>GtkSourceView</application> package contains
32 libraries used for extending the <application>GTK+</application>
33 text functions to include syntax highlighting.
34 </para>
35
36 &lfs120_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gtksourceview-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gtksourceview-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gtksourceview-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gtksourceview-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gtksourceview-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gtksourceview-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">GtkSourceView Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="gtk3"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="gobject-introspection"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="vala"/>,
87 <xref linkend="valgrind"/>,
88 <xref linkend="gtk-doc"/>,
89 <xref linkend="itstool"/>,
90 <xref linkend="fop"/> (or
91 <ulink url="https://sourceforge.net/projects/dblatex/">dblatex</ulink>),
92 and
93 <ulink url="https://glade.gnome.org/">Glade</ulink>
94 </para>
95
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of GtkSourceView</title>
100
101 <para>
102 Install <application>GtkSourceView</application> by running the
103 following commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr &amp;&amp;
107make</userinput></screen>
108
109
110 <para>
111 To test the results, issue <command>make check</command>. The tests need
112 to be run in a graphical environment.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/gtk-doc-rebuild.xml"/>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Library</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 None
142 </seg>
143 <seg>
144 libgtksourceview-3.0.so
145 </seg>
146 <seg>
147 /usr/{include,share,share/gtk-doc/html}/gtksourceview-3.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="libgtksourceview-3">
158 <term><filename class="libraryfile">libgtksourceview-3.0.so</filename></term>
159 <listitem>
160 <para>
161 contains function extensions for the GtkTextView widget
162 </para>
163 <indexterm zone="gtksourceview libgtksourceview-3">
164 <primary sortas="c-libgtksourceview-3">libgtksourceview-3.0.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.