Changeset 9a9d63d4
- Timestamp:
- 10/13/2008 01:11:00 PM (15 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- cb098fac
- Parents:
- 8f0c312
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8f0c312 r9a9d63d4 187 187 188 188 <!-- Chapter 11 --> 189 <!ENTITY gpm-version "1.20. 1">189 <!ENTITY gpm-version "1.20.5"> 190 190 <!ENTITY fcron-version "3.0.4"> 191 191 <!ENTITY hdparm-version "7.7"> -
general/sysutils/gpm.xml
r8f0c312 r9a9d63d4 5 5 %general-entities; 6 6 7 <!-- Inserted as a reminder to do this. The mention of a test suite 8 is usually right before the root user installation commands. Please 9 delete these 12 (including one blank) lines after you are done.--> 10 11 <!-- Use one of the two mentions below about a test suite, 12 delete the line that is not applicable. Of course, if the 13 test suite uses syntax other than "make check", revise the 14 line to reflect the actual syntax to run the test suite --> 15 16 <!-- <para>This package does not come with a test suite.</para> --> 17 <!-- <para>To test the results, issue: <command>make check</command>.</para> --> 18 19 <!ENTITY gpm-download-http "http://ftp.schottelius.org/pub/linux/gpm/gpm-&gpm-version;.tar.bz2"> 20 <!ENTITY gpm-download-ftp "&gentoo-ftp-repo;/gpm-&gpm-version;.tar.bz2"> 21 <!ENTITY gpm-md5sum "2c63e827d755527950d9d13fe3d87692"> 22 <!ENTITY gpm-size "556 KB"> 23 <!ENTITY gpm-buildsize "6.7 MB"> 7 <!ENTITY gpm-download-http "http://unix.schottelius.org/gpm/archives/gpm-&gpm-version;.tar.bz2"> 8 <!ENTITY gpm-download-ftp " "> 9 <!ENTITY gpm-md5sum "e55473932e4052f3b74c730dfefe0d15"> 10 <!ENTITY gpm-size "1.4 MB"> 11 <!ENTITY gpm-buildsize "10 MB"> 24 12 <!ENTITY gpm-time "0.1 SBU"> 25 13 ]> … … 73 61 </itemizedlist> 74 62 75 < bridgehead renderas="sect3">Additional Downloads</bridgehead>63 <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> 76 64 <itemizedlist spacing='compact'> 77 65 <listitem> … … 83 71 url="&patch-root;/gpm-&gpm-version;-silent-1.patch"/></para> 84 72 </listitem> 85 </itemizedlist> 73 </itemizedlist> --> 86 74 87 75 <para condition="html" role="usernotes">User Notes: … … 96 84 the following commands:</para> 97 85 98 <screen><userinput> patch -Np1 -i ../gpm-&gpm-version;-segfault-1.patch&&99 patch -Np1 -i ../gpm-&gpm-version;-silent-1.patch && 100 ./configure --prefix=/usr --sysconfdir=/etc && 101 LDFLAGS="-lm" make</userinput></screen>86 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc && 87 make</userinput></screen> 88 89 <para>This package does not come with a test suite.</para> 102 90 103 91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 104 92 105 93 <screen role="root"><userinput>make install && 106 cp -v conf/gpm-root.conf /etc && 107 ldconfig</userinput></screen> 94 95 ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so && 96 install -v -m644 conf/gpm-root.conf /etc</userinput></screen> 108 97 109 98 </sect2> 110 99 111 < sect2 role="commands">100 <!-- <sect2 role="commands"> 112 101 <title>Command Explanations</title> 113 102 … … 116 105 some cursor scrolling logic.</para> 117 106 118 <!--<para><command>ldconfig -n -l </command>: During installation, gpm outputs a119 message to run the above command to create the proper library links.</para> -->120 121 </sect2> 107 <para><command>ldconfig -n -l </command>: During installation, gpm outputs a 108 message to run the above command to create the proper library links.</para> 109 110 </sect2> --> 122 111 123 112 <sect2 role="configuration"> … … 206 195 207 196 <seglistitem> 208 <seg>disable-paste, gpm, gpm-root, hltest, mev, and mouse-test</seg> 197 <seg>disable-paste, display-buttons, display-coords, get-versions, gpm, 198 gpm-root, hltest, mev, and mouse-test</seg> 209 199 <seg>libgpm.{so.a}</seg> 210 200 <seg>None</seg> … … 227 217 </varlistentry> 228 218 219 <varlistentry id="display-buttons"> 220 <term><command>display-buttons</command></term> 221 <listitem> 222 <para>is a simple program that reports the mouse buttons being 223 pressed and released.</para> 224 <indexterm zone="gpm display-buttons"> 225 <primary sortas="b-display-buttons">display-buttons</primary> 226 </indexterm> 227 </listitem> 228 </varlistentry> 229 230 <varlistentry id="display-coords"> 231 <term><command>display-coords</command></term> 232 <listitem> 233 <para>is a simple program that reports the mouse coordinates.</para> 234 <indexterm zone="gpm display-coords"> 235 <primary sortas="b-display-coords">display-coords</primary> 236 </indexterm> 237 </listitem> 238 </varlistentry> 239 240 <varlistentry id="get-versions"> 241 <term><command>get-versions</command></term> 242 <listitem> 243 <para>is used to report the <application>GPM</application> library 244 and server versions.</para> 245 <indexterm zone="gpm get-versions"> 246 <primary sortas="b-get-versions">get-versions</primary> 247 </indexterm> 248 </listitem> 249 </varlistentry> 250 229 251 <varlistentry id="gpm-prog"> 230 252 <term><command>gpm</command></term> -
introduction/welcome/changelog.xml
r8f0c312 r9a9d63d4 45 45 <para>October 13th, 2008</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[randy] - Updated to GPM-1.20.5.</para> 49 </listitem> 47 50 <listitem> 48 51 <para>[randy] - Updated all the LFS package versions (in the book
Note:
See TracChangeset
for help on using the changeset viewer.