Changeset d42aa42


Ignore:
Timestamp:
07/20/2007 08:41:06 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f5da8e9
Parents:
e5be0a1a
Message:

Updated to GMime-2.2.10

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re5be0a1a rd42aa42  
    125125<!ENTITY libusb-version               "0.1.12">
    126126<!ENTITY iso-codes-version            "0.58-1">
    127 <!ENTITY gmime-version                "2.2.2">
     127<!ENTITY gmime-version                "2.2.10">
    128128<!ENTITY libidn-version               "0.6.14">
    129129<!ENTITY dbus-glib-version            "0.74">
  • general/genlib/gmime.xml

    re5be0a1a rd42aa42  
    88  <!ENTITY gmime-download-ftp  " ">
    99  <!-- <!ENTITY gmime-download-ftp  "&gentoo-ftp-repo;/gmime-&gmime-version;.tar.gz"> -->
    10   <!ENTITY gmime-md5sum        "e9b07d187270dee4c30b1fe8392f396b">
    11   <!ENTITY gmime-size          "926 KB">
    12   <!ENTITY gmime-buildsize     "18.7 MB">
    13   <!ENTITY gmime-time          "0.4 SBU">
     10  <!ENTITY gmime-md5sum        "6b5be6a0d4d9380fd0491ad2536c4087">
     11  <!ENTITY gmime-size          "947 KB">
     12  <!ENTITY gmime-buildsize     "21 MB">
     13  <!ENTITY gmime-time          "0.4 SBU (includes building the Mono bindings)">
    1414]>
    1515
     
    6868
    6969    <bridgehead renderas="sect4">Optional</bridgehead>
    70     <para role="optional"><ulink url="http://go-mono.com/sources/">Gtk#</ulink>
    71     (requires a .NET framework:
    72     <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink> or
    73     <ulink url="http://www.southern-storm.com.au/portable_net.html">DotGNU
    74     Portable.NET</ulink>)</para>
     70    <para role="optional"><xref linkend="gtk-doc"/> and
     71    <ulink url="http://go-mono.com/sources/">Gtk#</ulink> (requires
     72    <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>)</para>
    7573
    7674    <para condition="html" role="usernotes">User Notes:
     
    8886make</userinput></screen>
    8987
    90     <para>This package does not come with a test suite that provides meaningful
    91     results.</para>
     88    <para>If you have <xref linkend="docbook-utils"/> installed and you wish
     89    to generate the API tutorials, issue the following commands:</para>
     90
     91<screen><userinput>cd docs/tutorial &amp;&amp;
     92docbook2html --nochunks gmime-tut.sgml &amp;&amp;
     93docbook2pdf             gmime-tut.sgml &amp;&amp;
     94docbook2ps              gmime-tut.sgml &amp;&amp;
     95docbook2txt             gmime-tut.sgml &amp;&amp;
     96cd ../..</userinput></screen>
     97
     98    <para>To test the results, issue <command>make check</command>. Note that
     99    some tests may fail because the corresponding sub-system is not installed
     100    or configured properly.</para>
    92101
    93102    <para>This package will overwrite the <command>uudecode</command> and
     
    102111
    103112<screen role="root"><userinput>make install &amp;&amp;
    104 install -v -m755 -d \
    105     /usr/share/doc/gmime-&gmime-version;/{tutorial,examples,tests} &amp;&amp;
    106 install -v -m644 README /usr/share/doc/gmime-&gmime-version; &amp;&amp;
    107 install -v -m644 examples/{README,{basic,imap}-example.c} \
    108     /usr/share/doc/gmime-&gmime-version;/examples &amp;&amp;
    109 install -v -m755 examples/{basic,imap}-example \
    110     /usr/share/doc/gmime-&gmime-version;/examples &amp;&amp;
    111 install -v -m644 tests/test-{best,html,iconv,mbox,mime,parser}.c \
    112                  tests/test{-{partial,pgp{,mime},streams}.c,?.eml} \
    113     /usr/share/doc/gmime-&gmime-version;/tests &amp;&amp;
    114 install -v -m755 tests/test-{best,html,iconv,mbox,mime,parser} \
    115                  tests/test-{partial,pgp{,mime},streams} \
    116     /usr/share/doc/gmime-&gmime-version;/tests &amp;&amp;
    117 cp -v -R docs/tutorial/html/* /usr/share/doc/gmime-&gmime-version;/tutorial</userinput></screen>
     113install -v -m755 -d /usr/share/doc/gmime-&gmime-version; &amp;&amp;
     114install -v -m644 README docs{,/tutorial}/gmime* \
     115                    /usr/share/doc/gmime-&gmime-version;</userinput></screen>
     116
     117  </sect2>
     118
     119  <sect2 role="commands">
     120    <title>Command Explanations</title>
     121
     122    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     123    href="../../xincludes/gtk-doc-rebuild.xml"/>
    118124
    119125  </sect2>
  • introduction/welcome/changelog.xml

    re5be0a1a rd42aa42  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to GMime-2.2.10.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to libwnck-2.18.3.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.