Changeset 131b1b7
- Timestamp:
- 10/21/2014 04:56:11 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2ae8864
- Parents:
- 3e5e86a
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r3e5e86a r131b1b7 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 0"> <!-- Always 2 digits -->3 <!ENTITY day "21"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "October 2 0th, &year;">9 <!ENTITY releasedate "October 21th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/libical.xml
r3e5e86a r131b1b7 5 5 %general-entities; 6 6 7 <!ENTITY libical-download-http "http://downloads.sourceforge.net/freeassociation/libical-&libical-version;.tar.gz"> 7 <!-- <!ENTITY libical-download-http "http://downloads.sourceforge.net/freeassociation/libical-&libical-version;.tar.gz">--> 8 <!ENTITY libical-download-http "https://github.com/libical/libical/archive/v&libical-version;.tar.gz"> 8 9 <!ENTITY libical-download-ftp " "> 9 <!ENTITY libical-md5sum " 4438c31d00ec434f02867a267a92f8a1">10 <!ENTITY libical-size " 1.2 MB">11 <!ENTITY libical-buildsize " 20 MB">12 <!ENTITY libical-time "0. 4SBU">10 <!ENTITY libical-md5sum "af91db06b22559f863869c5a382ad08a"> 11 <!ENTITY libical-size "704 KB"> 12 <!ENTITY libical-buildsize "12 MB (additional 13 MB for the API documentation)"> 13 <!ENTITY libical-time "0.1 SBU"> 13 14 ]> 14 15 … … 38 39 39 40 <bridgehead renderas="sect3">Package Information</bridgehead> 41 40 42 <itemizedlist spacing="compact"> 41 43 <listitem> … … 78 80 <para role="required"> 79 81 <xref linkend="cmake"/> 82 </para> 83 84 <bridgehead renderas="sect4">Optional</bridgehead> 85 <para role="optional"> 86 <xref linkend="doxygen"/> (for the API documentation) 80 87 </para> 81 88 … … 105 112 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 106 113 -DCMAKE_BUILD_TYPE=Release \ 114 -DSHARED_ONLY=yes \ 107 115 .. && 108 116 make</userinput></screen> 109 117 110 118 <para> 119 If you have <xref linkend="doxygen"/> installed and wish to build the API 120 documentation, issue: 121 </para> 122 123 <screen><userinput>make docs</userinput></screen> 124 125 <para> 111 126 To test the results, issue: <command>make test</command>. 112 127 </para> … … 117 132 118 133 <screen role="root"><userinput>make install</userinput></screen> 134 135 <para> 136 If you have built the API documentation, install by issuing, as 137 <systemitem class="username">root</systemitem> user: 138 </para> 139 140 <screen role="root"><userinput>install -vdm755 /usr/share/doc/libical-&libical-version;/html && 141 cp -vr apidocs/html/* /usr/share/doc/libical-&libical-version;/html</userinput></screen> 119 142 120 143 </sect2> … … 126 149 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used 127 150 to apply higher level of the compiler optimizations. 151 </para> 152 153 <para> 154 <parameter>-DSHARED_ONLY=yes</parameter>: This switch is used 155 in order to only build the shared libraries. 128 156 </para> 129 157 … … 154 182 </seg> 155 183 <seg> 156 libical. {so,a}, libicalss.{so,a} and libicalvcal.{so,a}184 libical.so, libicalss.so and libicalvcal.so 157 185 </seg> 158 186 <seg> 159 /usr/include/libical 187 /usr/include/libical and 188 /usr/share/doc/libical-&libical-version;/html 160 189 </seg> 161 190 </seglistitem> … … 168 197 169 198 <varlistentry id="libical-lib"> 170 <term><filename class="libraryfile">libical. {so,a}</filename></term>199 <term><filename class="libraryfile">libical.so</filename></term> 171 200 <listitem> 172 201 <para> … … 175 204 </para> 176 205 <indexterm zone="libical libical-lib"> 177 <primary sortas="c-libical">libical. {so,a}</primary>206 <primary sortas="c-libical">libical.so</primary> 178 207 </indexterm> 179 208 </listitem> … … 181 210 182 211 <varlistentry id="libicalss"> 183 <term><filename class="libraryfile">libicalss. {so,a}</filename></term>212 <term><filename class="libraryfile">libicalss.so</filename></term> 184 213 <listitem> 185 214 <para> … … 188 217 </para> 189 218 <indexterm zone="libical libicalss"> 190 <primary sortas="c-libicalss">libicalss. {so,a}</primary>219 <primary sortas="c-libicalss">libicalss.so</primary> 191 220 </indexterm> 192 221 </listitem> … … 194 223 195 224 <varlistentry id="libicalvcal"> 196 <term><filename class="libraryfile">libicalvcal. {so,a}</filename></term>225 <term><filename class="libraryfile">libicalvcal.so</filename></term> 197 226 <listitem> 198 227 <para> … … 200 229 </para> 201 230 <indexterm zone="libical libicalvcal"> 202 <primary sortas="c-libicalvcal">libicalvcal. {so,a}</primary>231 <primary sortas="c-libicalvcal">libicalvcal.so</primary> 203 232 </indexterm> 204 233 </listitem> -
introduction/welcome/changelog.xml
r3e5e86a r131b1b7 44 44 45 45 --> 46 47 <listitem> 48 <para>October 20th, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - FontForge-2.0.20141014: remove some extra 52 spaces.</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - KDE: remove ftp URLs and make explicit the http 56 ones in "Starting KDE" and "Further KDE packages".</para> 57 </listitem> 58 <listitem> 59 <para>[fernando] - Update to libical-1.0.1. Fixes 60 <ulink url="&blfs-ticket-root;5707">#5707</ulink>.</para> 61 </listitem> 62 </itemizedlist> 63 </listitem> 64 46 65 <listitem> 47 66 <para>October 20th, 2014</para> -
kde/add/add-pkgs.xml
r3e5e86a r131b1b7 19 19 packages in the KDE Software Compilation. The included packages were selected 20 20 based on what most people would want to use on a standard desktop computer.</para> 21 <para>For a full list of available packages, have a look on the KDE servers 22 (<ulink url="&kde-download-http;&kde-version;/src/">http</ulink> 23 or <ulink url="&kde-download-ftp;&kde-version;/src/">ftp</ulink>).</para> 21 22 <para>For a full list of available packages, have a look on the KDE servers at 23 <ulink url="&kde-download-http;&kde-version;/src/">&kde-download-http;&kde-version;/src/</ulink> 24 <!-- or <ulink url="&kde-download-ftp;&kde-version;/src/">ftp</ulink>)-->.</para> 24 25 25 26 <para>Some additional packages worth mentioning are:</para> -
kde/core/config.xml
r3e5e86a r131b1b7 75 75 76 76 <para>You may want to install support for your locale language. The l10n 77 packages can be found at 78 <ulink url="&kde-download-http;&kde-version;/src/kde-l10n/">http</ulink> or 79 <ulink url="&kde-download-ftp;&kde-version;/src/kde-l10n/">ftp</ulink>. 77 packages can be found at <ulink 78 url="&kde-download-http;&kde-version;/src/kde-l10n/">&kde-download-http;&kde-version;/src/kde-l10n/</ulink>. 80 79 See <xref linkend="kde-add-pkgs"/> for build instructions. If you are in a 81 80 KDE session when installing a new language and configure KDE to use it, the 82 81 session needs to be restarted, in order to see the effects.</para> 82 83 83 </sect2> 84 84 -
packages.ent
r3e5e86a r131b1b7 119 119 <!ENTITY libgsf-version "1.14.30"> 120 120 <!ENTITY libgusb-version "0.1.6"> 121 <!ENTITY libical-version "1.0 ">121 <!ENTITY libical-version "1.0.1"> 122 122 <!ENTITY libidn-version "1.29"> 123 123 <!ENTITY libiodbc-version "3.52.9"> -
xsoft/other/fontforge.xml
r3e5e86a r131b1b7 123 123 </para> 124 124 125 <screen><userinput>./bootstrap 125 <screen><userinput>./bootstrap && 126 126 ./configure --prefix=/usr \ 127 127 --enable-gtk2-use \
Note:
See TracChangeset
for help on using the changeset viewer.