Changeset d691f65


Ignore:
Timestamp:
02/11/2009 02:52:32 PM (15 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a181baeb
Parents:
7f1ca8b
Message:

Updated to GPM-1.20.6

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7755 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7f1ca8b rd691f65  
    191191
    192192<!-- Chapter 11 -->
    193 <!ENTITY gpm-version                  "1.20.5">
     193<!ENTITY gpm-version                  "1.20.6">
    194194<!ENTITY fcron-version                "3.0.4">
    195195<!ENTITY hdparm-version               "9.6">
  • general/sysutils/gpm.xml

    r7f1ca8b rd691f65  
    77  <!ENTITY gpm-download-http "http://unix.schottelius.org/gpm/archives/gpm-&gpm-version;.tar.bz2">
    88  <!ENTITY gpm-download-ftp  " ">
    9   <!ENTITY gpm-md5sum        "e55473932e4052f3b74c730dfefe0d15">
     9  <!ENTITY gpm-md5sum        "6b534da16dc1b28ba828dea89e520f6f">
    1010  <!ENTITY gpm-size          "1.4 MB">
    11   <!ENTITY gpm-buildsize     "10 MB">
     11  <!ENTITY gpm-buildsize     "9 MB">
    1212  <!ENTITY gpm-time          "0.1 SBU">
    1313]>
     
    9191    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9292
    93 <screen role="root"><userinput>make install &amp;&amp;
     93<screen role="root"><userinput>make install                                                       &amp;&amp;
    9494
    9595install-info --dir-file=/usr/share/info/dir \
    96              /usr/share/info/gpm.info &amp;&amp;
    97 
    98 ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so &amp;&amp;
    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                              &amp;&amp;
     97
     98ln -v -s libgpm.so.2.1.0 /usr/lib/libgpm.so                        &amp;&amp;
     99install -v -m644 conf/gpm-root.conf /etc                           &amp;&amp;
     100
     101install -v -m755 -d destdir/usr/share/doc/gpm-&gpm-version;               &amp;&amp;
     102chmod   -v   755    doc/{changes,support}                          &amp;&amp;
     103chmod   -v   644    doc/{changes/*,support/*,FAQ,HACK_GPM,README*} &amp;&amp;
     104cp      -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">
    104110    <title>Command Explanations</title>
    105111
    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>
    114121
    115122  <sect2 role="configuration">
     
    201208        gpm-root, hltest, mev, and mouse-test</seg>
    202209        <seg>libgpm.{so.a}</seg>
    203         <seg>None</seg>
     210        <seg>/usr/share/doc/gpm-&gpm-version;</seg>
    204211      </seglistitem>
    205212    </segmentedlist>
  • introduction/welcome/changelog.xml

    r7f1ca8b rd691f65  
    4343
    4444    <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>
    4554      <para>February 9th, 2009</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.