Changeset d691f65
- Timestamp:
- 02/11/2009 02:52:32 PM (15 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a181baeb
- Parents:
- 7f1ca8b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r7f1ca8b rd691f65 191 191 192 192 <!-- Chapter 11 --> 193 <!ENTITY gpm-version "1.20. 5">193 <!ENTITY gpm-version "1.20.6"> 194 194 <!ENTITY fcron-version "3.0.4"> 195 195 <!ENTITY hdparm-version "9.6"> -
general/sysutils/gpm.xml
r7f1ca8b rd691f65 7 7 <!ENTITY gpm-download-http "http://unix.schottelius.org/gpm/archives/gpm-&gpm-version;.tar.bz2"> 8 8 <!ENTITY gpm-download-ftp " "> 9 <!ENTITY gpm-md5sum " e55473932e4052f3b74c730dfefe0d15">9 <!ENTITY gpm-md5sum "6b534da16dc1b28ba828dea89e520f6f"> 10 10 <!ENTITY gpm-size "1.4 MB"> 11 <!ENTITY gpm-buildsize " 10MB">11 <!ENTITY gpm-buildsize "9 MB"> 12 12 <!ENTITY gpm-time "0.1 SBU"> 13 13 ]> … … 91 91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 92 92 93 <screen role="root"><userinput>make install &&93 <screen role="root"><userinput>make install && 94 94 95 95 install-info --dir-file=/usr/share/info/dir \ 96 /usr/share/info/gpm.info && 97 98 ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so && 99 install -v -m644 conf/gpm-root.conf /etc</userinput></screen> 100 101 </sect2> 102 103 <!-- <sect2 role="commands"> 96 /usr/share/info/gpm.info && 97 98 ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so && 99 install -v -m644 conf/gpm-root.conf /etc && 100 101 install -v -m755 -d destdir/usr/share/doc/gpm-&gpm-version; && 102 chmod -v 755 doc/{changes,support} && 103 chmod -v 644 doc/{changes/*,support/*,FAQ,HACK_GPM,README*} && 104 cp -v -R doc/{FAQ,HACK_GPM,README*,changes,support} \ 105 /usr/share/doc/gpm-&gpm-version;</userinput></screen> 106 107 </sect2> 108 109 <sect2 role="commands"> 104 110 <title>Command Explanations</title> 105 111 106 <para><command>LDFLAGS="-lm"</command>: The math library 107 must be linked with <command>gpm</command>, as ceil() is used in 108 some cursor scrolling logic.</para> 109 110 <para><command>ldconfig -n -l </command>: During installation, gpm outputs a 111 message to run the above command to create the proper library links.</para> 112 113 </sect2> --> 112 <para><command>install-info ...</command>: This package installs a 113 <filename class="extension">.info</filename> file, but does not update the 114 system <filename>dir</filename> file. This command makes the update.</para> 115 116 <para><command>ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so</command>: This 117 command is used to create the <filename class="extension">.so</filename> 118 symlink to the library.</para> 119 120 </sect2> 114 121 115 122 <sect2 role="configuration"> … … 201 208 gpm-root, hltest, mev, and mouse-test</seg> 202 209 <seg>libgpm.{so.a}</seg> 203 <seg> None</seg>210 <seg>/usr/share/doc/gpm-&gpm-version;</seg> 204 211 </seglistitem> 205 212 </segmentedlist> -
introduction/welcome/changelog.xml
r7f1ca8b rd691f65 43 43 44 44 <listitem> 45 <para>February 11th, 2009</para> 46 <itemizedlist> 47 <listitem> 48 <para>[randy] - Updated to GPM-1.20.6.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 53 <listitem> 45 54 <para>February 9th, 2009</para> 46 55 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.