Ignore:
Timestamp:
06/01/2023 07:14:28 PM (12 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
bed8a11c
Parents:
bbdb4bb6
Message:

Update to evolution-data-server-3.48.2

File:
1 edited

Legend:

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

    rbbdb4bb6 r74e0749  
    66
    77  <!ENTITY evolution-data-server-download-http
    8            "&gnome-download-http;/evolution-data-server/&gnome-minor-46;/evolution-data-server-&evolution-data-server-version;.tar.xz">
     8           "&gnome-download-http;/evolution-data-server/&gnome-minor-48;/evolution-data-server-&evolution-data-server-version;.tar.xz">
    99  <!ENTITY evolution-data-server-download-ftp
    10            "&gnome-download-ftp;/evolution-data-server/&gnome-minor-46;/evolution-data-server-&evolution-data-server-version;.tar.xz">
    11   <!ENTITY evolution-data-server-md5sum        "45a022d2460ca032581909eb09b308ec">
     10           "&gnome-download-ftp;/evolution-data-server/&gnome-minor-48;/evolution-data-server-&evolution-data-server-version;.tar.xz">
     11  <!ENTITY evolution-data-server-md5sum        "4712321afa0a42a4b9280b86da3f4a6b">
    1212  <!ENTITY evolution-data-server-size          "4.7 MB">
    13   <!ENTITY evolution-data-server-buildsize     "244 MB (with tests)">
    14   <!ENTITY evolution-data-server-time          "0.6 SBU (using parallelism=4, add 0.2 SBU for tests)">
     13  <!ENTITY evolution-data-server-buildsize     "174 MB (with tests)">
     14  <!ENTITY evolution-data-server-time          "0.6 SBU (using parallelism=4, add 0.1 SBU for tests)">
    1515]>
    1616
     
    137137      -DWITH_LIBDB=OFF               \
    138138      -DWITH_SYSTEMDUSERUNITDIR=no   \
    139       -DENABLE_OAUTH2_WEBKITGTK4=OFF \
     139      -Wno-dev -G Ninja ..          \
    140140      .. &amp;&amp;
    141141make</userinput></screen>
     
    153153      -DENABLE_GTK_DOC=OFF           \
    154154      -DWITH_LIBDB=OFF               \
    155       -DENABLE_OAUTH2_WEBKITGTK4=OFF \
     155      -Wno-dev -G Ninja ..          \
    156156      .. &amp;&amp;
    157 make</userinput></screen>
     157ninja</userinput></screen>
    158158
    159159    <para>
     
    161161    </para>
    162162
    163 <screen role="root"><userinput>make install</userinput></screen>
    164 
    165     <para>
    166       To test the results, issue: <command>make test</command>.
     163<screen role="root"><userinput>ninja install</userinput></screen>
     164
     165    <para>
     166      To test the results, issue: <command>ninja test</command>.
    167167    </para>
    168168
     
    212212
    213213    <para>
    214       <parameter>-DENABLE_OAUTH2_WEBKITGTK4=OFF</parameter>: This switch works
    215       around a problem where the gtk-4 version of WebKit would be needed to show
    216       OAuth2 login prompts.
     214      <option>-DENABLE_OAUTH2_WEBKITGTK4=OFF</option>: Use this switch if
     215      you did not build <xref linkend="webkitgtk" role="nodep"/> with GTK-4.
    217216    </para>
    218217
     
    246245        </seg>
    247246        <seg>
    248           libcamel-1.2.so, libebackend-1.2.so, libebook-1.2.so,
    249           libebook-contacts-1.2.so, libecal-2.0.so, libedata-book-1.2.so,
    250           libedata-cal-2.0.so, libedataserver-1.2.so,
    251           libedataserverui-1.2.so, libedataserverui4-1.0.so,
     247          libcamel-1.2.so,
     248          libebackend-1.2.so,
     249          libebook-1.2.so,
     250          libebook-contacts-1.2.so,
     251          libecal-2.0.so,
     252          libedata-book-1.2.so,
     253          libedata-cal-2.0.so,
     254          libedataserver-1.2.so,
     255          libedataserverui-1.2.so,
     256          libedataserverui4-1.0.so,
    252257          and libetestserverutils.so
    253258        </seg>
Note: See TracChangeset for help on using the changeset viewer.