Ignore:
Timestamp:
04/30/2017 10:45:34 PM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
7f7e7f6
Parents:
a2f40f2
Message:

Update to gnome-desktop-3.24.1
Update to gnome-autoar-0.2.2
Update to AccountsService-0.6.45
Update to vte-0.48.2
Update to gnome-online-accounts-3.24.0
Some stats and refactoring to totem-pl-parser and gnome-menus

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/vte.xml

    ra2f40f2 r1de42bee  
    55  %general-entities;
    66
    7   <!ENTITY vte-download-http "&gnome-download-http;/vte/0.46/vte-&vte-version;.tar.xz">
    8   <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.46/vte-&vte-version;.tar.xz">
    9   <!ENTITY vte-md5sum        "e8f4393b9f1ec2e2f3cdb3fd4f5a16de">
    10   <!ENTITY vte-size          "968 KB">
    11   <!ENTITY vte-buildsize     "24 MB (with tests)">
    12   <!ENTITY vte-time          "0.4 SBU (with tests)">
     7  <!ENTITY vte-download-http "&gnome-download-http;/vte/0.48/vte-&vte-version;.tar.xz">
     8  <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.48/vte-&vte-version;.tar.xz">
     9  <!ENTITY vte-md5sum        "bc0601624af5668df5cd37e3fe1237b2">
     10  <!ENTITY vte-size          "984 KB">
     11  <!ENTITY vte-buildsize     "23 MB (with tests)">
     12  <!ENTITY vte-time          "0.5 SBU (with tests)">
    1313
    1414  <!-- For "Contents" and "Short Descriptions" sections -->
     
    109109    </para>
    110110
    111 <screen><userinput>sed -i '/Werror/d' configure.ac &amp;&amp;
    112 autoreconf                      &amp;&amp;
    113 
    114 ./configure --prefix=/usr          \
     111<screen><userinput>./configure --prefix=/usr          \
    115112            --sysconfdir=/etc      \
    116113            --disable-static       \
     
    133130    <title>Command Explanations</title>
    134131
     132<!--
    135133    <para>
    136134      <command>sed ... configure.ac</command>: This command
    137135      removes -Werror options that prevent the build from completing.
    138136    </para>
     137-->
    139138
    140139    <para>
Note: See TracChangeset for help on using the changeset viewer.