r7589 - in trunk/BOOK: . general/sysutils introduction/welcome
randy at linuxfromscratch.org
randy at linuxfromscratch.org
Mon Oct 13 07:11:01 MDT 2008
Author: randy
Date: 2008-10-13 07:11:00 -0600 (Mon, 13 Oct 2008)
New Revision: 7589
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/sysutils/gpm.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated to GPM-1.20.5
Modified: trunk/BOOK/general/sysutils/gpm.xml
===================================================================
--- trunk/BOOK/general/sysutils/gpm.xml 2008-10-13 11:39:12 UTC (rev 7588)
+++ trunk/BOOK/general/sysutils/gpm.xml 2008-10-13 13:11:00 UTC (rev 7589)
@@ -4,23 +4,11 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!-- Inserted as a reminder to do this. The mention of a test suite
- is usually right before the root user installation commands. Please
- delete these 12 (including one blank) lines after you are done.-->
-
- <!-- Use one of the two mentions below about a test suite,
- delete the line that is not applicable. Of course, if the
- test suite uses syntax other than "make check", revise the
- line to reflect the actual syntax to run the test suite -->
-
- <!-- <para>This package does not come with a test suite.</para> -->
- <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
-
- <!ENTITY gpm-download-http "http://ftp.schottelius.org/pub/linux/gpm/gpm-&gpm-version;.tar.bz2">
- <!ENTITY gpm-download-ftp "&gentoo-ftp-repo;/gpm-&gpm-version;.tar.bz2">
- <!ENTITY gpm-md5sum "2c63e827d755527950d9d13fe3d87692">
- <!ENTITY gpm-size "556 KB">
- <!ENTITY gpm-buildsize "6.7 MB">
+ <!ENTITY gpm-download-http "http://unix.schottelius.org/gpm/archives/gpm-&gpm-version;.tar.bz2">
+ <!ENTITY gpm-download-ftp " ">
+ <!ENTITY gpm-md5sum "e55473932e4052f3b74c730dfefe0d15">
+ <!ENTITY gpm-size "1.4 MB">
+ <!ENTITY gpm-buildsize "10 MB">
<!ENTITY gpm-time "0.1 SBU">
]>
@@ -72,7 +60,7 @@
</listitem>
</itemizedlist>
- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Recommended Patch: <ulink
@@ -82,7 +70,7 @@
<para>Recommended Patch: <ulink
url="&patch-root;/gpm-&gpm-version;-silent-1.patch"/></para>
</listitem>
- </itemizedlist>
+ </itemizedlist> -->
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/GPM"/></para>
@@ -95,30 +83,31 @@
<para>Install <application>GPM</application> by running
the following commands:</para>
-<screen><userinput>patch -Np1 -i ../gpm-&gpm-version;-segfault-1.patch &&
-patch -Np1 -i ../gpm-&gpm-version;-silent-1.patch &&
-./configure --prefix=/usr --sysconfdir=/etc &&
-LDFLAGS="-lm" make</userinput></screen>
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
+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 &&
-cp -v conf/gpm-root.conf /etc &&
-ldconfig</userinput></screen>
+ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so &&
+install -v -m644 conf/gpm-root.conf /etc</userinput></screen>
+
</sect2>
- <sect2 role="commands">
+ <!-- <sect2 role="commands">
<title>Command Explanations</title>
<para><command>LDFLAGS="-lm"</command>: The math library
must be linked with <command>gpm</command>, as ceil() is used in
some cursor scrolling logic.</para>
-<!-- <para><command>ldconfig -n -l </command>: During installation, gpm outputs a
-message to run the above command to create the proper library links.</para> -->
+ <para><command>ldconfig -n -l </command>: During installation, gpm outputs a
+message to run the above command to create the proper library links.</para>
- </sect2>
+ </sect2> -->
<sect2 role="configuration">
<title>Configuring GPM</title>
@@ -205,7 +194,8 @@
<segtitle>Installed Directories</segtitle>
<seglistitem>
- <seg>disable-paste, gpm, gpm-root, hltest, mev, and mouse-test</seg>
+ <seg>disable-paste, display-buttons, display-coords, get-versions, gpm,
+ gpm-root, hltest, mev, and mouse-test</seg>
<seg>libgpm.{so.a}</seg>
<seg>None</seg>
</seglistitem>
@@ -226,6 +216,38 @@
</listitem>
</varlistentry>
+ <varlistentry id="display-buttons">
+ <term><command>display-buttons</command></term>
+ <listitem>
+ <para>is a simple program that reports the mouse buttons being
+ pressed and released.</para>
+ <indexterm zone="gpm display-buttons">
+ <primary sortas="b-display-buttons">display-buttons</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="display-coords">
+ <term><command>display-coords</command></term>
+ <listitem>
+ <para>is a simple program that reports the mouse coordinates.</para>
+ <indexterm zone="gpm display-coords">
+ <primary sortas="b-display-coords">display-coords</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="get-versions">
+ <term><command>get-versions</command></term>
+ <listitem>
+ <para>is used to report the <application>GPM</application> library
+ and server versions.</para>
+ <indexterm zone="gpm get-versions">
+ <primary sortas="b-get-versions">get-versions</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="gpm-prog">
<term><command>gpm</command></term>
<listitem>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-10-13 11:39:12 UTC (rev 7588)
+++ trunk/BOOK/general.ent 2008-10-13 13:11:00 UTC (rev 7589)
@@ -186,7 +186,7 @@
<!ENTITY gperf-version "3.0.3">
<!-- Chapter 11 -->
-<!ENTITY gpm-version "1.20.1">
+<!ENTITY gpm-version "1.20.5">
<!ENTITY fcron-version "3.0.4">
<!ENTITY hdparm-version "7.7">
<!ENTITY which-version "2.20">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-10-13 11:39:12 UTC (rev 7588)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-10-13 13:11:00 UTC (rev 7589)
@@ -45,6 +45,9 @@
<para>October 13th, 2008</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Updated to GPM-1.20.5.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated all the LFS package versions (in the book
text, not the actual package updates) to current Development
LFS.</para>
More information about the blfs-book
mailing list