Changeset 3ca1da7 for gnome/platform


Ignore:
Timestamp:
03/18/2017 02:21:58 PM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
17c01c61
Parents:
355b8a9
Message:

Update to gnome-online-accounts-3.22.5, evolution{,-data-server}-3.22.6, gnome-session-3.22.3, and gdm-3.22.2. Correct schema issues in telepathy-logger and ibus.

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

Location:
gnome/platform
Files:
4 edited

Legend:

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

    r355b8a9 r3ca1da7  
    99  <!ENTITY evolution-data-server-download-ftp
    1010           "&gnome-download-ftp;/evolution-data-server/&gnome-minor-22;/evolution-data-server-&evolution-data-server-version;.tar.xz">
    11   <!ENTITY evolution-data-server-md5sum        "c59313042893c58a07103df0e806092b">
     11  <!ENTITY evolution-data-server-md5sum        "186ab6778fe651a2d07339fe7a0cf154">
    1212  <!ENTITY evolution-data-server-size          "5.3 MB">
    13   <!ENTITY evolution-data-server-buildsize     "231 MB">
    14   <!ENTITY evolution-data-server-time          "2.9 SBU">
     13  <!ENTITY evolution-data-server-buildsize     "229 MB">
     14  <!ENTITY evolution-data-server-time          "4.2 SBU">
    1515]>
    1616
  • gnome/platform/gdm.xml

    r355b8a9 r3ca1da7  
    77  <!ENTITY gdm-download-http "&gnome-download-http;/gdm/&gnome-minor-22;/gdm-&gdm-version;.tar.xz">
    88  <!ENTITY gdm-download-ftp  "&gnome-download-ftp;/gdm/&gnome-minor-22;/gdm-&gdm-version;.tar.xz">
    9   <!ENTITY gdm-md5sum        "aca9e9efb688f01987737ec0c3e23dc3">
     9  <!ENTITY gdm-md5sum        "719c03a1f2c90b3b7416bc5fa5a60e46">
    1010  <!ENTITY gdm-size          "1.1 MB">
    11   <!ENTITY gdm-buildsize     "40 MB (with tests)">
     11  <!ENTITY gdm-buildsize     "39 MB (with tests)">
    1212  <!ENTITY gdm-time          "0.3 SBU (with tests)">
    1313]>
     
    139139
    140140<screen role="root"><userinput>make install</userinput></screen>   
    141 
    142     <para>
    143       Install the systemd unit by running the following command as the
    144       <systemitem class="username">root</systemitem> user:
    145     </para>
    146 
    147 <screen role="root"><userinput>install -v -m644 data/gdm.service /lib/systemd/system/gdm.service</userinput></screen>
    148141
    149142  </sect2>
  • gnome/platform/gnome-session.xml

    r355b8a9 r3ca1da7  
    99  <!ENTITY gnome-session-download-ftp
    1010           "&gnome-download-ftp;/gnome-session/&gnome-minor-22;/gnome-session-&gnome-session-version;.tar.xz">
    11   <!ENTITY gnome-session-md5sum        "6ff071ca67ae7516e97e4b7b78bc82fc">
    12   <!ENTITY gnome-session-size          "760 KB">
     11  <!ENTITY gnome-session-md5sum        "948ce84ddb4dde925038227ddc19cdd6">
     12  <!ENTITY gnome-session-size          "764 KB">
    1313  <!ENTITY gnome-session-buildsize     "18 MB">
    1414  <!ENTITY gnome-session-time          "0.2 SBU">
  • gnome/platform/telepathy-logger.xml

    r355b8a9 r3ca1da7  
    101101
    102102    <para>
     103      Fix a deprecated schema entry:
     104    </para>
     105
     106<screen><userinput>sed 's@/apps/@/org/freedesktop/@' \
     107    -i data/org.freedesktop.Telepathy.Logger.gschema.xml.in</userinput></screen>
     108
     109    <para>
    103110      Install <application>Telepathy Logger</application> by running the
    104111      following commands:
Note: See TracChangeset for help on using the changeset viewer.