Changeset a7c2ccc
- Timestamp:
- 01/04/2018 03:49:34 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
- 3b78237
- Parents:
- 8fbd29c
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8fbd29c ra7c2ccc 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 3"> <!-- Always 2 digits -->3 <!ENTITY day "04"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 3rd, &year;">9 <!ENTITY releasedate "January 4th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/enchant.xml
r8fbd29c ra7c2ccc 7 7 <!ENTITY enchant-download-http "https://github.com/AbiWord/enchant/releases/download/v&enchant-version;/enchant-&enchant-version;.tar.gz"> 8 8 <!ENTITY enchant-download-ftp " "> 9 <!ENTITY enchant-md5sum " e149d08a6c6732dc1b01940302a7bc39">9 <!ENTITY enchant-md5sum "0dacf2d2e53b1b394c19fd772390e0d4"> 10 10 <!ENTITY enchant-size "936 KB"> 11 <!ENTITY enchant-buildsize " 7.2MB">11 <!ENTITY enchant-buildsize "6.8 MB"> 12 12 <!ENTITY enchant-time "0.2 SBU"> 13 13 ]> … … 68 68 <para role="optional"><xref linkend="dbus-glib"/>, 69 69 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink>, 70 <ulink url="http://hunspell.github.io/">Hunspell</ulink>, and 71 <ulink url="http://hunspell.github.io/">Voikko</ulink></para> 70 <ulink url="http://hunspell.github.io/">Hunspell</ulink>, 71 <ulink url="http://hunspell.github.io/">Voikko</ulink>, and 72 <ulink url="https://github.com/unittest-cpp/unittest-cpp/releases">unittest-cpp</ulink> (required for tests)</para> 72 73 73 74 <para condition="html" role="usernotes">User Notes: … … 85 86 make</userinput></screen> 86 87 87 <para>This package does not come with a test suite.</para> 88 <para>To run tests, unittest-cpp must be installed and the 89 --enable-relocatable option passed to configure above. If these 90 conditions are present, the tests may be run with <command>make 91 check</command>.</para> 88 92 89 93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -
introduction/welcome/changelog.xml
r8fbd29c ra7c2ccc 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>January 4th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to enchant-2.2.1. Fixes 49 <ulink url="&blfs-ticket-root;10230">#10230</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>January 3rd, 2018</para> -
packages.ent
r8fbd29c ra7c2ccc 97 97 <!ENTITY clucene-version "2.3.3.4"> 98 98 <!ENTITY dbus-glib-version "0.108"> 99 <!ENTITY enchant-version "2.2. 0">99 <!ENTITY enchant-version "2.2.1"> 100 100 <!ENTITY exempi-version "2.4.3"> 101 101 <!ENTITY expat-version "2.1.0">
Note:
See TracChangeset
for help on using the changeset viewer.