Changeset 2e704d1b


Ignore:
Timestamp:
07/08/2016 09:46:34 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 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, nosym, 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:
fd9878e
Parents:
30712eb
Message:

Fixed a build issue in Brasero under GCC6
Tags
(systemd/gnome merge) Moved mutter, gnome-shell, gnome-shell-extensions, gnome-session, gdm, and gnome-user-docs over
(systemd/gnome merge staging) Updated to baobab-3.20.1
(systemd/gnome merge staging) Update to brasero-3.12.1
(systemd/gnome merge staging) Update to GDM-3.20.1
(systemd/gnome merge staging) Update to gnome-shell-3.20.3
(systemd/gnome merge staging) Update to gnome-shell-extensions-3.20.1
(systemd/gnome merge staging) Update to gnome-session-3.20.1
(systemd/gnome merge staging) Update to gnome-user-docs-3.20.2
(systemd/gnome merge staging) Update to mutter-3.20.3
(systemd/gnome merge staging) Update to yelp-3.20.1

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

Files:
6 added
8 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    r30712eb r2e704d1b  
    5555<!ENTITY gnome-settings-daemon-version     "3.20.1">
    5656<!ENTITY gnome-control-center-version      "3.20.1">
     57<!ENTITY mutter-version                    "3.20.3">
     58<!ENTITY gnome-shell-version               "3.20.3">
     59<!ENTITY gnome-shell-extensions-version    "3.20.1">
     60<!ENTITY gnome-session-version             "3.20.1">
     61<!ENTITY gdm-version                       "3.20.1">
     62<!ENTITY gnome-user-docs-version           "3.20.2">
    5763<!ENTITY adwaita-icon-theme-version        "3.20">
    5864<!ENTITY gnome-icon-theme-version          "3.12.0">
     
    6066<!ENTITY gnome-icon-theme-symbolic-version "3.12.0">
    6167<!ENTITY gnome-themes-standard-version     "3.20.2">
     68<!ENTITY yelp-version                      "3.20.1">
    6269<!ENTITY notification-daemon-version       "3.20.0">
    6370<!ENTITY polkit-gnome-version              "0.105">
    64 <!ENTITY yelp-version                      "3.20.1">
    6571
    6672<!-- Chapter 31 -->
  • gnome/applications/baobab.xml

    r30712eb r2e704d1b  
    3535    </para>
    3636
    37     &lfs79_checked;
     37    &lfs79_checked;&gcc6_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • gnome/applications/brasero.xml

    r30712eb r2e704d1b  
    3939    </para>
    4040
    41     &lfs79_checked;
     41    &lfs79_checked;&gcc6_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    129129    </para>
    130130
    131 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     131<screen><userinput>./configure --prefix=/usr                \
     132            --enable-compile-warnings=no \
     133            --enable-cxx-warnings=no     &amp;&amp;
    132134make</userinput></screen>
    133135
     
    146148  <sect2 role="commands">
    147149    <title>Command Explanations</title>
     150
     151    <para>
     152      <parameter>--enable-*-warnings=no</parameter>: These switches fix a
     153      build problem under GCC6.
     154    </para>
    148155
    149156    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • gnome/platform/platform.xml

    r30712eb r2e704d1b  
    8282  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-settings-daemon.xml"/>
    8383  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-control-center.xml"/>
     84  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mutter.xml"/>
     85  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-shell.xml"/>
     86  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-shell-extensions.xml"/>
     87  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-session.xml"/>
     88  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdm.xml"/>
     89  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-user-docs.xml"/>
    8490
    8591<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="adwaita-icon-theme.xml"/>
     
    8894  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-icon-theme-symbolic.xml"/>
    8995  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-themes-standard.xml"/>-->
     96  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="yelp.xml"/>
    9097  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notification-daemon.xml"/>
    9198  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit-gnome.xml"/>
    92   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="yelp.xml"/>
    9399
    94100</chapter>
  • gnome/platform/yelp.xml

    r30712eb r2e704d1b  
    3535    </para>
    3636
    37     &lfs79_checked;
     37    &lfs79_checked;&gcc6_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/welcome/changelog.xml

    r30712eb r2e704d1b  
    4747      <para>July 8th, 2016</para>
    4848      <itemizedlist>
     49        <listitem revision="systemd">
     50          <para>[renodr] - Moved mutter, gnome-shell, gnome-shell-extensions,
     51          gnome-session, gdm, and gnome-user-docs over.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[renodr] - Fixed a build issue in Brasero under GCC6.</para>
     55        </listitem>
    4956        <listitem>
    5057          <para>[renodr] - Update to libqmi-1.16.0. Fixes
  • multimedia/cdwriteutils/dvd+rw-tools.xml

    r30712eb r2e704d1b  
    4040        </para>
    4141
    42     &lfs79_checked;
     42    &lfs79_checked;&gcc6_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
  • multimedia/libdriv/libao.xml

    r30712eb r2e704d1b  
    3939    <application>GNOME</application> sound architecture).</para>
    4040
    41     &lfs79_checked;
     41    &lfs79_checked;&gcc6_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.