Changeset 58cbbbb2 for xsoft


Ignore:
Timestamp:
11/25/2014 06:16:05 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
89af2e1
Parents:
8cce4a19
Message:

Update to pidgin-2.10.11.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/pidgin.xml

    r8cce4a19 r58cbbbb2  
    77  <!ENTITY pidgin-download-http "&sourceforge-repo;/pidgin/pidgin-&pidgin-version;.tar.bz2">
    88  <!ENTITY pidgin-download-ftp  " ">
    9   <!ENTITY pidgin-md5sum        "5030d4750c73b211c7e82bb67ea3d016">
     9  <!ENTITY pidgin-md5sum        "7c8bb6f997e05e7929104439872c2844">
    1010  <!ENTITY pidgin-size          "9.0 MB">
    11   <!ENTITY pidgin-buildsize     "215 MB (additional 1 MB for the tests and 90 MB for API docs)">
    12   <!ENTITY pidgin-time          "1.8 SBU (additional 0.1 SBU for API docs)">
     11  <!ENTITY pidgin-buildsize     "215 MB (additional 2 MB for the tests and 91 MB for API docs)">
     12  <!ENTITY pidgin-time          "1.9 SBU (additional 0.1 SBU for API docs)">
    1313]>
    1414
     
    100100      <xref linkend="dbus"/>,
    101101      <xref linkend="GConf"/>,
    102       <xref linkend="libidn"/>,
     102      <xref linkend="libidn"/> (required, if you wish to run the test suite),
    103103      <xref linkend="NetworkManager"/>,
    104104      <xref linkend="gstreamer"/> (required for audio support),
     
    133133
    134134    <para>
    135       Compile <application>Pidgin</application> by running the following
    136       commands:
     135      If you wish to run the test suite, make sure that <xref
     136      linkend="libidn"/> is installed and remove the switch
     137      <quote>--disable-idn</quote>. Compile <application>Pidgin</application>
     138      by running the following commands:
    137139    </para>
    138140
     
    152154      If you have <xref linkend="doxygen"/> installed
    153155      (<xref linkend="graphviz"/> can be used also) and you wish to create the
    154       API documentation, issue: <command>make docs</command>
    155     </para>
    156 
    157     <para>
    158       <!--To test the results, issue: <command>make -k check</command>. -->For
    159       unknown reasons, the test suite fails.
     156      API documentation, issue: <command>make docs</command>.
     157    </para>
     158
     159    <para>
     160      Remember the remarks before <command>configure</command>. To test the
     161      results, issue: <command>make check</command>.
    160162    </para>
    161163
Note: See TracChangeset for help on using the changeset viewer.