Changeset e18aaf6 for gnome/platform


Ignore:
Timestamp:
03/22/2016 10:07:09 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:
20b2ef3
Parents:
ce228c2
Message:

Update to vte-0.44.0.
Update to gnome-terminal-3.20.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/vte.xml

    rce228c2 re18aaf6  
    55  %general-entities;
    66
    7   <!ENTITY vte-download-http "&gnome-download-http;/vte/0.42/vte-&vte-version;.tar.xz">
    8   <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.42/vte-&vte-version;.tar.xz">
    9   <!ENTITY vte-md5sum        "761e22466cffe83944f4f915616004cb">
    10   <!ENTITY vte-size          "908 KB">
    11   <!ENTITY vte-buildsize     "20 MB (with tests)">
     7  <!ENTITY vte-download-http "&gnome-download-http;/vte/0.44/vte-&vte-version;.tar.xz">
     8  <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.44/vte-&vte-version;.tar.xz">
     9  <!ENTITY vte-md5sum        "3247bb254c65472f657fda3bc8279b61">
     10  <!ENTITY vte-size          "956 KB">
     11  <!ENTITY vte-buildsize     "21 MB (with tests)">
    1212  <!ENTITY vte-time          "0.4 SBU (with tests)">
    1313
     
    108108    </para>
    109109
    110 <screen><userinput>./configure --prefix=/usr          \
     110<screen><userinput>sed -i '/Werror/d' configure.ac &amp;&amp;
     111autoreconf                      &amp;&amp;
     112
     113./configure --prefix=/usr          \
    111114            --sysconfdir=/etc      \
    112115            --disable-static       \
     
    128131  <sect2 role="commands">
    129132    <title>Command Explanations</title>
     133
     134    <para>
     135      <command>sed ... configure.ac</command>: This command
     136      removes -Werror options that prevent the build from completing.
     137    </para>
    130138
    131139    <para>
Note: See TracChangeset for help on using the changeset viewer.