Changeset 5586e6e


Ignore:
Timestamp:
04/10/2022 12:44:28 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
5e09cf7e
Parents:
3d085ec
Message:

Update to evolution-3.44.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    r3d085ec r5586e6e  
    8585<!ENTITY eog-version                       "42.0">
    8686<!ENTITY evince-version                    "42.1">
    87 <!ENTITY evolution-version                 "3.42.4">
     87<!ENTITY evolution-version                 "3.44.0">
    8888<!ENTITY file-roller-version               "3.40.0">
    8989<!-- gedit moved to Editors, so it's now in packages.ent -->
  • gnome/applications/evolution.xml

    r3d085ec r5586e6e  
    77  <!-- Editors: Make sure directory is correct when updating -->
    88
    9   <!ENTITY evolution-download-http "&gnome-download-http;/evolution/&gnome-minor-42;/evolution-&evolution-version;.tar.xz">
    10   <!ENTITY evolution-download-ftp  "&gnome-download-ftp;/evolution/&gnome-minor-42;/evolution-&evolution-version;.tar.xz">
    11   <!ENTITY evolution-md5sum        "1945406e55bef5f90687569afcc6bd4a">
     9  <!ENTITY evolution-download-http "&gnome-download-http;/evolution/&gnome-minor-44;/evolution-&evolution-version;.tar.xz">
     10  <!ENTITY evolution-download-ftp  "&gnome-download-ftp;/evolution/&gnome-minor-44;/evolution-&evolution-version;.tar.xz">
     11  <!ENTITY evolution-md5sum        "a4ce29d806624bfd5d5e4750ad2c3881">
    1212  <!ENTITY evolution-size          "12 MB">
    13   <!ENTITY evolution-buildsize     "354 MB">
     13  <!ENTITY evolution-buildsize     "361 MB">
    1414  <!ENTITY evolution-time          "1.1 SBU (Using parallelism=4)">
    1515]>
     
    117117      <xref linkend="libchamplain"/> (Contact Maps plugin),
    118118      <xref linkend="gtk-doc"/>,
     119      <ulink url="https://github.com/commonmark/cmark">cmark</ulink>,
    119120      <ulink url="https://glade.gnome.org/">Glade</ulink>,
    120121      <ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
     
    145146      -DENABLE_YTNEF=OFF          \
    146147      -DENABLE_CONTACT_MAPS=OFF   \
     148      -DENABLE_MARKDOWN=OFF       \
     149      -DWITH_GWEATHER4=ON         \
    147150      -G Ninja .. &amp;&amp;
    148151ninja</userinput></screen>
     
    176179
    177180    <para>
    178       <option>-DENABLE_CONTACT_MAPS=ON</option>: Use this switch if you
    179       have installed the necessary dependencies and wish to build the
    180       Contact Maps plugin.
     181      <parameter>-DENABLE_CONTACT_MAPS=OFF</parameter>: This switch disables
     182      building the Contact Maps plugin. Remove it if you have installed the
     183      necessary dependencies and wish to build the Contact Maps plugin.
     184    </para>
     185
     186    <para>
     187      <parameter>-DENABLE_MARKDOWN=OFF</parameter>: This switch allows
     188      building without
     189      <ulink url="https://github.com/commonmark/cmark">cmark</ulink>.
     190      Remove if you need mardown support and you have installed the
     191      dependency.
     192    </para>
     193
     194    <para>
     195      <parameter>-DWITH_GWEATHER4=ON</parameter>: This switch allows
     196      building against <xref linkend="libgweather"/>.
    181197    </para>
    182198
     
    201217        </seg>
    202218        <seg>
    203           libeabutil.so,
    204           libeabwidgets.so,
    205           libecontacteditor.so,
    206           libecontactlisteditor.so,
    207           libecontactprint.so,
    208      <!-- libedomutils.so, -->
    209           libemail-engine.so,
    210           libessmime.so,
    211           libevolution-addressbook-importers.so,
    212           libevolution-calendar-importers.so,
    213           libevolution-calendar.so,
    214           libevolution-mail-composer.so,
    215           libevolution-mail-formatter.so,
    216           libevolution-mail-importers.so,
    217           libevolution-mail.so,
    218           libevolution-shell.so,
    219           libevolution-smime.so,
    220           libevolution-util.so,
    221           libgnomecanvas.so,
    222           and several modules and plugins in
    223           /usr/lib/evolution/{modules,plugins,web-extensions}
     219          None
    224220        </seg>
    225221        <seg>
  • introduction/welcome/changelog.xml

    r3d085ec r5586e6e  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Update to evolution-3.44.0. Fixes
     49          <ulink url="&blfs-ticket-root;16263">#16263</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[pierre] - Update to evince-42.1. Fixes
    4953          <ulink url="&blfs-ticket-root;16262">#16262</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.