Changeset 010bb600


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

Files:
5 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
  • introduction/welcome/changelog.xml

    rb54d503 r010bb600  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update abiword instructions to build
     49          with current dependencies. Fixes
     50          <ulink url="&blfs-ticket-root;9939">#9939</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to libical-3.0.0. Fixes
     54          <ulink url="&blfs-ticket-root;9948">#9948</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to libsoup-2.60.2. Fixes
     58          <ulink url="&blfs-ticket-root;9945">#9945</ulink>.</para>
     59        </listitem>
     60        <listitem>
    4861          <para>[renodr] - Update to pygobject3-3.26.1. Fixes
    4962          <ulink url="&blfs-ticket-root;9944">#9944</ulink>.</para>
  • networking/netlibs/libsoup.xml

    rb54d503 r010bb600  
    99  <!ENTITY libsoup-download-ftp
    1010           "&gnome-download-ftp;/libsoup/2.60/libsoup-&libsoup-version;.tar.xz">
    11   <!ENTITY libsoup-md5sum        "4b3fb98f742d81f1850c0846a40470e2">
    12   <!ENTITY libsoup-size          "1.7 MB">
     11  <!ENTITY libsoup-md5sum        "9c49831b62c4bf18cdb81c86ac6516fd">
     12  <!ENTITY libsoup-size          "1.8 MB">
    1313  <!ENTITY libsoup-buildsize     "39 MB (with tests)">
    1414  <!ENTITY libsoup-time          "0.5 SBU (using parallelism=4 and with tests)">
  • packages.ent

    rb54d503 r010bb600  
    144144<!ENTITY libgudev-version             "232">
    145145<!ENTITY libgusb-version              "0.2.11">
    146 <!ENTITY libical-version              "2.0.0">
     146<!ENTITY libical-version              "3.0.0">
    147147<!ENTITY libidn-version               "1.33">
    148148<!ENTITY libidn2-version              "2.0.4">
     
    464464<!ENTITY libndp-version               "1.6">
    465465<!ENTITY libproxy-version             "0.4.7">
    466 <!ENTITY libsoup-version              "2.60.1">
     466<!ENTITY libsoup-version              "2.60.2">
    467467<!ENTITY libtirpc-version             "1.0.2">
    468468<!ENTITY neon-version                 "0.30.2">
  • xsoft/office/abiword.xml

    rb54d503 r010bb600  
    173173
    174174<screen><userinput>patch -Np1 -i ../abiword-&AbiWord-version;-gtk3_22_render_fix-1.patch &amp;&amp;
     175   
     176sed -e "s/free_suggestions/free_string_list/" \
     177    -e "s/_to_personal//"                     \
     178    -e "s/in_session/added/"                  \
     179    -i src/af/xap/xp/enchant_checker.cpp      &amp;&amp;
     180
     181sed -e "/icaltime_from_timet/{s/timet/&amp;_with_zone/;s/0/0, 0/}" \
     182    -i src/text/ptbl/xp/pd_DocumentRDF.cpp &amp;&amp;
     183
    175184./configure --prefix=/usr &amp;&amp;
    176185make</userinput></screen>
     
    214223  <sect2 role="commands">
    215224    <title>Command Explanations</title>
     225
     226    <para>
     227      <command>sed ...</command>: These commands correc the source for
     228      changes in dependencies <xref linkend="enchant"/> and
     229      <xref linkend="libical"/>.
     230    </para>
    216231
    217232    <para>
Note: See TracChangeset for help on using the changeset viewer.