Changeset e4a13182 for gnome/platform
- Timestamp:
- 06/27/2019 01:11:06 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a468270d
- Parents:
- c48b85a1
- Location:
- gnome/platform
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/grilo.xml
rc48b85a1 re4a13182 95 95 96 96 <screen><userinput>mkdir build && 97 cd build && 98 meson --prefix=/usr \ 97 cd build && 98 99 meson --prefix=/usr \ 99 100 --libexecdir=/usr/lib .. && 100 101 ninja</userinput></screen> -
gnome/platform/libchamplain.xml
rc48b85a1 re4a13182 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 go from there :-) --> 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> makeinstall</userinput></screen>123 124 </sect2> 125 125 <screen role="root"><userinput>ninja install</userinput></screen> 126 127 </sect2> 128 <!-- 126 129 <sect2 role="commands"> 127 130 <title>Command Explanations</title> … … 140 143 141 144 </sect2> 145 --> 142 146 143 147 <sect2 role="content"> … … 157 161 </seg> 158 162 <seg> 159 /usr/include/ {libchamplain-0.12,libchamplain-gtk-0.12}and160 /usr/share/gtk-doc/html/ {libchamplain-0.12,libchamplain-gtk-0.12}163 /usr/include/champlain-0.12 and 164 /usr/share/gtk-doc/html/champlain-0.12 161 165 </seg> 162 166 </seglistitem> -
gnome/platform/libgdata.xml
rc48b85a1 re4a13182 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.4 MB">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 KB"> 11 <!ENTITY libgdata-buildsize "73 MB (with tests)"> 12 <!ENTITY libgdata-time "1.1 SBU (with tests)"> 13 13 ]> 14 14 … … 111 111 </para> 112 112 113 <screen><userinput>./configure --prefix=/usr --disable-static && 114 make</userinput></screen> 113 <screen><userinput> 114 mkdir build && 115 cd build && 116 117 meson --prefix=/usr .. && 118 ninja</userinput></screen> 115 119 116 120 <para> 117 To test the results, issue: <command> make check</command>. Note that121 To test the results, issue: <command>ninja test</command>. Note that 118 122 the tests need network access. 119 123 </para> … … 123 127 </para> 124 128 125 <screen role="root"><userinput> makeinstall</userinput></screen>129 <screen role="root"><userinput>ninja install</userinput></screen> 126 130 127 131 </sect2> 128 132 <!-- 129 133 <sect2 role="commands"> 130 134 <title>Command Explanations</title> … … 137 141 138 142 </sect2> 143 --> 139 144 140 145 <sect2 role="content"> … … 154 159 </seg> 155 160 <seg> 156 /usr/include/libgdata and 157 /usr/share/gtk-doc/html/gdata 161 /usr/include/libgdata, 162 /usr/libexec/installed-tests/libgdata, 163 /usr/share/gtk-doc/html/gdata, and 164 /usr/share/installed-tests/libgdata 158 165 </seg> 159 166 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.