source: x/lib/gtksourceview5.xml@ 6a4996f

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

Update to gtk-4.4.0 (and some tags)

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