mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to GPM-1.20.6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7755 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7f1ca8b68c
commit
d691f65388
@ -190,7 +190,7 @@ $Date$
|
||||
<!ENTITY gperf-version "3.0.3">
|
||||
|
||||
<!-- Chapter 11 -->
|
||||
<!ENTITY gpm-version "1.20.5">
|
||||
<!ENTITY gpm-version "1.20.6">
|
||||
<!ENTITY fcron-version "3.0.4">
|
||||
<!ENTITY hdparm-version "9.6">
|
||||
<!ENTITY which-version "2.20">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!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-md5sum "6b534da16dc1b28ba828dea89e520f6f">
|
||||
<!ENTITY gpm-size "1.4 MB">
|
||||
<!ENTITY gpm-buildsize "10 MB">
|
||||
<!ENTITY gpm-buildsize "9 MB">
|
||||
<!ENTITY gpm-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -90,27 +90,34 @@ make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
<screen role="root"><userinput>make install &&
|
||||
|
||||
install-info --dir-file=/usr/share/info/dir \
|
||||
/usr/share/info/gpm.info &&
|
||||
/usr/share/info/gpm.info &&
|
||||
|
||||
ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so &&
|
||||
install -v -m644 conf/gpm-root.conf /etc</userinput></screen>
|
||||
ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so &&
|
||||
install -v -m644 conf/gpm-root.conf /etc &&
|
||||
|
||||
install -v -m755 -d destdir/usr/share/doc/gpm-&gpm-version; &&
|
||||
chmod -v 755 doc/{changes,support} &&
|
||||
chmod -v 644 doc/{changes/*,support/*,FAQ,HACK_GPM,README*} &&
|
||||
cp -v -R doc/{FAQ,HACK_GPM,README*,changes,support} \
|
||||
/usr/share/doc/gpm-&gpm-version;</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>install-info ...</command>: This package installs a
|
||||
<filename class="extension">.info</filename> file, but does not update the
|
||||
system <filename>dir</filename> file. This command makes the update.</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>ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so</command>: This
|
||||
command is used to create the <filename class="extension">.so</filename>
|
||||
symlink to the library.</para>
|
||||
|
||||
</sect2> -->
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring GPM</title>
|
||||
@ -200,7 +207,7 @@ GPMOPTS=""</literal></screen>
|
||||
<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>
|
||||
<seg>/usr/share/doc/gpm-&gpm-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -41,6 +41,15 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>February 11th, 2009</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to GPM-1.20.6.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>February 9th, 2009</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user