source: gnome/platform/gtksourceview.xml@ fb990982

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fb990982 was 7007944, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Updates to atk-2.12.0, at-spi2-core-2.12.0, at-spi2-atk-2.12.0, json-glib-1.0.0, gdk-pixbuf-2.30.7, gtk+-3.12.0, yelp-xsl-3.12.0, gtksourceview-3.12.0, vala-0.24.0 and gedit-3.12.0.

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

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