Ignore:
Timestamp:
04/02/2018 03:05:37 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
98ee9ee
Parents:
e1a8598d
Message:

Update to GNOME platform packages gcr,
gjs, gnome-backgrounds, gnome-bluetooth, gnome-desktop,
gnome-keyring, gnome-online-accounts, gnome-settings-daemon,
gsettings-desktop-schemas, libgweather, libsecret,
nautilus, yelp-xsl, and zenity. Partially fixes

Add gexiv2 now required by nautilus.

Update to evolution-data-server-3.28.0.
Update to gvfs-1.36.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-settings-daemon.xml

    re1a8598d r27229db  
    66
    77  <!ENTITY gnome-settings-daemon-download-http
    8            "&gnome-download-http;/gnome-settings-daemon/&gnome-minor-26;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
     8           "&gnome-download-http;/gnome-settings-daemon/&gnome-minor-28;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
    99  <!ENTITY gnome-settings-daemon-download-ftp
    10            "&gnome-download-ftp;/gnome-settings-daemon/&gnome-minor-26;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
    11   <!ENTITY gnome-settings-daemon-md5sum        "77f335b7330573595e6349095c8d3630">
    12   <!ENTITY gnome-settings-daemon-size          "1.6 MB">
    13   <!ENTITY gnome-settings-daemon-buildsize     "53 MB">
    14   <!ENTITY gnome-settings-daemon-time          "0.5 SBU">
     10           "&gnome-download-ftp;/gnome-settings-daemon/&gnome-minor-28;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
     11  <!ENTITY gnome-settings-daemon-md5sum        "508f36ade9b97afebd32a3437b1a4c56">
     12  <!ENTITY gnome-settings-daemon-size          "1.3 MB">
     13  <!ENTITY gnome-settings-daemon-buildsize     "29 MB">
     14  <!ENTITY gnome-settings-daemon-time          "0.1 SBU (using paralleism=4)">
    1515]>
    1616
     
    123123    </para>
    124124
    125 <screen><userinput>./configure --prefix=/usr     \
    126             --sysconfdir=/etc \
    127             --disable-static  &amp;&amp;
    128 make</userinput></screen>
     125<screen><userinput>mkdir build &amp;&amp;
     126cd    build &amp;&amp;
     127
     128meson --prefix=/usr --sysconfdir=/etc &amp;&amp;
     129ninja</userinput></screen>
    129130
    130131    <para>
     
    139140
    140141  </sect2>
    141 
     142<!--
    142143  <sect2 role="commands">
    143144    <title>Command Explanations</title>
     
    153154
    154155    <para>
    155       <option>--disable-cups</option>: Use this switch if you have not
     156      <option>- -disable-cups</option>: Use this switch if you have not
    156157      installed recommended dependency <application>Cups</application>.
    157158    </para>
    158159
    159160    <para>
    160       <option>--disable-network-manager</option>: Use this switch if
     161      <option>- -disable-network-manager</option>: Use this switch if
    161162      you have not installed recommended dependency
    162163      <application>NetworkManager</application>.
     
    164165
    165166    <para>
    166       <option>--disable-smartcard-support</option>: Use this switch if
     167      <option>- -disable-smartcard-support</option>: Use this switch if
    167168      you have not installed recommended dependency
    168169      <application>NSS</application> and wish to disable SmartCard
     
    171172
    172173    <para>
    173       <option>--disable-wayland</option>: Use this switch if you have not
     174      <option>- -disable-wayland</option>: Use this switch if you have not
    174175      installed recommended dependency <application>Wayland</application>.
    175176    </para>
    176177
    177178  </sect2>
     179-->
    178180
    179181  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.