Ignore:
Timestamp:
04/03/2018 04:23:03 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:
058cdbf
Parents:
f23c7b77
Message:

Update to File-BaseDir-0.08 (Perl Module).

Update to GNOME 3.28 platform packages:
gnome-control-center gnome-shell gnome-shell-extensions
gnome-user-docs mutter gdm gnome-session.

Update to epiphany-3.28.0.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-control-center.xml

    rf23c7b77 rfef2695  
    66
    77  <!ENTITY gnome-control-center-download-http
    8            "&gnome-download-http;/gnome-control-center/&gnome-minor-26;/gnome-control-center-&gnome-control-center-version;.tar.xz">
     8           "&gnome-download-http;/gnome-control-center/&gnome-minor-28;/gnome-control-center-&gnome-control-center-version;.tar.xz">
    99  <!ENTITY gnome-control-center-download-ftp
    10            "&gnome-download-ftp;/gnome-control-center/&gnome-minor-26;/gnome-control-center-&gnome-control-center-version;.tar.xz">
    11   <!ENTITY gnome-control-center-md5sum        "4f19c72a6cfe1956cc2172caae5494c1">
    12   <!ENTITY gnome-control-center-size          "7.1 MB">
    13   <!ENTITY gnome-control-center-buildsize     "165 MB">
    14   <!ENTITY gnome-control-center-time          "1.9 SBU">
     10           "&gnome-download-ftp;/gnome-control-center/&gnome-minor-28;/gnome-control-center-&gnome-control-center-version;.tar.xz">
     11  <!ENTITY gnome-control-center-md5sum        "a717df964cf2cd6798358032932986bc">
     12  <!ENTITY gnome-control-center-size          "5.6 MB">
     13  <!ENTITY gnome-control-center-buildsize     "113 MB">
     14  <!ENTITY gnome-control-center-time          "0.4 SBU (Using parallelism=4)">
    1515]>
    1616
     
    129129    </para>
    130130
    131 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    132 make</userinput></screen>
    133 
    134     <para>
    135       This package does not come with a usable test suite.
     131<screen><userinput>sed -i '/ln -s/s/s /sf /' panels/user-accounts/meson.build &amp;&amp;
     132
     133mkdir build &amp;&amp;
     134cd    build &amp;&amp;
     135
     136meson --prefix=/usr &amp;&amp;
     137ninja</userinput></screen>
     138
     139    <para>
     140      To test the results, issue: <command>ninja test</command>.
    136141    </para>
    137142
     
    140145    </para>
    141146
    142 <screen role="root"><userinput>make install</userinput></screen>
     147<screen role="root"><userinput>ninja install</userinput></screen>
    143148
    144149  </sect2>
     
    148153
    149154    <para>
    150       <option>--disable-cups</option>: Use this switch if you have not
    151       installed recommended dependency <application>Cups</application>.
    152     </para>
    153 
    154     <para>
    155       <option>--disable-ibus</option>: Use this switch if you have not
     155      <command>sed ...</command>: This command ensures that the install
     156      command completes properly.
     157    </para>
     158
     159    <para>
     160      <option>-Dcheese=false</option>: Use this switch if you have not
     161      installed recommended dependency <application>Cheese</application>.
     162    </para>
     163
     164    <para>
     165      <option>-Dibus=false</option>: Use this switch if you have not
    156166      installed recommended dependency <application>IBus</application>.
    157167    </para>
Note: See TracChangeset for help on using the changeset viewer.