source: x/lib/gtksourceview.xml@ d39f814

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 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 nosym 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 d39f814 was d39f814, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to gnumeric-1.12.29.
Update to goffice-0.10.29.
Update to gtksourceview-3.20.3.
+

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

  • 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-20;/gtksourceview-&gtksourceview-version;.tar.xz">
9 <!ENTITY gtksourceview-download-ftp
10 "&gnome-download-ftp;/gtksourceview/&gnome-minor-20;/gtksourceview-&gtksourceview-version;.tar.xz">
11 <!ENTITY gtksourceview-md5sum "15f21354054a52595f26cea6f7749cb9">
12 <!ENTITY gtksourceview-size "1.5 MB">
13 <!ENTITY gtksourceview-buildsize "80 MB (with tests)">
14 <!ENTITY gtksourceview-time "0.6 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 &lfs79_checked;
41 &gcc6_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="gtk-doc"/>,
93 <xref linkend="fop"/> (or
94 <ulink url="http://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.