source: x/lib/gtksourceview5.xml@ 9d31900

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 9d31900 was 9d31900, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to glib-2.68.0
Update to vala-0.52.0
Update to gobject-introspection-1.68.0
Update to pygobject-3.40.1
Update to glib-networking-2.68.0
Update to at-spi2-core-2.40.0
Update to gdk-pixbuf-2.42.4
Update to gtk+-3.24.28
Update to libdazzle-3.40.0
Update to sysprof-3.40.1
Update to tepl-6.00.0
Added gtk-4.2.0
Added gtksourceview-5.0.0

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

  • Property mode set to 100644
File size: 5.2 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 gtksourceview5-download-http "&gnome-download-http;/gtksourceview/5.0/gtksourceview-&gtksourceview5-version;.tar.xz">
8 <!ENTITY gtksourceview5-download-ftp "&gnome-download-ftp;/gtksourceview/5.0/gtksourceview-&gtksourceview5-version;.tar.xz">
9 <!ENTITY gtksourceview5-md5sum "5e2241325697706341b5f6e6edba617e">
10 <!ENTITY gtksourceview5-size "1.1 MB">
11 <!ENTITY gtksourceview5-buildsize "75 MB">
12 <!ENTITY gtksourceview5-time "0.2 SBU">
13]>
14
15<sect1 id="gtksourceview5" xreflabel="gtksourceview5-&gtksourceview5-version;">
16 <?dbhtml filename="gtksourceview5.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gtksourceview5-&gtksourceview5-version;</title>
24
25 <indexterm zone="gtksourceview5">
26 <primary sortas="a-gtksourceview5">gtksourceview5</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GtkSourceView</title>
31
32 <para>
33 The <application>GtkSourceView</application> package contains
34 a library used for extending the <application>GTK</application>
35 text functions to include syntax highlighting.
36 </para>
37
38 &lfs101_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gtksourceview5-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gtksourceview5-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gtksourceview5-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gtksourceview5-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gtksourceview5-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gtksourceview5-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">GtkSourceView Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk4"/> and
79 <xref linkend="pcre2"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="gobject-introspection"/> and
85 <xref linkend="libxml2"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="gtk-doc"/>,
91 <xref linkend="sysprof"/>,
92 <xref linkend="vala"/>, and
93 <xref linkend="valgrind"/>
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/gtksourceview5"/>
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 following
106 commands:
107 </para>
108
109<screen><userinput>mkdir build &amp;&amp;
110cd build &amp;&amp;
111
112meson --prefix=/usr .. &amp;&amp;
113ninja</userinput></screen>
114
115 <para>
116 To test the results, issue: <command>ninja test</command>.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>ninja install</userinput></screen>
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <option>-Dgtk_doc=true</option>: Use this switch if you have
131 <xref linkend="gtk-doc"/> installed and wish to generate the API
132 documentation.
133 </para>
134
135 <para>
136 <option>-Dsysprof=true</option>: Use this switch if you have
137 <xref linkend="sysprof"/> installed and wish to build with sysprof
138 profiler support.
139 </para>
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 None
153 </seg>
154 <seg>
155 libgtksourceview-5.so
156 </seg>
157 <seg>
158 /usr/include/gtksourceview-5 and
159 /usr/share/gtksourceview-5
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="libgtksourceview-5">
170 <term><filename class="libraryfile">libgtksourceview-5.so</filename></term>
171 <listitem>
172 <para>
173 contains function extensions for the GtkTextView widget
174 </para>
175 <indexterm zone="gtksourceview5 libgtksourceview-5">
176 <primary sortas="c-libgtksourceview-5">libgtksourceview-5.so</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180 </variablelist>
181 </sect2>
182</sect1>
Note: See TracBrowser for help on using the repository browser.