Changeset 010bb600 for general/genlib


Ignore:
Timestamp:
10/30/2017 09:21:30 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
90ae149
Parents:
b54d503
Message:

Update abiword instructions to build with current dependencies.
Update to libical-3.0.0.
Update to libsoup-2.60.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libical.xml

    rb54d503 r010bb600  
    77  <!ENTITY libical-download-http "https://github.com/libical/libical/releases/download/v&libical-version;/libical-&libical-version;.tar.gz">
    88  <!ENTITY libical-download-ftp  " ">
    9   <!ENTITY libical-md5sum        "6bf8e5f5a3ba88baf390d0134e05d76e">
    10   <!ENTITY libical-size          "684 KB">
    11   <!ENTITY libical-buildsize     "14 MB, with tests (additional 12 MB for the API documentation)">
    12   <!ENTITY libical-time          "0.3 SBU (with tests and API documentation)">
     9  <!ENTITY libical-md5sum        "f55d44e5ce1f9297fa9a9d278b50203e">
     10  <!ENTITY libical-size          "836 KB">
     11  <!ENTITY libical-buildsize     "24 MB, with tests (additional 7 MB for the API documentation)">
     12  <!ENTITY libical-time          "0.5 SBU (with tests and API documentation)">
    1313]>
    1414
     
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
    40 <!--
    41     <note>
    42 
    43       <para>The download link below obtains
    44       <filename>libical-&libical-version;.tar.gz</filename> if a web browser
    45       such as <xref linkend="firefox"/> is used. This is the correct name
    46       for the archive, because it saves the file as <filename
    47       class="directory">libical-&libical-version;</filename>. However, if
    48       another method is used for downloading, e.g. <xref linkend="wget"/>, the
    49       file name is <filename>v&libical-version;.tar.gz</filename>, which is not
    50       acceptable. The file should be renamed to the correct filename
    51       <filename>libical-&libical-version;.tar.gz</filename>. You can achieve
    52       this automatically by using the command:</para>
    53 
    54  <screen><userinput>wget <ulink url="&libical-download-http;"/> -O libical-&libical-version;.tar.gz</userinput></screen>
    55     </note>
    56 -->
     40
    5741    <itemizedlist spacing="compact">
    5842      <listitem>
     
    9074    <bridgehead renderas="sect3">libical Dependencies</bridgehead>
    9175
    92     <!-- Upstream recommends to use CMake since autotools
    93     doesn't bump soname for 0.48 -> 1.0 incompatibility -->
    9476    <bridgehead renderas="sect4">Required</bridgehead>
    9577    <para role="required">
     
    10587    </para>
    10688
    107     <!-- Can't be built using CMake
    108     <bridgehead renderas="sect4">Optional</bridgehead>
    109     <para role="optional">
    110       <xref linkend="openjdk"/> and
    111       <xref linkend="python2"/> (must have <xref linkend="swig"/> also)
    112     </para> -->
    113 
    11489    <para condition="html" role="usernotes">User Notes:
    11590      <ulink url="&blfs-wiki;/libical"/>
     
    143118    <para>
    144119      To test the results, issue: <command>make test</command>.
     120      One test, timezones, is known to fail.
    145121    </para>
    146122
Note: See TracChangeset for help on using the changeset viewer.