source: gnome/add/gtksourceview.xml@ e05cd03f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 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 e05cd03f was e05cd03f, checked in by Randy McMurchy <randy@…>, 14 years ago

Replaced deprecated w3.org XInclude throughout the book

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8411 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 "&gnome-download-http;/gtksourceview/2.8/gtksourceview-&gtksourceview-version;.tar.bz2">
8 <!ENTITY gtksourceview-download-ftp "&gnome-download-ftp;/gtksourceview/2.8/gtksourceview-&gtksourceview-version;.tar.bz2">
9 <!ENTITY gtksourceview-md5sum "7741e41d3c7c83a35014f0faef3c94a2">
10 <!ENTITY gtksourceview-size "1.0 MB">
11 <!ENTITY gtksourceview-buildsize "20 MB">
12 <!ENTITY gtksourceview-time "0.2 SBU">
13]>
14
15<sect1 id="gtksourceview" xreflabel="gtksourceview-&gtksourceview-version;">
16 <?dbhtml filename="gtksourceview.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gtksourceview-&gtksourceview-version;</title>
24
25 <indexterm zone="gtksourceview">
26 <primary sortas="a-gtksourceview">gtksourceview</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gtksourceview</title>
31
32 <para>The <application>gtksourceview</application> package contains
33 <filename>libgtksourceview</filename> libraries. This is useful for
34 extending the <application>GTK</application> text functions to include
35 syntax highlighting.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gtksourceview-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gtksourceview-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gtksourceview-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gtksourceview-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gtksourceview-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gtksourceview-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">gtksourceview Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="gtk2"/>,
63 <xref linkend="intltool"/>, and
64 <xref linkend="perl-xml-parser"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="gtk-doc"/></para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/gtksourceview"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of gtksourceview</title>
76
77 <para>Install <application>gtksourceview</application> by running the
78 following commands:</para>
79
80<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
81make</userinput></screen>
82
83 <para>This package does not come with a test suite. If you have the
84 optional dependencies to build the test programs installed,
85 <emphasis role='strong'>after the package is installed</emphasis> you can
86 change to the <filename class='directory'>tests</filename> directory in the
87 source tree and issue <command>./test-widget</command>. This will test the
88 functionality of the
89 <filename class='libraryfile'>libgtksourceview-2.0</filename> library.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
101 href="../../xincludes/gnome-prefix.xml"/>
102
103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
104 href="../../xincludes/gtk-doc-rebuild.xml"/>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Library</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>None</seg>
118 <seg>libgtksourceview-2.0.{so,a}</seg>
119 <seg><envar>$GNOME_PREFIX</envar>/{include/gtksourceview-2.0/gtksourceview,
120 share/{gtk-doc/html/gtksourceview-2.0,gtksourceview-2.0/{language-specs,
121 styles}}}</seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="libgtksourceview-2.0">
131 <term><filename class='libraryfile'>libgtksourceview-2.0.{so,a}</filename></term>
132 <listitem>
133 <para>contains function extensions for the GtkTextView widget.</para>
134 <indexterm zone="gtksourceview libgtksourceview-2.0">
135 <primary sortas="c-libgtksourceview-2.0">libgtksourceview-2.0.{so,a}</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 </variablelist>
141
142 </sect2>
143
144</sect1>
Note: See TracBrowser for help on using the repository browser.