Changeset a8e7b725
- Timestamp:
- 12/30/2011 02:05:57 AM (13 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:
- 9fe22c9
- Parents:
- 3a12cb8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r3a12cb8 ra8e7b725 4 4 --> 5 5 6 <!ENTITY day " 29"> <!-- Always 2 digits -->6 <!ENTITY day "30"> <!-- Always 2 digits --> 7 7 <!ENTITY month "12"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2011"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "December 29th, &year;">12 <!ENTITY releasedate "December 30th, &year;"> 13 13 <!-- <!ENTITY releasedate "November &day;st, &year;"> --> 14 14 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> … … 178 178 <!ENTITY libusb-version "1.0.8"> 179 179 <!ENTITY libusb-compat-version "0.1.3"> 180 <!ENTITY icu-version "4. 2.1">180 <!ENTITY icu-version "4.8.1.1"> 181 181 <!ENTITY iso-codes-version "3.30"> 182 182 <!ENTITY gmime-version "2.4.21"> -
general/genlib/icu.xml
r3a12cb8 ra8e7b725 5 5 %general-entities; 6 6 7 <!ENTITY icu-download-http "http://download.icu-project.org/files/icu4c/&icu-version;/icu4c-4_ 2_1-src.tgz">7 <!ENTITY icu-download-http "http://download.icu-project.org/files/icu4c/&icu-version;/icu4c-4_8_1_1-src.tgz"> 8 8 <!ENTITY icu-download-ftp " "> 9 <!ENTITY icu-md5sum "e 3738abd0d3ce1870dc1fd1f22bba5b1">10 <!ENTITY icu-size "1 2.6MB">11 <!ENTITY icu-buildsize "2 27 MB">12 <!ENTITY icu-time " 3.6 SBU">9 <!ENTITY icu-md5sum "ea93970a0275be6b42f56953cd332c17"> 10 <!ENTITY icu-size "18 MB"> 11 <!ENTITY icu-buildsize "245 MB (+ 20MB if running the testsuite)"> 12 <!ENTITY icu-time "2.2 SBU (+ 2.6 SBU if running the testsuite)"> 13 13 ]> 14 14 … … 35 35 gives applications the same results on all platforms.</para> 36 36 37 &lfs 67_checked;37 &lfs70_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> … … 61 61 <bridgehead renderas="sect3">ICU Dependencies</bridgehead> 62 62 63 <!-- Commenting this because the layout sample (only thing using these) isn't 64 built by default, the instructions in the readme.html are not correct (make 65 all doesn't build it), and running it requires non-standard fonts 63 66 <bridgehead renderas="sect4">Optional (To build the sample code)</bridgehead> 64 67 <para role="optional"><xref linkend="cairo"/>, … … 66 69 <xref linkend="libgnomeui"/></para> 67 70 <para>See readme.txt under the source/samples directory for further 68 details.</para> 71 details.</para> --> 69 72 70 73 <para condition="html" role="usernotes">User Notes: … … 80 83 81 84 <screen><userinput>cd source && 82 chmod +x runConfigureICU configure install-sh && 85 <!-- chmod +x runConfigureICU configure install-sh && --> 83 86 ./runConfigureICU Linux --prefix=/usr && 84 87 make</userinput></screen> 85 88 86 <para>To test the results, issue: <command>make check</command>.</para> 89 <para>On at least x86_64, the testsuite ends with a segmentation fault, and 90 therefore reports an error in cintltest and ends in error. If you nevertheless 91 wish to test the results, issue: <command>make check</command>.</para> 87 92 88 93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> … … 102 107 <seglistitem> 103 108 <seg>derb, genbrk, gencfu, gencnval, genctd, genrb, icu-config, 104 makeconv, pkgdata, uconv, genccode, gencmn, gensprep, genuca, and 105 icupkg</seg> 109 makeconv, pkgdata, and uconv</seg> 106 110 <seg>libicudata.so, libicui18n.so, libicuio.so, libicule.so, 107 111 libiculx.so, libicutu.so, and libicuuc.so</seg> … … 217 221 </varlistentry> 218 222 219 < varlistentry id="genccode">223 <!--<varlistentry id="genccode"> 220 224 <term><command>genccode</command></term> 221 225 <listitem> … … 267 271 </indexterm> 268 272 </listitem> 269 </varlistentry> 273 </varlistentry>--> 270 274 271 275 <varlistentry id="libicudata"> -
introduction/welcome/changelog.xml
r3a12cb8 ra8e7b725 43 43 --> 44 44 <listitem> 45 <para>December 30th, 2011</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to icu4c_4_8_1_1.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 53 <listitem> 45 54 <para>December 29th, 2011</para> 46 55 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.