Changeset 29cefb8 for gnome/platform/gnome-shell.xml
- Timestamp:
- 07/16/2022 01:06:49 AM (9 months ago)
- Branches:
- 11.2, 11.3, ken/inkscape-core-mods, plabs/python-mods, qt5new, trunk, xry111/soup3
- Children:
- 951fd4eb
- Parents:
- 8b152256
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/gnome-shell.xml
r8b152256 r29cefb8 9 9 <!ENTITY gnome-shell-download-ftp 10 10 "&gnome-download-ftp;/gnome-shell/&gnome-42;/gnome-shell-&gnome-shell-version;.tar.xz"> 11 <!ENTITY gnome-shell-md5sum " 01b7e75af1b563e007af31c8f0617b26">11 <!ENTITY gnome-shell-md5sum "2a82fadbb47acdcb27f4b218403957ba"> 12 12 <!ENTITY gnome-shell-size "1.8 MB"> 13 <!ENTITY gnome-shell-buildsize "46 MB (with tests)"> 14 <!ENTITY gnome-shell-time "0.2 SBU (Using parallelism=4; with tests)"> 13 <!ENTITY gnome-shell-buildsize "47 MB"> 14 <!ENTITY gnome-shell-time "0.1 SBU (Using parallelism=4)"> 15 <!ENTITY gnome-shell-buildsize-systemd "47 MB (with tests)"> 16 <!ENTITY gnome-shell-time-systemd "0.2 SBU (Using parallelism=4; with tests)"> 15 17 ]> 16 18 … … 60 62 </para> 61 63 </listitem> 62 <listitem >64 <listitem revision='sysv'> 63 65 <para> 64 66 Estimated disk space required: &gnome-shell-buildsize; 65 67 </para> 66 68 </listitem> 67 <listitem >69 <listitem revision='sysv'> 68 70 <para> 69 71 Estimated build time: &gnome-shell-time; 72 </para> 73 </listitem> 74 <listitem revision='systemd'> 75 <para> 76 Estimated disk space required: &gnome-shell-buildsize-systemd; 77 </para> 78 </listitem> 79 <listitem revision='systemd'> 80 <para> 81 Estimated build time: &gnome-shell-time-systemd; 70 82 </para> 71 83 </listitem> … … 160 172 ninja</userinput></screen> 161 173 162 <para> 174 <para revision='sysv'> 175 This package does not come with a working test suite in a 176 SystemV environment. 177 </para> 178 179 <para revision='systemd'> 163 180 To test the results, you need to remove the 164 181 <parameter>-Dtests=false</parameter> switch, and to have <xref 165 linkend="mutter"/> compiled with tests too. Issue: 166 <command>ninja test</command>. You must be 167 running an X session to run the tests. Some will fail if 168 <xref linkend="gdm"/> is not installed. 182 linkend="mutter"/> compiled and installed with tests also. 183 184 To run the tests, issue: <command>ninja test</command>. You must be 185 running an X session to run the tests. Some will fail if <xref 186 linkend="gdm"/> is not installed. 169 187 </para> 170 188
Note:
See TracChangeset
for help on using the changeset viewer.