source: x/lib/gtksourceview.xml@ d651fca

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 d651fca was d651fca, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to gtksourceview-3.24.3.
Update to postfix-3.2.2.
Update to Beaker-1.9.0 (Python Module).
Update to unrar-5.5.5.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18836 af4574ff-66df-0310-9fd7-8a98e5e911e0

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