Ignore:
Timestamp:
10/08/2020 10:18:31 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
c46217a
Parents:
b559bf0
Message:

Drop the python2 version of the pycryptodome module
Update to gsettings-desktop-schemas-3.38.0
Update to VTE-0.62.0
Update to yelp-xsl-3.38.0
Update to gnome-desktop-3.38.1
Update to cheese-3.38.0
Update to libpeas-1.28.0
Update to evolution-data-server-3.38.1
Update to dconf-0.38.0
Update to dconf-editor-3.38.0
Update to tracker-3.0.1
Update to tracker-miners-3.0.1
Modify tracker and tracker-miners to allow them to build on SysV systems.

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

File:
1 edited

Legend:

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

    rb559bf0 rec047148  
    66
    77  <!ENTITY evolution-data-server-download-http
    8            "&gnome-download-http;/evolution-data-server/&gnome-minor-36;/evolution-data-server-&evolution-data-server-version;.tar.xz">
     8           "&gnome-download-http;/evolution-data-server/&gnome-minor-38;/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-36;/evolution-data-server-&evolution-data-server-version;.tar.xz">
    11   <!ENTITY evolution-data-server-md5sum        "cc971859b875606de9dd1d743e34ab33">
     10           "&gnome-download-ftp;/evolution-data-server/&gnome-minor-38;/evolution-data-server-&evolution-data-server-version;.tar.xz">
     11  <!ENTITY evolution-data-server-md5sum        "000862086f38f88d47b436694e988cde">
    1212  <!ENTITY evolution-data-server-size          "4.4 MB">
    13   <!ENTITY evolution-data-server-buildsize     "202 MB (with tests)">
    14   <!ENTITY evolution-data-server-time          "2.1 SBU (using parallelism=4, with tests)">
     13  <!ENTITY evolution-data-server-buildsize     "204 MB (with tests)">
     14  <!ENTITY evolution-data-server-time          "2.0 SBU (using parallelism=4, with tests)">
    1515]>
    1616
     
    129129  <sect2 role="installation">
    130130    <title>Installation of Evolution Data Server</title>
     131
     132    <para revision="systemd">
     133      First, as the <systemitem class="username">root</systemitem> user,
     134      remove old and incompatible versions of the systemd units:
     135    </para>
     136
     137<screen role="root"><userinput remap="pre">rm -v /usr/lib/systemd/user/evolution-*.service</userinput></screen>
    131138
    132139    <para>
Note: See TracChangeset for help on using the changeset viewer.