Changeset 83ff66ae


Ignore:
Timestamp:
05/06/2017 07:24:01 PM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
3d9141c
Parents:
20e6c995
Message:

Update to evolution-3.24.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    r20e6c995 r83ff66ae  
    8383<!ENTITY epiphany-version               "3.24.1">
    8484<!ENTITY evince-version                 "3.24.0">
    85 <!ENTITY evolution-version              "3.22.6">
     85<!ENTITY evolution-version              "3.24.1">
    8686<!ENTITY file-roller-version            "3.22.3">
    8787<!ENTITY gedit-version                  "3.22.0">
  • gnome/applications/evolution.xml

    r20e6c995 r83ff66ae  
    55  %general-entities;
    66
    7   <!ENTITY evolution-download-http "&gnome-download-http;/evolution/&gnome-minor-22;/evolution-&evolution-version;.tar.xz">
    8   <!ENTITY evolution-download-ftp  "&gnome-download-ftp;/evolution/&gnome-minor-22;/evolution-&evolution-version;.tar.xz">
    9   <!ENTITY evolution-md5sum        "0b839838df678bc6e50b41059856fadb">
     7  <!ENTITY evolution-download-http "&gnome-download-http;/evolution/&gnome-minor-24;/evolution-&evolution-version;.tar.xz">
     8  <!ENTITY evolution-download-ftp  "&gnome-download-ftp;/evolution/&gnome-minor-24;/evolution-&evolution-version;.tar.xz">
     9  <!ENTITY evolution-md5sum        "d3c7638be893d215b3727c559ac4d8a5">
    1010  <!ENTITY evolution-size          "12 MB">
    11   <!ENTITY evolution-buildsize     "569 MB">
    12   <!ENTITY evolution-time          "18 SBU">
     11  <!ENTITY evolution-buildsize     "472 MB">
     12  <!ENTITY evolution-time          "3.1 SBU">
    1313]>
    1414
     
    9494      <xref linkend="libcanberra"/>,
    9595      <xref linkend="libgweather"/>,
    96       <xref linkend="libnotify"/>, and
     96      <xref linkend="libnotify"/>,
     97      <xref linkend="openldap"/>, and
    9798      <xref linkend="seahorse"/>
    9899    </para>
     
    105106      <xref linkend="libchamplain"/> (Contact Maps plugin),
    106107      <xref linkend="gtk-doc"/>,
    107       <xref linkend="openldap"/>,
    108108      <ulink url="https://wiki.gnome.org/Projects/GTK%2B/GtkImageView/">GtkImageView</ulink>,
    109109      <ulink url="http://gtkspell.sourceforge.net/">GtkSpell3</ulink>,
     
    127127    </para>
    128128
    129 <screen><userinput>./configure --prefix=/usr         \
    130             --sysconfdir=/etc     \
    131             --disable-gtkspell    \
    132             --disable-pst-import  \
    133             --disable-libcryptui  &amp;&amp;
     129<screen><userinput>mkdir build &amp;&amp;
     130cd build &amp;&amp;
     131cmake -DCMAKE_INSTAL_PREFIX=/usr \
     132      -DSYSCONF_INSTALL_DIR=/etc \
     133      -DENABLE_INSTALLED_TESTS=ON \
     134      -DENABLE_LIBCRYPTUI=OFF    \
     135      -DENABLE_PST_IMPORT=OFF    \
     136      -DENABLE_GTKSPELL=OFF      \
     137      -DENABLE_YTNEF=OFF         \
     138      -DENABLE_CONTACT_MAPS=OFF  \
     139      .. &amp;&amp;
    134140make</userinput></screen>
    135141
     
    158164
    159165    <para>
    160       <parameter>--disable-libcryptui</parameter>: This switch disables
     166      <parameter>-DENABLE_LIBCRYPTUI=OFF</parameter>: This switch disables
    161167      the usage of libcryptui because it is not part of BLFS. Omit
    162168      this switch if you have it installed and wish to use it.
     
    164170
    165171    <para>
    166       <parameter>--disable-gtkspell</parameter>: This switch is used to
     172      <parameter>-DENABLE_GTKSPELL=OFF</parameter>: This switch is used to
    167173      disable the gtkspell plugin because
    168174      <application>GtkSpell</application> is not part of BLFS.
     
    170176
    171177    <para>
    172       <parameter>--disable-pst-import</parameter>: This switch is
     178      <parameter>-DENABLE_PST_IMPORT=OFF</parameter>: This switch is
    173179      used to disable the pst-import plugin because
    174180      <application>libpst</application> is not part of BLFS.
     
    183189-->
    184190
    185     <para>
    186       <option>--with-openldap</option>: This switch will enable
     191<!--
     192    <para>
     193      <option>- -with-openldap</option>: This switch will enable
    187194      <application>OpenLDAP</application> support in
    188195      <application>Evolution</application>.
    189196    </para>
    190 
    191     <para>
    192       <option>--enable-contact-maps</option>: Use this switch if you
     197No equivalent. -->
     198
     199    <para>
     200      <option>-DENABLE_CONTACT_MAPS=ON</option>: Use this switch if you
    193201      have installed the necessary dependencies and wish to build the
    194202      Contact Maps plugin.
    195203    </para>
    196204
     205<!--
    197206    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    198207      href="../../xincludes/gtk-doc-rebuild.xml"/>
     208We need to make one for CMake.
     209-->
    199210
    200211  </sect2>
     
    214225        <seg>
    215226          libeabutil.so,
     227          libeabwidgets.so,
    216228          libecontacteditor.so,
    217229          libecontactlisteditor.so,
     230          libecontactprint.so,
     231          libedomutils.so,
    218232          libemail-engine.so,
    219233          libessmime.so,
     
    237251          /usr/libexec/evolution,
    238252          /usr/share/evolution,
     253          /usr/share/installed-tests/evolution,
    239254          /usr/share/gtk-doc/html/{evolution-mail-composer,evolution-mail-engine},
    240255          /usr/share/gtk-doc/html/{evolution-mail-formatter,evolution-shell},
  • introduction/welcome/changelog.xml

    r20e6c995 r83ff66ae  
    4545      <para>May 6th, 2017</para>
    4646      <itemizedlist>
     47        <listitem revision="systemd">
     48          <para>[renodr] - Update to evolution-3.24.1. Partially fixes
     49          <ulink url="&blfs-ticket-root;9025">#9025</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[pierre] - Update to GCC-7.1.0 and archive GCC-java,
Note: See TracChangeset for help on using the changeset viewer.