Changeset 25b7f55
- Timestamp:
- 07/03/2019 03:30:43 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:
- e78637d
- Parents:
- 06bb4fd1
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/telepathy-mission-control.xml
r06bb4fd1 r25b7f55 124 124 <sect2 role="commands"> 125 125 <title>Command Explanations</title> 126 127 <!--128 <para>129 <parameter>- -disable-upower</parameter> This switch130 disables the use of <application>UPower</application>131 because <application>Telepathy Mission Control</application>132 fails to build with latest version.133 </para>134 As far as I can tell, this is no longer needed as of 5.16.4. -renodr135 -->136 126 137 127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 186 176 <listitem> 187 177 <para> 188 waits for a (D-Bus) bus name that will (after a while)be provided178 waits for a D-Bus bus name that will be provided 189 179 automatically by the desktop session. 190 180 </para> -
gnome.ent
r06bb4fd1 r25b7f55 34 34 <!ENTITY gnome-video-effects-version "0.4.3"> 35 35 <!ENTITY grilo-version "0.3.7"> 36 <!ENTITY libchamplain-version "0.12.1 6">37 <!ENTITY libgdata-version "0.17. 9">36 <!ENTITY libchamplain-version "0.12.19"> 37 <!ENTITY libgdata-version "0.17.10"> 38 38 <!ENTITY libgee-version "0.20.1"> 39 39 <!ENTITY libgtop-version "2.40.0"> -
gnome/platform/grilo.xml
r06bb4fd1 r25b7f55 95 95 96 96 <screen><userinput>mkdir build && 97 cd build && 97 cd build && 98 98 99 meson --prefix=/usr \ 99 100 --libexecdir=/usr/lib .. && -
gnome/platform/libchamplain.xml
r06bb4fd1 r25b7f55 9 9 <!ENTITY libchamplain-download-ftp 10 10 "&gnome-download-ftp;/libchamplain/0.12/libchamplain-&libchamplain-version;.tar.xz"> 11 <!ENTITY libchamplain-md5sum " 52a410767f4797657b505e439bf7ce83">12 <!ENTITY libchamplain-size " 612KB">11 <!ENTITY libchamplain-md5sum "a3015b1f32d80d65515f8042ce595b30"> 12 <!ENTITY libchamplain-size "228 KB"> 13 13 <!ENTITY libchamplain-buildsize "10 MB"> 14 14 <!ENTITY libchamplain-time "0.1 SBU"> … … 79 79 <xref linkend="clutter"/>, 80 80 <xref linkend="clutter-gtk"/>, 81 <xref linkend="gtk3"/>, and 82 <xref linkend="libsoup"/> 81 <xref linkend="gtk3"/>, 82 <xref linkend="libsoup"/>, and 83 <xref linkend="sqlite"/> 83 84 </para> 84 85 … … 107 108 </para> 108 109 109 <screen><userinput>./configure --prefix=/usr \ 110 --enable-vala \ 111 --disable-static && 112 make</userinput></screen> 110 <!-- Because there is still rudimentary autotools support, there is already a 111 build directory. Change into it and continue. --> 112 <screen><userinput>cd build && 113 114 meson --prefix=/usr .. && 115 ninja</userinput></screen> 113 116 114 117 <para> … … 120 123 </para> 121 124 122 <screen role="root"><userinput>make install</userinput></screen> 123 124 </sect2> 125 125 <screen role="root"><userinput>ninja install</userinput></screen> 126 127 </sect2> 128 129 <!-- 126 130 <sect2 role="commands"> 127 131 <title>Command Explanations</title> … … 140 144 141 145 </sect2> 146 --> 142 147 143 148 <sect2 role="content"> … … 157 162 </seg> 158 163 <seg> 159 /usr/include/ {libchamplain-0.12,libchamplain-gtk-0.12}and160 /usr/share/gtk-doc/html/ {libchamplain-0.12,libchamplain-gtk-0.12}164 /usr/include/champlain-0.12 and 165 /usr/share/gtk-doc/html/champlain-0.12 161 166 </seg> 162 167 </seglistitem> -
gnome/platform/libgdata.xml
r06bb4fd1 r25b7f55 7 7 <!ENTITY libgdata-download-http "&gnome-download-http;/libgdata/0.17/libgdata-&libgdata-version;.tar.xz"> 8 8 <!ENTITY libgdata-download-ftp "&gnome-download-ftp;/libgdata/0.17/libgdata-&libgdata-version;.tar.xz"> 9 <!ENTITY libgdata-md5sum " cd41fec52a0f0ba999eb60025e0ac806">10 <!ENTITY libgdata-size " 1.4MB">11 <!ENTITY libgdata-buildsize " 64MB (with tests)">12 <!ENTITY libgdata-time " 0.7SBU (with tests)">9 <!ENTITY libgdata-md5sum "d858d411ad394c275643b14993dfeed4"> 10 <!ENTITY libgdata-size "820 MB"> 11 <!ENTITY libgdata-buildsize "73 MB (with tests)"> 12 <!ENTITY libgdata-time "1.1 SBU (with tests)"> 13 13 ]> 14 14 … … 118 118 119 119 <para> 120 To test the results, issue: <command> make check</command>. Note that120 To test the results, issue: <command>ninja test</command>. Note that 121 121 the tests need network access. 122 122 </para> … … 126 126 </para> 127 127 128 <screen role="root"><userinput> makeinstall</userinput></screen>128 <screen role="root"><userinput>ninja install</userinput></screen> 129 129 130 130 </sect2> … … 154 154 </seg> 155 155 <seg> 156 /usr/include/libgdata and 157 /usr/share/gtk-doc/html/gdata 156 /usr/include/libgdata, 157 /usr/libexec/installed-tests/libgdata, 158 /usr/share/gtk-doc/html/gdata, and 159 /usr/share/installed-tests/libgdata 158 160 </seg> 159 161 </seglistitem> -
introduction/welcome/changelog.xml
r06bb4fd1 r25b7f55 45 45 <para>July 2nd, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Actually update to libchamplain-0.12.19.</para> 49 </listitem> 50 <listitem> 51 <para>[renodr] - Actually update to libgdata-0.17.10.</para> 52 </listitem> 47 53 <listitem revision="sysv"> 48 54 <para>[renodr] - Remove systemd units from SysV systems in
Note:
See TracChangeset
for help on using the changeset viewer.