Changeset 12e5fd25
- Timestamp:
- 09/03/2012 08:28:29 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1604b8ff
- Parents:
- 8c668de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/gmime.xml
r8c668de r12e5fd25 5 5 %general-entities; 6 6 7 <!ENTITY gmime-download-http "&gnome-download-http;/gmime/2. 4/gmime-&gmime-version;.tar.xz">8 <!ENTITY gmime-download-ftp "&gnome-download-ftp;/gmime/2. 4/gmime-&gmime-version;.tar.xz">9 <!ENTITY gmime-md5sum "4 6a52361d43769d20dbd87aa225bc3f9">10 <!ENTITY gmime-size " 672KB">11 <!ENTITY gmime-buildsize "2 1MB">12 <!ENTITY gmime-time "0. 4SBU">7 <!ENTITY gmime-download-http "&gnome-download-http;/gmime/2.6/gmime-&gmime-version;.tar.xz"> 8 <!ENTITY gmime-download-ftp "&gnome-download-ftp;/gmime/2.6/gmime-&gmime-version;.tar.xz"> 9 <!ENTITY gmime-md5sum "4e0d9fc389c840f827c8f139e7417588"> 10 <!ENTITY gmime-size "708 KB"> 11 <!ENTITY gmime-buildsize "20 MB"> 12 <!ENTITY gmime-time "0.3 SBU"> 13 13 ]> 14 14 … … 40 40 </para> 41 41 42 &lfs7 0_checked;42 &lfs72_checked; 43 43 44 44 <bridgehead renderas="sect3">Package Information</bridgehead> … … 86 86 <para role="optional"> 87 87 <xref linkend="docbook-utils"/>, 88 <xref linkend="gpgme"/>, 88 89 <xref linkend="gtk-doc"/> and 89 90 <ulink url="http://go-mono.com/sources/">Gtk#</ulink> (requires … … 108 109 109 110 <para> 110 If you have <xref linkend="docbook-utils"/> installed and you wish 111 to generate the API tutorials, issue the following commands: 112 </para> 113 114 <screen><userinput>pushd docs/tutorial && 115 docbook2html --nochunks gmime-tut.sgml && 116 docbook2pdf gmime-tut.sgml && 117 docbook2ps gmime-tut.sgml && 118 docbook2txt gmime-tut.sgml && 119 popd</userinput></screen> 120 121 <para> 122 To test the results, issue: <command>make check</command>. Note that 123 some tests may fail because the corresponding sub-system is not installed 124 or configured properly. 111 To test the results, issue: <command>make check</command>. 125 112 </para> 126 113 … … 129 116 </para> 130 117 131 <screen role="root"><userinput>make install && 132 install -v -m755 -d /usr/share/doc/gmime-&gmime-version; && 133 install -v -m644 README \ 134 /usr/share/doc/gmime-&gmime-version;</userinput></screen> 135 136 <para> 137 If you generated the API tutorials, still as the 138 <systemitem class="username">root</systemitem> user: 139 </para> 140 141 <screen role="root"><userinput>install -v -m644 docs/tutorial/gmime* \ 142 /usr/share/doc/gmime-&gmime-version;</userinput></screen> 118 <screen role="root"><userinput>make install</userinput></screen> 143 119 144 120 </sect2> … … 149 125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 150 126 href="../../xincludes/static-libraries.xml"/> 127 128 <para> 129 <option>--enable-smime</option>: Use this switch if you have 130 installed <xref linkend="gpgme"/> and wish to enable 131 S/MIME support in <application>GMime</application>. 132 </para> 151 133 152 134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 164 146 <seglistitem> 165 147 <seg> 166 libgmime-2. 4.so148 libgmime-2.6.so 167 149 </seg> 168 150 <seg> 169 /usr/include/gmime-2.4, 170 /usr/share/doc/gmime-&gmime-version; and 151 /usr/include/gmime-2.6 and 171 152 /usr/share/gtk-doc/html/gmime 172 153 </seg> … … 179 160 <?dbhtml list-presentation="table"?> 180 161 181 <varlistentry id="libgmime-2 .4">182 <term><filename class= 'libraryfile'>libgmime-2.4.so</filename></term>162 <varlistentry id="libgmime-2"> 163 <term><filename class="libraryfile">libgmime-2.6.so</filename></term> 183 164 <listitem> 184 165 <para> … … 186 167 the MIME standards. 187 168 </para> 188 <indexterm zone="gmime libgmime-2 .4">189 <primary sortas="c-libgmime-2 .4">libgmime-2.4.so</primary>169 <indexterm zone="gmime libgmime-2"> 170 <primary sortas="c-libgmime-2">libgmime-2.6.so</primary> 190 171 </indexterm> 191 172 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.