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/libgweather.xml

    re1a8598d r27229db  
    66
    77  <!ENTITY libgweather-download-http
    8            "&gnome-download-http;/libgweather/&gnome-minor-26;/libgweather-&libgweather-version;.tar.xz">
     8           "&gnome-download-http;/libgweather/&gnome-minor-28;/libgweather-&libgweather-version;.tar.xz">
    99  <!ENTITY libgweather-download-ftp
    10            "&gnome-download-ftp;/libgweather/&gnome-minor-26;/libgweather-&libgweather-version;.tar.xz">
    11   <!ENTITY libgweather-md5sum        "ae9c0aad9e66867a6f2bf04711738b32">
    12   <!ENTITY libgweather-size          "3.2 MB">
    13   <!ENTITY libgweather-buildsize     "103 MB">
    14   <!ENTITY libgweather-time          "0.2 SBU">
     10           "&gnome-download-ftp;/libgweather/&gnome-minor-28;/libgweather-&libgweather-version;.tar.xz">
     11  <!ENTITY libgweather-md5sum        "45dee6905d80d57e422c103e227a68d0">
     12  <!ENTITY libgweather-size          "2.7 MB">
     13  <!ENTITY libgweather-buildsize     "68 MB">
     14  <!ENTITY libgweather-time          "0.1 SBU">
    1515]>
    1616
     
    108108    </para>
    109109
    110 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    111 make</userinput></screen>
     110<screen><userinput>mkdir build &amp;&amp;
     111cd    build &amp;&amp;
     112
     113meson --prefix=/usr &amp;&amp;
     114ninja</userinput></screen>
    112115
    113116    <para>
     
    119122    </para>
    120123
    121 <screen role="root"><userinput>make install</userinput></screen>
     124<screen role="root"><userinput>ninja install</userinput></screen>
    122125
    123126  </sect2>
     
    126129    <title>Command Explanations</title>
    127130
    128     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    129       href="../../xincludes/gtk-doc-rebuild.xml"/>
     131    <para><option>-Dgtk_doc</option>: Use this parameter if
     132    <application>GTK-Doc</application> is installed and you wish to rebuild and
     133    install the API documentation.</para>
    130134
    131135  </sect2>
Note: See TracChangeset for help on using the changeset viewer.