source: x/lib/gtksourceview.xml@ eede1a3

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 eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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