Ignore:
Timestamp:
07/27/2014 03:57:34 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
caaf457
Parents:
009afbe
Message:

Continue fixing packages in gnome platform.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/platform/evolution-data-server.xml

    r009afbe r5b142c19  
    99  <!ENTITY evolution-data-server-download-ftp
    1010           "&gnome-download-ftp;/evolution-data-server/3.12/evolution-data-server-&evolution-data-server-version;.tar.xz">
    11   <!ENTITY evolution-data-server-md5sum        "1d256a644e6968142147e48004e9d62f">
     11  <!ENTITY evolution-data-server-md5sum        "9097a93b2a27ed0a795adb8acd145187">
    1212  <!ENTITY evolution-data-server-size          "5.2 MB">
    13   <!ENTITY evolution-data-server-buildsize     "225 MB">
     13  <!ENTITY evolution-data-server-buildsize     "245 MB">
    1414  <!ENTITY evolution-data-server-time          "2.2 SBU">
    1515]>
     
    8282    <para role="required">
    8383      <xref linkend="db"/>,
    84       <xref linkend="gtk3"/>,
    85       <xref linkend="sqlite"/>,
    86       <xref linkend="gnome-online-accounts"/>,
    87       <xref linkend="libsoup"/>,
    88       <xref linkend="libgdata"/>,
    8984      <xref linkend="gcr"/>,
    90       <xref linkend="liboauth"/>,
    91       <xref linkend="libical"/>, and
     85      <xref linkend="libical"/>,
     86      <xref linkend="libsecret"/>,
     87      <xref linkend="libsoup"/>, and
    9288      <xref linkend="nss"/>
    9389    </para>
     
    9591    <bridgehead renderas="sect4">Recommended</bridgehead>
    9692    <para role="recommended">
    97       <xref linkend="libgweather"/>,
    98       <xref linkend="libxml2"/>,
    99       <xref linkend="libsecret"/>,
     93      <xref linkend="gnome-online-accounts"/>,
     94      <xref linkend="gobject-introspection"/>,
     95      <xref linkend="gtk3"/>,
     96      <xref linkend="icu"/>,
    10097      <xref linkend="libgdata"/>,
    101       <xref linkend="gobject-introspection"/>, and
     98      <xref linkend="libgweather"/>, and
    10299      <xref linkend="vala"/>
    103100    </para>
     
    107104      <xref linkend="gtk-doc"/>,
    108105      <xref linkend="mitkrb"/>,
    109       a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command), and
     106      a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command),
    110107      <xref linkend="openldap"/>
     108      <ulink url="https://code.google.com/p/accounts-sso/">Accounts-SSO</ulink>, and
     109      <ulink url="https://code.google.com/p/libphonenumber/">libphonenumber</ulink>
    111110    </para>
    112111
     
    126125<screen><userinput>./configure --prefix=/usr \
    127126            --disable-uoa \
    128             --libexecdir=/usr/lib/evolution-data-server \
    129             --enable-vala-bindings \
    130             --enable-introspection=yes &amp;&amp;
     127            --enable-vala-bindings &amp;&amp;
    131128make</userinput></screen>
    132129
    133130    <para>
    134       <!-- To test the results, issue: <command>make check</command>. -->
    135131      This package does not have a working testsuite.
    136132    </para>
     
    148144
    149145    <para>
    150       <option>--enable-vala-bindings</option>: This switch enables
    151       building of the Vala bindings. Remove if you don't have
    152       <xref linkend="vala"/> installed.
     146      <parameter>--disable-uoa</parameter>: This switch is used
     147      to disable <application>Ubuntu Online Accounts</application>
     148      support in <application>Evolution Data Server</application>.
     149      Remove it if you have installed Accounts-SSO.
     150    </para>
     151
     152    <para>
     153      <parameter>--enable-vala-bindings</parameter>: This switch
     154      enables building of the Vala bindings. Remove if you don't
     155      have <xref linkend="vala"/> installed.
    153156    </para>
    154157
     
    160163
    161164    <para>
    162       <parameter>--with-krb5=/usr</parameter>: Use this switch to
     165      <option>--with-krb5=/usr</option>: Use this switch to
    163166      enable <application>Kerberos 5</application> support in
    164167      <application>Evolution Data Server</application>.
    165168    </para>
    166169
    167     <para>
    168       <parameter>--disable-uoa</parameter>: Use this switch to
    169       disable <application>Ubuntu Online Accounts</application> support in
    170       <application>Evolution Data Server</application>.
    171     </para>
    172170    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    173171      href="../../xincludes/gtk-doc-rebuild.xml"/>
Note: See TracChangeset for help on using the changeset viewer.