Ignore:
Timestamp:
05/13/2016 09:08:45 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
6fbeb06
Parents:
d4c6b05
Message:

Update to gnome apps 3.30.2 -- gnome-desktop, dconf-editor,

cheese, eog, epiphany, file-roller, and gnome-terminal.

Update to vte=0.44.2.
Update to gvfs-1.28.2.
Add extra-cmake-modules as a required dependency of phonon.
Update to ImageMagick-7.0.1-3.
Update to gucharmap-8.0.1.
Update to gtk+-3.20.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/eog.xml

    rd4c6b05 rf0061d7  
    77  <!ENTITY eog-download-http "&gnome-download-http;/eog/&gnome-minor-20;/eog-&eog-version;.tar.xz">
    88  <!ENTITY eog-download-ftp  "&gnome-download-ftp;/eog/&gnome-minor-20;/eog-&eog-version;.tar.xz">
    9   <!ENTITY eog-md5sum        "e37f9ed5514116f034e6a949f69940c9">
    10   <!ENTITY eog-size          "4.1 MB">
    11   <!ENTITY eog-buildsize     "40 MB">
     9  <!ENTITY eog-md5sum        "ac226a585872bb01ffc7929e4825c712">
     10  <!ENTITY eog-size          "4.4 MB">
     11  <!ENTITY eog-buildsize     "41 MB">
    1212  <!ENTITY eog-time          "0.6 SBU">
    1313]>
     
    3838
    3939    &lfs79_checked;
     40    &gcc6_checked;
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    111112    </para>
    112113
    113 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     114<screen><userinput>X11_CFLAGS="-Wno-error=format-nonliteral" ./configure --prefix=/usr &amp;&amp;
    114115make</userinput></screen>
    115116
     
    128129  <sect2 role="commands">
    129130    <title>Command Explanations</title>
     131
     132    <para><envar>X11_CFLAGS="-Wno-error=format-nonliteral"</envar>:
     133    Ignore a warning that was flagged as an error.</para>
    130134
    131135    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.