source: gnome/add/gedit.xml@ 4c2be438

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 4c2be438 was 4c2be438, checked in by Krejzi <krejzi@…>, 12 years ago

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

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

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[82027623]7 <!ENTITY gedit-download-http "&gnome-download-http;/gedit/3.4/gedit-&gedit-version;.tar.xz">
8 <!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/3.4/gedit-&gedit-version;.tar.xz">
9 <!ENTITY gedit-md5sum "f3d057140091dc28aef81bbe3bfca029">
[77cbf36]10 <!ENTITY gedit-size "2.8 MB">
[82027623]11 <!ENTITY gedit-buildsize "105 MB">
[77cbf36]12 <!ENTITY gedit-time "1.8 SBU">
[9d2dc4e2]13]>
14
[656cca3]15<sect1 id="gedit" xreflabel="Gedit-&gedit-version;">
[f88baf3]16 <?dbhtml filename="gedit.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[656cca3]23 <title>Gedit-&gedit-version;</title>
[f88baf3]24
25 <indexterm zone="gedit">
26 <primary sortas="a-gedit">gedit</primary>
27 </indexterm>
28
29 <sect2 role="package">
[656cca3]30 <title>Introduction to Gedit</title>
[f88baf3]31
[656cca3]32 <para>The <application>Gedit</application> package contains a lightweight
[f88baf3]33 UTF-8 text editor for the <application>GNOME</application> desktop.</para>
34
[77cbf36]35 &lfs70_checked;
[26f1e36]36
[f88baf3]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gedit-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gedit-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gedit-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gedit-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gedit-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gedit-time;</para>
56 </listitem>
57 </itemizedlist>
58
[656cca3]59 <bridgehead renderas="sect3">Gedit Dependencies</bridgehead>
[f88baf3]60
61 <bridgehead renderas="sect4">Required</bridgehead>
[82027623]62 <para role="required">
63 <xref linkend="gnome-doc-utils"/>,
64 <xref linkend="gsettings-desktop-schemas"/>,
65 <xref linkend="gtksourceview"/>,
[4c2be438]66 <xref linkend="libpeas"/> and
67 <xref linkend="yelp-xsl"/>
[82027623]68 </para>
[f88baf3]69
[b4f31af]70 <bridgehead renderas="sect4">Recommended</bridgehead>
[82027623]71 <para role="recommended">
72 <xref linkend="enchant"/> and
73 <xref linkend="iso-codes"/> (to Provide Spell-Checking Capability),
74 <xref linkend="libsoup"/> and
75 <xref linkend="pygobject3"/>
76 </para>
[ce892ab3]77
[4c2be438]78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="gobject-introspection"/>
81 </para>
82
[f88baf3]83 <bridgehead renderas="sect4">Optional</bridgehead>
[82027623]84 <para role="optional">
85 <xref linkend="gtk-doc"/> and
86 <ulink url="http://launchpad.net/libzeitgeist">libzeitgeist</ulink>
87 </para>
[0492ab0]88
[0a7c3921]89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/gedit"/></para>
91
[f88baf3]92 </sect2>
93
94 <sect2 role="installation">
[656cca3]95 <title>Installation of Gedit</title>
[f88baf3]96
[656cca3]97 <para>Install <application>Gedit</application> by running the following
[f88baf3]98 commands:</para>
99
[82027623]100<screen><userinput>./configure --prefix=/usr \
101 --libexecdir=/usr/lib &amp;&amp;
[f88baf3]102make</userinput></screen>
103
[77cbf36]104 <para>This package&apos;s testsuite is intended to be used by the
105 maintainer (or not) to check i18n files.</para>
[f88baf3]106
107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
[82027623]116<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
117 href="../../xincludes/gnome-prefix.xml"/> -->
[f88baf3]118
[82027623]119 <para><command>--libexecdir=/usr/lib</command> : this
120 parameter ensures the bugreport script is installed to the same
121 directory as the plugins, instead of creating
122 <filename class="directory">/usr/libexec</filename></para>
[352944e]123
[b4f31af]124 <para><option>--disable-spell</option>: Use this parameter to disables
[0492ab0]125 spell-checking capability and is required if
[b4f31af]126 <application>Enchant</application> is not installed.</para>
[0492ab0]127
[e05cd03f]128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[0492ab0]129 href="../../xincludes/gtk-doc-rebuild.xml"/>
[f88baf3]130
[b4f31af]131 </sect2>
[92dec691]132
[f88baf3]133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
[82027623]137 <segtitle>Installed Program</segtitle>
138 <segtitle>Installed Library</segtitle>
[f88baf3]139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
[82027623]142 <seg>
143 gedit
144 </seg>
145 <seg>
146 libgedit-private.so
147 </seg>
148 <seg>
149 /usr/include/gedit-3.0, /usr/lib/gedit,
150 /usr/share/gedit, /usr/share/gtk-doc/html/gedit
151 and /usr/share/help/*/gedit
152 </seg>
[f88baf3]153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="gedit-prog">
162 <term><command>gedit</command></term>
163 <listitem>
[0492ab0]164 <para>is a lightweight text editor integrated with the
[82027623]165 GNOME Desktop.</para>
[f88baf3]166 <indexterm zone="gedit gedit-prog">
167 <primary sortas="b-gedit">gedit</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
[9f3f8b4c]175
176</sect1>
Note: See TracBrowser for help on using the repository browser.