Author: bdubbs
Date: Wed Aug 21 18:50:45 2013
New Revision: 11666
Log:
Tags for editors and supporting packages
Modified:
trunk/BOOK/general/genlib/aspell.xml
trunk/BOOK/general/genlib/enchant.xml
trunk/BOOK/general/prog/vala.xml
trunk/BOOK/gnome/applications/gucharmap.xml
trunk/BOOK/gnome/platform/yelp-xsl.xml
trunk/BOOK/postlfs/editors/bluefish.xml
trunk/BOOK/postlfs/editors/ed.xml
trunk/BOOK/postlfs/editors/emacs.xml
trunk/BOOK/postlfs/editors/joe.xml
trunk/BOOK/postlfs/editors/nano.xml
trunk/BOOK/postlfs/editors/vim.xml
Modified: trunk/BOOK/general/genlib/aspell.xml
==============================================================================
--- trunk/BOOK/general/genlib/aspell.xml Wed Aug 21 09:31:34 2013
(r11665)
+++ trunk/BOOK/general/genlib/aspell.xml Wed Aug 21 18:50:45 2013
(r11666)
@@ -38,7 +38,7 @@
library or as an independent spell checker.
</para>
- &lfs73_checked;
+ &lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/genlib/enchant.xml
==============================================================================
--- trunk/BOOK/general/genlib/enchant.xml Wed Aug 21 09:31:34 2013
(r11665)
+++ trunk/BOOK/general/genlib/enchant.xml Wed Aug 21 18:50:45 2013
(r11666)
@@ -32,7 +32,7 @@
<para>The <application>enchant</application> package provide a generic
interface into various existing spell checking libaries.</para>
- &lfs73_checked;
+ &lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/prog/vala.xml
==============================================================================
--- trunk/BOOK/general/prog/vala.xml Wed Aug 21 09:31:34 2013 (r11665)
+++ trunk/BOOK/general/prog/vala.xml Wed Aug 21 18:50:45 2013 (r11666)
@@ -37,7 +37,7 @@
compared to applications and libraries written in C.
</para>
- &lfs73_checked;
+ &lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/gnome/applications/gucharmap.xml
==============================================================================
--- trunk/BOOK/gnome/applications/gucharmap.xml Wed Aug 21 09:31:34 2013
(r11665)
+++ trunk/BOOK/gnome/applications/gucharmap.xml Wed Aug 21 18:50:45 2013
(r11666)
@@ -39,7 +39,7 @@
only know by its Unicode name or code point.
</para>
- &lfs73_checked;
+ &lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -79,6 +79,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
+ <xref linkend="desktop-file-utils"/>,
<xref linkend="gtk3"/> and
<xref linkend="yelp-xsl"/>
</para>
Modified: trunk/BOOK/gnome/platform/yelp-xsl.xml
==============================================================================
--- trunk/BOOK/gnome/platform/yelp-xsl.xml Wed Aug 21 09:31:34 2013
(r11665)
+++ trunk/BOOK/gnome/platform/yelp-xsl.xml Wed Aug 21 18:50:45 2013
(r11666)
@@ -35,7 +35,7 @@
format Docbook and Mallard documents.
</para>
- &lfs73_checked;
+ &lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/postlfs/editors/bluefish.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/bluefish.xml Wed Aug 21 09:31:34 2013
(r11665)
+++ trunk/BOOK/postlfs/editors/bluefish.xml Wed Aug 21 18:50:45 2013
(r11666)
@@ -38,7 +38,7 @@
editing dynamic and interactive websites.
</para>
- &lfs73_checked;
+ &lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/postlfs/editors/ed.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/ed.xml Wed Aug 21 09:31:34 2013 (r11665)
+++ trunk/BOOK/postlfs/editors/ed.xml Wed Aug 21 18:50:45 2013 (r11666)
@@ -36,7 +36,7 @@
program if you encounter an ed-based patch file. This happens rarely
because diff-based patches are preferred these days.</para>
- &lfs73_checked;
+ &lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/postlfs/editors/emacs.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/emacs.xml Wed Aug 21 09:31:34 2013
(r11665)
+++ trunk/BOOK/postlfs/editors/emacs.xml Wed Aug 21 18:50:45 2013
(r11666)
@@ -32,7 +32,7 @@
<para>The <application>Emacs</application> package contains an extensible,
customizable, self-documenting real-time display editor.</para>
- &lfs73_checked;
+ &lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -77,9 +77,11 @@
<para>Install <application>Emacs</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>
+./configure --prefix=/usr \
--libexecdir=/usr/lib \
- --localstatedir=/var &&
+ --with-gif=no \
+ --localstatedir=/var &&
make bootstrap</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -94,6 +96,10 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para><option>--with-gif=no</option>: This option is required if
+ <ulink url="http://sourceforge.net/projects/libungif">libungif</ulink>
+ is not installed.</para>
+
<para><option>--libexecdir=/usr/lib</option>: Place library
executables in a Filesystem Hierarchy Standard (FHS) location.</para>
Modified: trunk/BOOK/postlfs/editors/joe.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/joe.xml Wed Aug 21 09:31:34 2013 (r11665)
+++ trunk/BOOK/postlfs/editors/joe.xml Wed Aug 21 18:50:45 2013 (r11666)
@@ -33,7 +33,7 @@
editor capable of emulating WordStar, <application>Pico</application>,
and <application>Emacs</application>.</para>
- &lfs73_checked;
+ &lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/postlfs/editors/nano.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/nano.xml Wed Aug 21 09:31:34 2013 (r11665)
+++ trunk/BOOK/postlfs/editors/nano.xml Wed Aug 21 18:50:45 2013 (r11666)
@@ -35,7 +35,7 @@
the default editor in the <application>Pine</application> package.
</para>
- &lfs73_checked;
+ &lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/postlfs/editors/vim.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/vim.xml Wed Aug 21 09:31:34 2013 (r11665)
+++ trunk/BOOK/postlfs/editors/vim.xml Wed Aug 21 18:50:45 2013 (r11666)
@@ -41,7 +41,7 @@
There is no need for special instructions since
<application>X</application> support is automatically detected.</para>
- &lfs73_checked;
+ &lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page