Ignore:
Timestamp:
01/27/2021 03:52:31 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
4fb17b4
Parents:
01945b8a
Message:

Update to inkscape-1.0.2
Update to postfix-3.5.9
Update to ModemManager-1.14.10
Update to libsigsegv-2.13
Update to libical-3.0.9

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libical.xml

    r01945b8a rba768b1  
    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        "41bd1f1fcdcb4779cea478bb55cf07bf">
    10   <!ENTITY libical-size          "864 KB">
    11   <!ENTITY libical-buildsize     "21 MB (with tests)">
     9  <!ENTITY libical-md5sum        "734099cc0b0f52bdcc5e3e191a0d9769">
     10  <!ENTITY libical-size          "868 KB">
     11  <!ENTITY libical-buildsize     "27 MB (with tests)">
    1212  <!ENTITY libical-time          "0.2 SBU (Using parallelism=4; with tests)">
    1313]>
     
    8989      <xref linkend="db"/>,
    9090      <xref linkend="doxygen"/> (for the API documentation),
     91      <xref linkend="gtk-doc"/> (for the API documentation),
    9192      <xref linkend="icu"/>, and
    9293      <xref linkend="pygobject3"/> (for some tests)
     
    101102    <title>Installation of libical</title>
    102103
     104<!-- Not needed with 3.0.9
    103105    <para>First make some fixes for the latest versions of icu and Python:</para>
    104106
     
    106108sed -i 's/array/arraytest/'       src/test/libical-glib/CMakeLists.txt &amp;&amp;
    107109mv src/test/libical-glib/array.py src/test/libical-glib/arraytest.py</userinput></screen>
     110-->
    108111
    109112    <para>
     
    127130      .. &amp;&amp;
    128131make</userinput></screen>
    129 <!-- DEVS: the ICAL_BUILD_DOCS=false switch is needed because gtk-doc-1.30 is
    130      broken. Unfortunately, it also prevents running make docs. When gtk-doc
    131      is fixed, remove the switch and uncomment this.
    132     <para>
    133       If you have <xref linkend="doxygen"/> installed and wish to build the API
    134       documentation, issue:
     132
     133    <para>
     134      If you have <xref linkend="doxygen"/> and <xref linkend="gtk-doc"/>
     135      installed and wish to build the API documentation, issue:
    135136    </para>
    136137
    137138<screen remap="doc"><userinput>make docs</userinput></screen>
    138 -->
     139
    139140    <para>
    140141      To test the results, issue: <command>make test</command>.
     
    150151
    151152<screen role="root"><userinput>make install</userinput></screen>
    152 <!-- see above:
     153
    153154    <para>
    154155      If you have built the API documentation, install by issuing, as
     
    159160        remap="doc"><userinput>install -vdm755 /usr/share/doc/libical-&libical-version;/html &amp;&amp;
    160161cp -vr apidocs/html/* /usr/share/doc/libical-&libical-version;/html</userinput></screen>
    161 -->
     162
    162163  </sect2>
    163164
     
    175176    </para>
    176177
     178    <!--
    177179    <para>
    178180      <parameter>-DICAL_BUILD_DOCS=false</parameter>: This switch prevents
    179       building the <application>GTK</application> documentation, because
    180       gtk-doc-1.30 is broken. Unfortunately, it also prevents building the
    181       API documentation.
    182     </para>
     181      building the <application>GTK</application> documentation.
     182    </para>
     183    -->
    183184
    184185    <para>
     
    223224        </seg>
    224225        <seg>
    225           libical_cxx.so, libical.so, libicalss_cxx.so, libicalss.so,
     226          libical_cxx.so,
     227          libical.so,
     228          libical-glib.so,
     229          libicalss_cxx.so,
     230          libicalss.so,
    226231          and libicalvcal.so
    227232        </seg>
    228233        <seg>
    229           /usr/include/libical, /usr/lib/cmake/LibIcal and
    230           /usr/share/doc/libical-&libical-version;/html
     234          /usr/include/libical,
     235          /usr/include/libical-glib,
     236          /usr/lib/cmake/LibIcal,
     237          /usr/libexec/libical,
     238          and /usr/share/doc/libical-&libical-version;/html
    231239        </seg>
    232240      </seglistitem>
     
    263271      </varlistentry>
    264272
     273      <varlistentry id="libical-glib">
     274        <term><filename class="libraryfile">libical-glib.so</filename></term>
     275        <listitem>
     276          <para>
     277            contains the <application>libical</application> glib bindings.
     278          </para>
     279          <indexterm zone="libical libical-glib">
     280            <primary sortas="c-libical-glib">libical-glib.so</primary>
     281          </indexterm>
     282        </listitem>
     283      </varlistentry>
     284
    265285      <varlistentry id="libicalss">
    266286        <term><filename class="libraryfile">libicalss.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.