Changeset 9d6c260 for gnome/platform
- Timestamp:
- 03/27/2019 12:00:31 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9116137c
- Parents:
- ee77a2cd
- Location:
- gnome/platform
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/gnome-shell.xml
ree77a2cd r9d6c260 87 87 <bridgehead renderas="sect4">Required</bridgehead> 88 88 <para role="required"> 89 <xref linkend="caribou"/>,90 89 <xref linkend="evolution-data-server"/>, 91 90 <xref linkend="gjs"/>, -
gnome/platform/platform.xml
ree77a2cd r9d6c260 72 72 <!-- trunk: Required Runtime Dependencies --> 73 73 <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"/>--> 75 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-runtime.xml"/> 76 76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dconf.xml"/> … … 85 85 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-control-center.xml"/> 86 86 <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"/> -->88 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-shell.xml"/> 89 88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-shell-extensions.xml"/> -
gnome/platform/vte.xml
ree77a2cd r9d6c260 5 5 %general-entities; 6 6 7 <!ENTITY vte-download-http "&gnome-download-http;/vte/0.5 4/vte-&vte-version;.tar.xz">8 <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.5 4/vte-&vte-version;.tar.xz">9 <!ENTITY vte-md5sum " fc0e9de2b6199c69e529ff3629fa35c8">10 <!ENTITY vte-size "1. 0MB">11 <!ENTITY vte-buildsize " 37MB (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)"> 12 12 <!ENTITY vte-time "0.7 SBU (with tests)"> 13 13 <!-- Consolidating Tests/No Tests in GNOME sections for consistency. --> … … 104 104 <sect2 role="installation"> 105 105 <title>Installation of VTE</title> 106 106 <!-- with 0.56.0, not needed any more. 107 107 <para> 108 108 First, fix compilation of a Vala program with newer versions of … … 110 110 </para> 111 111 112 <!- - Upstream fix: -->112 <!- - Upstream fix: - -> 113 113 <screen><userinput>sed -e '/bool audible/i\ public int dummy;' \ 114 114 -i bindings/vala/app.vala</userinput></screen> 115 115 --> 116 116 <para> 117 117 Install <application>VTE</application> by running the following
Note:
See TracChangeset
for help on using the changeset viewer.