Changeset fd2aad88


Ignore:
Timestamp:
12/15/2005 07:49:59 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
1d3a3fa
Parents:
fb832ac
Message:

Updated to Gamin-0.1.7

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfb832ac rfd2aad88  
    7070<!ENTITY popt-version                 "1.7">
    7171<!ENTITY slang-version                "2.0.5">
    72 <!ENTITY gamin-version                "0.1.6">
     72<!ENTITY gamin-version                "0.1.7">
    7373<!ENTITY libxml-version               "1.8.17">
    7474<!ENTITY libxml2-version              "2.6.22">
  • general/genlib/gamin.xml

    rfb832ac rfd2aad88  
    66
    77  <!ENTITY gamin-download-http "http://www.gnome.org/~veillard/gamin/sources/gamin-&gamin-version;.tar.gz">
    8   <!ENTITY gamin-download-ftp " ">
    9   <!ENTITY gamin-md5sum "1db7eef6d73fba604efcc370352ad2c4">
    10   <!ENTITY gamin-size "373 KB">
    11   <!ENTITY gamin-buildsize "4.0 MB">
    12   <!ENTITY gamin-time "0.08 SBU">
     8  <!ENTITY gamin-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/gamin-&gamin-version;.tar.gz">
     9  <!ENTITY gamin-md5sum        "1a1991ffa749b7dc2cc0573d6a2867b8">
     10  <!ENTITY gamin-size          "542 KB">
     11  <!ENTITY gamin-buildsize     "5.7 MB">
     12  <!ENTITY gamin-time          "0.1 SBU (up to 3 minutes, processor independent, to run the test suite)">
    1313]>
    1414
     
    6363
    6464    <bridgehead renderas="sect4">Optional</bridgehead>
    65     <para role="optional"><xref linkend="gtk-doc"/> (for building API documentation),
     65    <para role="optional"><xref linkend="python"/></para>
     66
     67    <!-- Though configure mentions these two packages, the build
     68         system can and does absolutely nothing with them. Commenting
     69         them out for now, as they cannot be used
     70    <xref linkend="gtk-doc"/> (for building API documentation),
    6671    <xref linkend="doxygen"/> (for building documentation),
    67     <xref linkend="python"/></para>
     72    -->
    6873
    6974  </sect2>
     
    8287    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8388
    84 <screen role="root"><userinput>make install</userinput></screen>
     89<screen role="root"><userinput>make install &amp;&amp;
     90install -v -m755 -d /usr/share/doc/gamin-&gamin-version; &amp;&amp;
     91install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin-&gamin-version;</userinput></screen>
    8592
    8693  </sect2>
     
    106113    <segmentedlist>
    107114      <segtitle>Installed Program</segtitle>
    108       <segtitle>Installed Library</segtitle>
    109       <segtitle>Installed Directories</segtitle>
     115      <segtitle>Installed Libraries</segtitle>
     116      <segtitle>Installed Directory</segtitle>
    110117
    111118      <seglistitem>
    112119        <seg>gam_server</seg>
    113         <seg>libfam.[so,a], libgamin.[so,a]</seg>
    114         <seg>None</seg>
     120        <seg>libfam.[so,a], libgamin-1.[so,a], libgamin_shared.a and
     121        optionally, <application>Python</application> _gamin.[so,a]
     122        module</seg>
     123        <seg>/usr/share/doc/gamin-&gamin-version;</seg>
    115124      </seglistitem>
    116125    </segmentedlist>
  • introduction/welcome/changelog.xml

    rfb832ac rfd2aad88  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Gamin-0.1.7.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[bdubbs] - Removed section on newsserver..</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.