mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
gedit-3.2.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9500 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ee8252a6c1
commit
77cbf362db
@ -775,7 +775,7 @@ $Date$
|
||||
<!ENTITY cheese-version "3.2.2">
|
||||
<!ENTITY devhelp-version "3.2.0">
|
||||
<!ENTITY file-roller-version "3.2.2">
|
||||
<!ENTITY gedit-version "2.30.3">
|
||||
<!ENTITY gedit-version "3.2.3">
|
||||
<!ENTITY glade-version "3.10.2">
|
||||
<!ENTITY gnome-games-version "2.30.2">
|
||||
<!ENTITY gnome-nettool-version "2.30.0">
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-version;/gedit-&gedit-version;.tar.bz2">
|
||||
<!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/&gnome-version;/gedit-&gedit-version;.tar.bz2">
|
||||
<!ENTITY gedit-md5sum "7c8ac5fe529285309f7d5750ee52b7bd">
|
||||
<!ENTITY gedit-size "4.5 MB">
|
||||
<!ENTITY gedit-buildsize "94 MB">
|
||||
<!ENTITY gedit-time "1.2 SBU">
|
||||
<!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-version;/gedit-&gedit-version;.tar.xz">
|
||||
<!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/&gnome-version;/gedit-&gedit-version;.tar.xz">
|
||||
<!ENTITY gedit-md5sum "f7d27116971e2d7336231353de7dd2e9">
|
||||
<!ENTITY gedit-size "2.8 MB">
|
||||
<!ENTITY gedit-buildsize "95 MB">
|
||||
<!ENTITY gedit-time "1.8 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gedit" xreflabel="gedit-&gedit-version;">
|
||||
@ -32,7 +32,7 @@
|
||||
<para>The <application>gedit</application> package contains a lightweight
|
||||
UTF-8 text editor for the <application>GNOME</application> desktop.</para>
|
||||
|
||||
&lfs65_checked;
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -59,23 +59,24 @@
|
||||
<bridgehead renderas="sect3">gedit Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="GConf"/>,
|
||||
<xref linkend="gnome-doc-utils"/>,
|
||||
<xref linkend="gtk2"/>,
|
||||
<xref linkend="gtksourceview"/>, and
|
||||
<para role="required"><xref linkend="gnome-doc-utils"/>,
|
||||
<xref linkend="gsettings-desktop-schemas"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="gtk3"/>,
|
||||
<xref linkend="gtksourceview"/>,
|
||||
<xref linkend="libpeas"/>, and
|
||||
<xref linkend="which"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended"><xref linkend="enchant"/> and
|
||||
<xref linkend="iso-codes"/> (to Provide Spell-Checking Capability), and
|
||||
<xref linkend="iso-codes"/> (to Provide Spell-Checking Capability),
|
||||
<xref linkend="rarian"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="attr"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="libsoup"/>,
|
||||
<xref linkend="pygtk"/> (including the gtk and pango modules), and
|
||||
<xref linkend="pygtksourceview"/></para>
|
||||
<xref linkend="pygobject3"/>, and
|
||||
<ulink url="http://launchpad.net/libzeitgeist">libzeitgeist</ulink></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/gedit"/></para>
|
||||
@ -88,14 +89,13 @@
|
||||
<para>Install <application>gedit</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
||||
--sysconfdir=&gnome-etc-dir; \
|
||||
--libexecdir=$(pkg-config \
|
||||
--variable=prefix ORBit-2.0)/lib/gedit-2 \
|
||||
--localstatedir=/var/lib &&
|
||||
<!-- /usr/lib/gedit is created for plugins, reuse for libexec's gedit-bugreport.sh -->
|
||||
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
|
||||
--libexecdir=$GNOME_PREFIX/lib/gedit &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
<para>This package's testsuite is intended to be used by the
|
||||
maintainer (or not) to check i18n files.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
@ -109,11 +109,10 @@ make</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-sysconfdir.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/scrollkeeper-dir.xml"/>
|
||||
<para><command>--libexecdir=$GNOME_PREFIX/lib/gedit</command> : this
|
||||
parameter ensures the libexec file is installed to the same directory as
|
||||
the plugins, instead of creating
|
||||
<filename class="directory">$GNOME_PREFIX/libexec</filename></para>
|
||||
|
||||
<para><option>--disable-spell</option>: Use this parameter to disables
|
||||
spell-checking capability and is required if
|
||||
@ -131,19 +130,21 @@ make</userinput></screen>
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>gedit</seg>
|
||||
<seg>libcloader.so, libchangecase.so, libdocinfo.so, libfilebrowser.so,
|
||||
libmodelines.so, libsort.so, libspell.so, libtaglist.so, and
|
||||
libtime.so</seg>
|
||||
<seg><envar>$GNOME_PREFIX</envar>/{include/gedit-2.20/gedit,
|
||||
lib/gedit-2/{gedit-2,plugin-loaders,plugins},share/{gedit-2/{icons,logo,
|
||||
plugins/{changecase,docinfo,filebrowser,modelines,sort,spell,taglist,
|
||||
time},ui},gnome/help/gedit/*,gtk-doc/html/gedit,omf/gedit}}</seg>
|
||||
<seg>gedit and gnome-text-editor (a symlink to gedit)</seg>
|
||||
<seg>libgedit-private.so, libchangecase.so, libdocinfo.so, libfilebrowser.so,
|
||||
libmodelines.so, libsort.so, libspell.so, libtime.so</seg>
|
||||
<!-- slimmed as much as possible, reformatted to avoid whitespace at wrong places -->
|
||||
<seg><envar>$GNOME_PREFIX</envar>/include/gedit-3.0,
|
||||
<envar>$GNOME_PREFIX</envar>/lib/gedit,
|
||||
<envar>$GNOME_PREFIX</envar>/share/gedit-2,
|
||||
<envar>$GNOME_PREFIX</envar>/share/gnome/help/gedit,
|
||||
<envar>$GNOME_PREFIX</envar>/share/gtk-doc/html,
|
||||
<envar>$GNOME_PREFIX</envar>/share/omf/gedit</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -68,6 +68,9 @@
|
||||
<listitem>
|
||||
<para>[ken] - merge cheese-3.2.2 from Wayne.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - merge gedit-3.2.3 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user