Changeset 9d6c260 for gnome


Ignore:
Timestamp:
03/27/2019 12:00:31 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
9116137c
Parents:
ee77a2cd
Message:

Update to vte-0.56.0
Archive Caribou

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

Location:
gnome/platform
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-shell.xml

    ree77a2cd r9d6c260  
    8787    <bridgehead renderas="sect4">Required</bridgehead>
    8888    <para role="required">
    89       <xref linkend="caribou"/>,
    9089      <xref linkend="evolution-data-server"/>,
    9190      <xref linkend="gjs"/>,
  • gnome/platform/platform.xml

    ree77a2cd r9d6c260  
    7272<!-- trunk: Required Runtime Dependencies -->
    7373  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-desktop.xml"/>
    74   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="caribou.xml"/>
     74  <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="caribou.xml"/>-->
    7575  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-runtime.xml"/>
    7676  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dconf.xml"/>
     
    8585  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-control-center.xml"/>
    8686  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mutter.xml"/>
    87   <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sassc.xml"/> -->
    8887  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-shell.xml"/>
    8988  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-shell-extensions.xml"/>
  • gnome/platform/vte.xml

    ree77a2cd r9d6c260  
    55  %general-entities;
    66
    7   <!ENTITY vte-download-http "&gnome-download-http;/vte/0.54/vte-&vte-version;.tar.xz">
    8   <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.54/vte-&vte-version;.tar.xz">
    9   <!ENTITY vte-md5sum        "fc0e9de2b6199c69e529ff3629fa35c8">
    10   <!ENTITY vte-size          "1.0 MB">
    11   <!ENTITY vte-buildsize     "37 MB (with tests)">
     7  <!ENTITY vte-download-http "&gnome-download-http;/vte/0.56/vte-&vte-version;.tar.xz">
     8  <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.56/vte-&vte-version;.tar.xz">
     9  <!ENTITY vte-md5sum        "67d3c07cfd59bfe1872a95dcc22feeff">
     10  <!ENTITY vte-size          "1.1 MB">
     11  <!ENTITY vte-buildsize     "41 MB (with tests)">
    1212  <!ENTITY vte-time          "0.7 SBU (with tests)">
    1313  <!-- Consolidating Tests/No Tests in GNOME sections for consistency. -->
     
    104104  <sect2 role="installation">
    105105    <title>Installation of VTE</title>
    106 
     106    <!-- with 0.56.0, not needed any more.
    107107    <para>
    108108      First, fix compilation of a Vala program with newer versions of
     
    110110    </para>
    111111
    112 <!-- Upstream fix: -->
     112<!- - Upstream fix: - ->
    113113<screen><userinput>sed -e '/bool audible/i\    public int dummy;' \
    114114    -i bindings/vala/app.vala</userinput></screen>
    115 
     115-->
    116116    <para>
    117117      Install <application>VTE</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.