Ignore:
Timestamp:
10/28/2017 07:53:20 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
7fb51855
Parents:
b04efb5d
Message:

Update to yelp-3.26.0.
Update to gnome-user-docs-3.26.1.1.
Update to gdm-3.26.1.
Update to gnome-session-3.26.1.
Update to gnome-shell-extensions-3.26.1.
Update to gnome-shell-3.26.1.
Update to mutter-3.26.1.
Update to gnome-settings-daemon-3.26.1.
Update to colord-1.4.1. Fixes #9597.
Update to gnome-bluetooth-3.26.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-shell.xml

    rb04efb5d rbf6bb90  
    66
    77  <!ENTITY gnome-shell-download-http
    8            "&gnome-download-http;/gnome-shell/&gnome-minor-24;/gnome-shell-&gnome-shell-version;.tar.xz">
     8           "&gnome-download-http;/gnome-shell/&gnome-minor-26;/gnome-shell-&gnome-shell-version;.tar.xz">
    99  <!ENTITY gnome-shell-download-ftp
    10            "&gnome-download-ftp;/gnome-shell/&gnome-minor-24;/gnome-shell-&gnome-shell-version;.tar.xz">
    11   <!ENTITY gnome-shell-md5sum        "3cdd93df065ad1ad8d7a15a8ec9eafd0">
    12   <!ENTITY gnome-shell-size          "1.9 MB">
    13   <!ENTITY gnome-shell-buildsize     "89 MB">
    14   <!ENTITY gnome-shell-time          "1.4 SBU">
     10           "&gnome-download-ftp;/gnome-shell/&gnome-minor-26;/gnome-shell-&gnome-shell-version;.tar.xz">
     11  <!ENTITY gnome-shell-md5sum        "eee354999984c143a3eb60da8cf27ddf">
     12  <!ENTITY gnome-shell-size          "1.4 MB">
     13  <!ENTITY gnome-shell-buildsize     "63 MB">
     14  <!ENTITY gnome-shell-time          "0.2 SBU">
    1515]>
    1616
     
    124124    </para>
    125125
    126 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    127 make</userinput></screen>
     126<screen><userinput>mkdir build &amp;&amp;
     127cd build &amp;&amp;
     128meson --prefix=/usr .. &amp;&amp;
     129ninja</userinput></screen>
    128130
    129131    <para>
    130       This package does not come with a test suite.
     132      To test the results, issue: <command>ninja test</command>. You must be
     133      running an X session to run the tests.
    131134    </para>
    132135
     
    135138    </para>
    136139
    137 <screen role="root"><userinput>make install</userinput></screen>
    138 
    139   </sect2>
    140 
    141   <sect2 role="commands">
    142     <title>Command Explanations</title>
    143 
    144     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    145       href="../../xincludes/gtk-doc-rebuild.xml"/>
     140<screen role="root"><userinput>ninja install</userinput></screen>
    146141
    147142  </sect2>
Note: See TracChangeset for help on using the changeset viewer.