source: x/lib/gtksourceview.xml@ dc1a45e

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since dc1a45e was dc1a45e, checked in by Bruce Dubbs <bdubbs@…>, 15 months ago

Lots of tags

  • Property mode set to 100644
File size: 5.0 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 &lfs113_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 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/gtksourceview"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of GtkSourceView</title>
103
104 <para>
105 Install <application>GtkSourceView</application> by running the
106 following commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr &amp;&amp;
110make</userinput></screen>
111
112
113 <para>
114 To test the results, issue <command>make check</command>. The tests need
115 to be run in a graphical environment.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/gtk-doc-rebuild.xml"/>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Library</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 None
145 </seg>
146 <seg>
147 libgtksourceview-3.0.so
148 </seg>
149 <seg>
150 /usr/{include,share,share/gtk-doc/html}/gtksourceview-3.0
151 </seg>
152 </seglistitem>
153 </segmentedlist>
154
155 <variablelist>
156 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
159
160 <varlistentry id="libgtksourceview-3">
161 <term><filename class="libraryfile">libgtksourceview-3.0.so</filename></term>
162 <listitem>
163 <para>
164 contains function extensions for the GtkTextView widget
165 </para>
166 <indexterm zone="gtksourceview libgtksourceview-3">
167 <primary sortas="c-libgtksourceview-3">libgtksourceview-3.0.so</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.