Changeset 627a4af


Ignore:
Timestamp:
01/10/2010 11:12:58 AM (14 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
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:
b4f31af
Parents:
e08e2be
Message:

Added new package, ICU-4.2.1 and some minor ammendments to samba3-client, rsync-client, cyrus-sasl, gnome-screensaver, python-modules, and scrollkeeper.

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

Files:
1 added
9 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/rsync-client.xml

    re08e2be r627a4af  
    1818  <para><command>rsync</command> is a utility for fast incremental file
    1919  transfers. If you want to install it, the instructions can be found in Chapter
    20   24 &ndash; <xref linkend="rsync"/>.  Note that if you only want to use the
     20  22 &ndash; <xref linkend="rsync"/>.  Note that if you only want to use the
    2121  client, you do <emphasis>not</emphasis> need to run the server and so do not
    2222  need the startup script and links.  In accordance with good practice, only run
  • basicnet/netprogs/samba3-client.xml

    re08e2be r627a4af  
    1919  transfer files to and from, mount SMB shares located on or use printers
    2020  attached to Windows and other SMB servers. If you want to install these
    21   utilities, the instructions can be found in Chapter 21 &ndash;
     21  utilities, the instructions can be found in Chapter 19 &ndash;
    2222  <xref linkend="samba3"/>. After performing the basic installation,
    2323  configure the utilities using the configuration section titled
  • general.ent

    re08e2be r627a4af  
    142142<!ENTITY libusb-version               "1.0.2">
    143143<!ENTITY libusb-compat-version        "0.1.3">
     144<!ENTITY icu-version                  "4.2.1">
    144145<!ENTITY iso-codes-version            "3.11">
    145146<!ENTITY gmime-version                "2.4.7">
  • general/genlib/genlib.xml

    re08e2be r627a4af  
    6868  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libusb.xml"/>
    6969  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libusb-compat.xml"/>
     70  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="icu.xml"/>
    7071  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="iso-codes.xml"/>
    7172  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmime.xml"/>
  • general/genutils/scrollkeeper.xml

    re08e2be r627a4af  
    8484            --with-omfdirs=/usr/share/omf:\
    8585/opt/kde-&kde-version;/share/omf:\
    86 /opt/gnome-&gnome-old-version;&gnome-minor-version;/share/omf &amp;&amp;
     86/opt/gnome-&gnome-version;&gnome-minor-version;/share/omf &amp;&amp;
    8787
    8888make</userinput></screen>
  • general/prog/python-modules.xml

    re08e2be r627a4af  
    294294      <xref linkend="cairo"/></para>
    295295
    296       <bridgehead renderas="sect5">Optional</bridgehead>
    297       <para role="optional"><ulink
    298       url="http://codespeak.net/py/dist/">PyPI</ulink> (Required for the
    299       regression tests)</para>
    300 
    301296      <para condition="html" role="usernotes">User Notes:
    302297      <ulink url="&blfs-wiki;/pycairo"/></para>
     
    313308make</userinput></screen>
    314309
     310      <para>This package does not come with a test suite.</para>
     311
    315312      <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    316313
    317314<screen role="root"><userinput>make install</userinput></screen>
    318 
    319       <para>To run the regression tests, the package must first be installed and
    320       also the PyPI package which contains the py.test tool.
    321       Then, as an unprivileged user, issue the following commands:</para>
    322 
    323 <screen><userinput>python py.test</userinput></screen>
    324315
    325316    </sect3>
  • gnome/add/gnome-screensaver.xml

    re08e2be r627a4af  
    210210      </indexterm>
    211211      <indexterm zone="gnome-screensaver gnome-screensaver-config">
    212         <primary sortas="etc-gnome-&gnome-old-version;&gnome-minor-version;gdm-custom.conf">
     212        <primary sortas="etc-gnome-&gnome-version;&gnome-minor-version;gdm-custom.conf">
    213213        &gnome-etc-dir;/gdm/custom.conf</primary>
    214214      </indexterm>
  • introduction/welcome/changelog.xml

    re08e2be r627a4af  
    4343
    4444    <listitem>
    45       <para>Date</para>
    46       <itemizedlist>
     45      <para>January 10th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[wblaszcz] - Added new package, ICU-4.2.1 and some minor
     49          ammendments to samba3-client, rsync-client, cyrus-sasl,
     50          gnome-screensaver, python-modules, and scrollkeeper.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[bdubbs] - Added back the package management page.</para>
  • postlfs/security/cyrus-sasl.xml

    re08e2be r627a4af  
    55  %general-entities;
    66
    7   <!ENTITY cyrus-sasl-download-http "http://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-&cyrus-sasl-version;.tar.gz ">
     7  <!ENTITY cyrus-sasl-download-http "http://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-&cyrus-sasl-version;.tar.gz">
    88  <!ENTITY cyrus-sasl-download-ftp  "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-&cyrus-sasl-version;.tar.gz">
    99  <!ENTITY cyrus-sasl-md5sum        "45dde9d19193ae9dd388eb68b2027bc9">
Note: See TracChangeset for help on using the changeset viewer.