Ignore:
Timestamp:
07/10/2016 08:18:47 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Parents:
b2e07d20
Message:

Finished Updating GNOME and completed GNOME Merge, as well as some tags and typo fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17584 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/evolution.xml

    rb2e07d20 r937c279  
    55  %general-entities;
    66
    7   <!ENTITY evolution-download-http "&gnome-download-http;/evolution/&gnome-minor12;/evolution-&evolution-version;.tar.xz">
    8   <!ENTITY evolution-download-ftp  "&gnome-download-ftp;/evolution/&gnome-minor12;/evolution-&evolution-version;.tar.xz">
    9   <!ENTITY evolution-md5sum        "22ceaebe4add813e15253a76939af7f0">
    10   <!ENTITY evolution-size          "11 MB">
    11   <!ENTITY evolution-buildsize     "530 MB">
    12   <!ENTITY evolution-time          "5.9 SBU">
     7  <!ENTITY evolution-download-http "&gnome-download-http;/evolution/&gnome-minor20;/evolution-&evolution-version;.tar.xz">
     8  <!ENTITY evolution-download-ftp  "&gnome-download-ftp;/evolution/&gnome-minor20;/evolution-&evolution-version;.tar.xz">
     9  <!ENTITY evolution-md5sum        "219e25e945ffec9d7125e2f679990342">
     10  <!ENTITY evolution-size          "12 MB">
     11  <!ENTITY evolution-buildsize     "592 MB">
     12  <!ENTITY evolution-time          "18 SBU">
    1313]>
    1414
     
    3636    </para>
    3737
    38     &lfs77_checked;
     38    &lfs79_checked;&gcc6_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8888    <para role="recommended">
    8989      <xref linkend="bogofilter"/>,
     90      <xref linkend="enchant"/>,
    9091      <xref linkend="gnome-desktop"/>,
    9192      <xref linkend="highlight"/>,
    9293      <xref linkend="libcanberra"/>,
    93       <xref linkend="libgweather"/>, and
    94       <xref linkend="libnotify"/>
     94      <xref linkend="libgweather"/>,
     95      <xref linkend="libnotify"/>, and
     96      <xref linkend="seahorse"/>
    9597    </para>
    9698
     
    102104      <xref linkend="libchamplain"/> (Contact Maps plugin),
    103105      <xref linkend="gtk-doc"/>,
    104       <ulink url="http://trac.bjourne.webfactional.com/">GtkImageView</ulink>,
     106      <xref linkend="openldap"/>,
     107      <ulink url="https://wiki.gnome.org/Projects/GTK%2B/GtkImageView/">GtkImageView</ulink>,
    105108      <ulink url="http://gtkspell.sourceforge.net/">GtkSpell3</ulink>,
     109      <ulink url="https://github.com/GNOME/gnome-autoar/">gnome-autoar</ulink>,
     110      <ulink url="&gnome-download-http;/libcryptui/">libcryptui</ulink>,
    106111      <ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
    107       <ulink url="http://sourceforge.net/projects/ytnef/">libytnef</ulink>,
    108       <xref linkend="openldap"/>, and
     112      <ulink url="https://github.com/Yeraze/ytnef">libytnef</ulink>, and
    109113      <ulink url="https://spamassassin.apache.org/">SpamAssassin</ulink>
    110114    </para>
     
    123127    </para>
    124128
    125 <screen><userinput>./configure --prefix=/usr         \
     129<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     130./configure --prefix=/usr         \
    126131            --sysconfdir=/etc     \
    127132            --disable-gtkspell    \
    128133            --disable-pst-import  \
     134            --disable-autoar      \
     135            --disable-libcryptui  \
    129136            --disable-spamassassin &amp;&amp;
    130137make</userinput></screen>
     
    144151  <sect2 role="commands">
    145152    <title>Command Explanations</title>
     153
     154    <para>
     155      <command>sed -i ... ltmain.sh</command>: This command prevents the build
     156      procedure from outputting a lot of invalid warnings.
     157    </para>
     158
     159    <para>
     160      <parameter>--disable-autoar</parameter>: This switch disables
     161      automatic archiving support. Omit if you have
     162      <application>gnome-autoar</application> installed and wish to use it.
     163    </para>
     164
     165    <para>
     166      <parameter>--disable-libcryptui</parameter>: This switch disables
     167      the usage of libcryptui because it is not part of BLFS. Omit
     168      this switch if you have it installed and wish to use it.
     169    </para>
    146170
    147171    <para>
     
    193217        </seg>
    194218        <seg>
    195           None
     219          libeabutil.so,
     220          libecontacteditor.so,
     221          libecontactlisteditor.so,
     222          libemail-engine.so,
     223          libessmime.so,
     224          libevolution-addressbook-importers.so,
     225          libevolution-calendar-importers.so,
     226          libevolution-calendar.so,
     227          libevolution-mail-composer.so,
     228          libevolution-mail-formatter.so,
     229          libevolution-mail-importers.so,
     230          libevolution-mail.so,
     231          libevolution-shell.so,
     232          libevolution-smime.so,
     233          libgnomecanvas.so,
     234          and several modules and plugins in
     235          /usr/lib/evolution/{modules,plugins}
    196236        </seg>
    197237        <seg>
    198           /usr/include/evolution-&gnome-minor12;,
     238          /usr/include/evolution,
    199239          /usr/lib/evolution,
    200240          /usr/libexec/evolution,
Note: See TracChangeset for help on using the changeset viewer.