Changeset f62019b7


Ignore:
Timestamp:
02/07/2012 09:37:43 PM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f93d75e
Parents:
d0880dfa
Message:

update to evolution-3.2.2.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd0880dfa rf62019b7  
    819819<!ENTITY gnucash-version              "2.2.4">
    820820<!ENTITY gimp-version                 "2.6.12">
    821 <!ENTITY evolution-version            "2.30.2">
     821<!ENTITY evolution-version            "3.2.2">
    822822<!ENTITY icedtea-web-version          "1.0.1">
    823823
  • introduction/welcome/changelog.xml

    rd0880dfa rf62019b7  
    6363          <para>[ken] - add NetworkManager-0.9.2.0 from Wayne.</para>
    6464        </listitem>
     65        <listitem>
     66          <para>[ken] - merge evolution-3.2.2 from Wayne.</para>
     67        </listitem>
    6568      </itemizedlist>
    6669    </listitem>
  • xsoft/office/evolution.xml

    rd0880dfa rf62019b7  
    55  %general-entities;
    66
    7   <!ENTITY evolution-download-http "&gnome-download-http;/evolution/&gnome-version;/evolution-&evolution-version;.tar.bz2">
    8   <!ENTITY evolution-download-ftp  "&gnome-download-ftp;/evolution/&gnome-version;/evolution-&evolution-version;.tar.bz2">
    9   <!ENTITY evolution-md5sum        "ff2f1843d9f61e151a6bccf89eeff088">
    10   <!ENTITY evolution-size          "31.1 MB">
    11   <!ENTITY evolution-buildsize     "402 MB">
    12   <!ENTITY evolution-time          "12 SBU">
     7  <!ENTITY evolution-download-http "&gnome-download-http;/evolution/&gnome-version;/evolution-&evolution-version;.tar.xz">
     8  <!ENTITY evolution-download-ftp  "&gnome-download-ftp;/evolution/&gnome-version;/evolution-&evolution-version;.tar.xz">
     9  <!ENTITY evolution-md5sum        "1c661fb7a982ba6b3624becaa3079eb8">
     10  <!ENTITY evolution-size          "11 MB">
     11  <!ENTITY evolution-buildsize     "420 MB">
     12  <!ENTITY evolution-time          "18.6 SBU">
    1313]>
    1414
     
    3232    <para>The <application>Evolution</application> package contains an
    3333    integrated mail, calendar and address book suite designed for the
    34     <application>GNOME-2</application> environment.</para>
    35 
    36     &lfs65_built;
     34    <application>GNOME</application> environment.</para>
     35
     36    &lfs70_built;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6565    <xref linkend="gtkhtml"/>,
    6666    <xref linkend="libcanberra"/>,
    67     <xref linkend="libgnomecanvas"/>,
     67    <!--<xref linkend="libgnomecanvas"/>,-->
    6868    <xref linkend="libunique"/>, and
    6969    <xref linkend="shared-mime-info"/></para>
     
    139139    </note>
    140140
    141 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    142             --sysconfdir=&gnome-etc-dir; \
    143             --localstatedir=/var/lib \
    144             --libexecdir=$(pkg-config \
    145                 --variable=prefix ORBit-2.0)/lib \
     141<screen><userinput>./configure --prefix=$GNOME_PREFIX \
     142            --sysconfdir=$GNOME_SYSCONFDIR \
     143            --libexecdir=$GNOME_PREFIX/lib \
    146144            --enable-nntp \
    147145            --enable-nss \
    148146            --enable-smime \
    149             --disable-nm \
    150147            --disable-image-inline \
    151148            --disable-pst-import &amp;&amp;
     
    179176    href="../../xincludes/scrollkeeper-dir.xml"/>
    180177
    181     <para><parameter>--libexecdir=$(pkg-config --variable=prefix
    182     ORBit-2.0)/lib</parameter>: This parameter causes the libexec
    183     files to be installed in the preferred location of
     178    <para><parameter>--libexecdir=$GNOME_PREFIX/lib</parameter>: This parameter
     179    causes the libexec files to be installed in the preferred location of
    184180    <filename class="directory">$GNOME_PREFIX/lib/evolution</filename> instead
    185181    of <filename
     
    196192    support.</para>
    197193
    198     <para><parameter>--disable-nm</parameter>: This parameter is used to disable
    199     <application>NetworkManager</application> support. Remove it if you have
    200     <application>NetworkManager</application> installed.</para>
    201 
    202194    <para><parameter>--disable-image-inline</parameter>: This parameter is used
    203195    to disable the image-inline plugin.</para>
    204  
     196
    205197    <para><parameter>--disable-pst-import</parameter>: This parameter is used to
    206198    disable the pst-import plugin.</para>
     199
     200    <!-- changed to optional since gnome-3.2 requires NM in my experience : ken -->
     201    <para><option>--disable-nm</option>: This parameter is used to disable
     202    <application>NetworkManager</application> support. Use it if you have not
     203    installed <application>NetworkManager</application>.</para>
    207204
    208205    <!--
Note: See TracChangeset for help on using the changeset viewer.