Author: dj
Date: 2012-06-11 17:17:16 -0600 (Mon, 11 Jun 2012)
New Revision: 10301
Added:
trunk/BOOK/x/installing/twm.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/installing.xml
trunk/BOOK/x/installing/x7app.xml
Log:
Added twm-1.0.7.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-06-11 22:47:35 UTC (rev 10300)
+++ trunk/BOOK/general.ent 2012-06-11 23:17:16 UTC (rev 10301)
@@ -626,6 +626,7 @@
<!ENTITY xcb-util-version "0.3.8">
<!ENTITY xorg-server-version "1.11.2">
<!ENTITY xorg-wacom-driver-version "0.14.0">
+<!ENTITY twm-version "1.0.7">
<!ENTITY xterm-version "278">
<!ENTITY xclock-version "1.0.6">
<!-- Obsolete
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-06-11 22:47:35 UTC
(rev 10300)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-06-11 23:17:16 UTC
(rev 10301)
@@ -57,6 +57,9 @@
<listitem>
<para>[dj] - Added xclock-1.0.6.</para>
</listitem>
+ <listitem>
+ <para>[dj] - Added twm-1.0.7.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/x/installing/installing.xml
===================================================================
--- trunk/BOOK/x/installing/installing.xml 2012-06-11 22:47:35 UTC (rev
10300)
+++ trunk/BOOK/x/installing/installing.xml 2012-06-11 23:17:16 UTC (rev
10301)
@@ -45,6 +45,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7server.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7driver.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="x7additionaldrivers.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="twm.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xterm.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xclock.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="xorg-config.xml"/>
Added: trunk/BOOK/x/installing/twm.xml
===================================================================
--- trunk/BOOK/x/installing/twm.xml (rev 0)
+++ trunk/BOOK/x/installing/twm.xml 2012-06-11 23:17:16 UTC (rev 10301)
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY twm-download-http
"http://xorg.freedesktop.org/releases/individual/app/twm-&twm-version;.tar.bz2">
+ <!ENTITY twm-download-ftp
"ftp://ftp.x.org/pub/individual/app/twm-&twm-version;.tar.bz2">
+ <!ENTITY twm-md5sum "c1c124ff16255d6525a53a0d5cec8bf9">
+ <!ENTITY twm-size "272 KB">
+ <!ENTITY twm-buildsize "3.7 MB">
+ <!ENTITY twm-time "less than 0.1 SBU">
+]>
+
+<sect1 id="twm" xreflabel="twm-&twm-version;">
+ <?dbhtml filename="twm.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>twm-&twm-version;</title>
+
+ <indexterm zone="twm">
+ <primary sortas="a-twm">twm</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to twm</title>
+
+ <para>The <application>twm</application> package contains a very minimal
+ window manager.</para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Download (HTTP): <ulink url="&twm-download-http;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download (FTP): <ulink url="&twm-download-ftp;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download MD5 sum: &twm-md5sum;</para>
+ </listitem>
+ <listitem>
+ <para>Download size: &twm-size;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated disk space required: &twm-buildsize;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated build time: &twm-time;</para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">twm Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required"><xref linkend="xorg7-server"/></para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/twm"/></para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of twm</title>
+
+ <para>Install <application>twm</application> by running the
+ following commands:</para>
+
+<screen><userinput>sed -i -e '/^rcdir =/s,^\(rcdir =
\).*,\1/etc/X11/app-defaults,' \
+ src/Makefile.in &&
+./configure $XORG_CONFIG &&
+make</userinput></screen>
+
+ <para>This package does not come with a test suite.</para>
+
+ <para>Now, as the <systemitem class="username">root</systemitem>
+ user:</para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+ <para><command>sed -i -e '/^rcdir =/s...</command>: This command ensures
+ the <application>twm</application> configuration file gets installed in
+ the proper location.</para>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directory</segtitle>
+
+ <seglistitem>
+ <seg>twm</seg>
+ <seg>None</seg>
+ <seg>/etc/X11/app-defaults</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="twm-bin">
+ <term><command>twm</command></term>
+ <listitem>
+ <para>is the Tab Window Manager for the X Window System.</para>
+ <indexterm zone="twm twm">
+ <primary sortas="b-twm">twm</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+ </sect2>
+
+</sect1>
Property changes on: trunk/BOOK/x/installing/twm.xml
___________________________________________________________________
Added: svn:keywords
+ Date LastChangedBy
Modified: trunk/BOOK/x/installing/x7app.xml
===================================================================
--- trunk/BOOK/x/installing/x7app.xml 2012-06-11 22:47:35 UTC (rev 10300)
+++ trunk/BOOK/x/installing/x7app.xml 2012-06-11 23:17:16 UTC (rev 10301)
@@ -104,12 +104,6 @@
package:</para>
<screen><userinput>case $(basename "$PWD") in
- twm-[0-9]* )
- sed -i -e '/^rcdir =/s,^\(rcdir = \).*,\1/etc/X11/app-defaults,' \
- src/Makefile.in &&
- ./configure $XORG_CONFIG
- ;;
-
xinit-[0-9]* )
./configure $XORG_CONFIG --with-xinitdir=/etc/X11/app-defaults
;;
@@ -129,15 +123,6 @@
</sect2>
-
- <sect2 role="commands">
- <title>Command Explanations</title>
- <para><command>sed -i -e '/^rcdir =/s...</command>: This command ensures
- the <application>twm</application> configuration file gets installed in
- the proper location.</para>
- </sect2>
-
-
<sect2 role="content">
<title>Contents</title>
@@ -149,7 +134,7 @@
<seglistitem>
<seg>bdftopcf, iceauth, luit, mkfontdir,mkfontscale, sessreg,
- setxkbmap, smproxy, startx, twm, x11perf, x11perfcomp, xauth,
+ setxkbmap, smproxy, startx, x11perf, x11perfcomp, xauth,
xcmsdb, xcursorgen, xdpr, xdpyinfo, xdriinfo, xev, xgamma, xhost,
xinit, xkbbell, xkbcomp, xkbevd, xkbvleds, xkbwatch, xkill, xlsatoms,
xlsclients, xmodmap, xpr, xprop, xrandr, xrdb, xrefresh, xset,
@@ -266,16 +251,6 @@
</listitem>
</varlistentry>
- <varlistentry id="twm-x7">
- <term><command>twm</command></term>
- <listitem>
- <para>is the Tab Window Manager for the X Window System.</para>
- <indexterm zone="xorg7-app twm-x7">
- <primary sortas="b-twm">twm</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
<varlistentry id="x11perf-x7">
<term><command>x11perf</command></term>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page