Author: fernando
Date: Sat Feb 22 05:34:10 2014
New Revision: 12764
Log:
Some tags - part 1. Fix zsh-5.0.5 to build with libcap 2.24. Add some
dependencies to andupdate icon cache: Emacs-24.3.
Modified:
trunk/BOOK/general/genutils/lsof.xml
trunk/BOOK/postlfs/editors/emacs.xml
trunk/BOOK/postlfs/shells/zsh.xml
Modified: trunk/BOOK/general/genutils/lsof.xml
==============================================================================
--- trunk/BOOK/general/genutils/lsof.xml Sat Feb 22 04:49:29 2014
(r12763)
+++ trunk/BOOK/general/genutils/lsof.xml Sat Feb 22 05:34:10 2014
(r12764)
@@ -32,7 +32,7 @@
<para>The <application>lsof</application> package is useful to LiSt Open
Files for a given running application or process.</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/postlfs/editors/emacs.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/emacs.xml Sat Feb 22 04:49:29 2014
(r12763)
+++ trunk/BOOK/postlfs/editors/emacs.xml Sat Feb 22 05:34:10 2014
(r12764)
@@ -60,8 +60,16 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="x-window-system"/>,
+ <xref linkend="alsa-lib"/>,
+ <xref linkend="dbus"/>,
+ <xref linkend="gnutls"/>,
+ <xref linkend="gobject-introspection"/>,
+ <xref linkend="gpm"/>,
+ <xref linkend="gtk2"/> or <xref linkend="gtk3"/>,
+ <xref linkend="imagemagick"/>,
<xref linkend="libjpeg"/>,
<xref linkend="libpng"/>,
+ <xref linkend="librsvg"/>,
<xref linkend="libtiff"/>, and
<ulink url="http://directory.fsf.org/wiki/Libungif">libungif</ulink></para>
@@ -88,6 +96,11 @@
<screen role="root"><userinput>make install &&
chown -v -R root:root /usr/share/emacs/&emacs-version;</userinput></screen>
+ <para>If you have <xref linkend="gtk2"/> or <xref linkend="gtk3"/>
+ installed, run, as <systemitem class="username">root</systemitem>
user:</para>
+
+<screen role="root"><userinput>gtk-update-icon-cache -qf
/usr/share/icons/hicolor</userinput></screen>
+
</sect2>
<sect2 role="commands">
Modified: trunk/BOOK/postlfs/shells/zsh.xml
==============================================================================
--- trunk/BOOK/postlfs/shells/zsh.xml Sat Feb 22 04:49:29 2014 (r12763)
+++ trunk/BOOK/postlfs/shells/zsh.xml Sat Feb 22 05:34:10 2014 (r12764)
@@ -39,7 +39,7 @@
<application>zsh</application> most closely resembles
<application>ksh</application> but includes many enhancements.</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -81,6 +81,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
+ <ulink url="ftp://ftp.gnu.org/gnu/gdbm/">gdbm</ulink>,
<xref linkend="pcre"/> and
<xref linkend="libcap"/>
</para>
@@ -109,7 +110,11 @@
<para>Install <application>zsh</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>sed -e '/attr.mdh/ d' -e '/attr.pro/ d'
\
+ -e '/include <sys\/xattr.h>/ a\\n#include "attr.mdh"\n#include
"attr.pro"' \
+ -i Src/Modules/attr.c &&
+
+./configure --prefix=/usr \
--bindir=/bin \
--sysconfdir=/etc/zsh \
--enable-etcdir=/etc/zsh &&
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page