Ignore:
Timestamp:
09/26/2012 08:18:27 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
d2d79be
Parents:
140ad225
Message:

Update to gnucash-2.4.11
Tag several packages for 7.2.
Formatting and other general touchups.
Remove references to GNOME_PREFIX for several GNOME2 packages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/slib.xml

    r140ad225 r79e6d17  
    4242    Scheme48, SCM, SCM Mac, scsh, Stk, T3.1, umb-scheme, and VSCM.</para>
    4343
    44     &lfs70_built;
     44    &lfs72_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9090    commands:</para>
    9191
    92 <screen><userinput>sed -i 's|usr/lib|usr/share|' RScheme.init &amp;&amp;
    93 ./configure --prefix=/usr --libdir=/usr/share &amp;&amp;
     92<screen><userinput>sed -i 's|usr/lib|usr/share|' RScheme.init                      &amp;&amp;
     93./configure --prefix=/usr --libdir=/usr/share                   &amp;&amp;
     94
    9495sed -i 's# scm$# guile#;s#ginstall-info#install-info#' Makefile &amp;&amp;
    95 makeinfo -o slib.txt --plaintext slib.texi &amp;&amp;
     96
     97makeinfo -o slib.txt --plaintext slib.texi                      &amp;&amp;
    9698makeinfo -o slib.html --html --no-split slib.texi</userinput></screen>
    9799
     100<!-- Thee are errors in slib.texi
    98101    <para>If you have <xref linkend="texlive"/> installed and wish to build PDF
    99102    or Postscript documentation, issue any or all of the following
     
    103106texi2dvi slib.texi &amp;&amp;
    104107dvips -o slib.ps slib.dvi</userinput></screen>
    105 
     108-->
    106109    <para>This package does not come with a functional test suite.</para>
    107110
     
    109112    user:</para>
    110113
    111 <screen role="root"><userinput>make install &amp;&amp;
    112 ln -v -s ../slib /usr/share/guile &amp;&amp;
     114<screen role="root"><userinput>make install                                            &amp;&amp;
     115ln -v -s ../slib /usr/share/guile                       &amp;&amp;
    113116guile -c "(use-modules (ice-9 slib)) (require 'printf)" &amp;&amp;
    114 install -v -m755 -d /usr/share/doc/slib-&slib-version; &amp;&amp;
     117install -v -m755 -d /usr/share/doc/slib-&slib-version;             &amp;&amp;
    115118install -v -m644 ANNOUNCE FAQ README slib.{txt,html} /usr/share/doc/slib-&slib-version;</userinput></screen>
    116119
     120<!--
    117121    <para>If you built any of the optional documentation, install it using the
    118122    following command as the <systemitem class="username">root</systemitem>
     
    120124
    121125<screen role="root"><userinput>install -v -m644 slib.{pdf,dvi,ps} /usr/share/doc/slib-&slib-version;</userinput></screen>
    122   </sect2>
     126 -->
     127 </sect2>
    123128
    124129  <sect2 role="commands">
     
    142147    <application>slib</application> files.</para>
    143148
    144     <para><command>make ... install installinfo</command>: This command
    145     installs the package and the <command>info</command> documentation into the
    146     indicated directories.</para>
    147149  </sect2>
    148150
Note: See TracChangeset for help on using the changeset viewer.