Changeset 9ca304a


Ignore:
Timestamp:
02/18/2013 03:35:44 AM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
06de117e
Parents:
3d9adc39
Message:

Minor fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11025 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
15 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3d9adc39 r9ca304a  
    44-->
    55
    6 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     6<!ENTITY day          "18">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "February 13th, &year;">
     12<!ENTITY releasedate  "February 18th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libdbusmenuqt.xml

    r3d9adc39 r9ca304a  
    3030    <title>Introduction to libdbusmenu-qt</title>
    3131
    32     <para>This library provides a Qt implementation of the DBusMenu specs which goal
    33     is to expose menus on DBus.</para>
     32    <para>This library provides a <application>Qt</application> implementation
     33    of the DBusMenu specs, which goal is to expose menus on DBus.</para>
    3434
    3535    &lfs72_checked;
     
    9696make</userinput></screen>
    9797
     98    <para>To test the results
     99    (<ulink url="http://qjson.sourceforge.net/">Qjson</ulink> must be installed),
     100    issue: <command>make check</command>.</para>
     101
    98102    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    99103
     
    107111    <para><option>-DWITH_DOC=OFF</option>: This option is set to avoid building
    108112    the API documentation. Omit it if you have <application>doxygen</application>
    109     and want the documentation.</para>
     113    installed and want the documentation.</para>
    110114
    111115  </sect2>
  • general/genlib/qca.xml

    r3d9adc39 r9ca304a  
    8888
    8989<screen><userinput>sed -i '217s@set@this->set@' src/botantools/botan/botan/secmem.h &amp;&amp;
    90 ./configure --prefix=&qt-dir; &amp;&amp;
     90./configure --prefix=&qt-dir; \
     91            --certstore-path=/etc/ssl/ca-bundle.crt &amp;&amp;
    9192make</userinput></screen>
     93
     94    <para>To test the results, issue <command>make test</command>.</para>
    9295
    9396    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    101104
    102105    <para><command>sed -i '217s@set@...</command>: This sed fixes compiling with
    103     <application>GCC</application> 4.7. It is safe to omit when compiling with
     106    <application>GCC</application> 4.7.x. It is safe to omit when compiling with
    104107    older <application>GCC</application> versions.</para>
     108
     109    <para><parameter>--certstore-path=/etc/ssl/ca-bundle.crt</parameter>: Causes
     110    the build to use the system-installed CA Certificates instead of a bundled
     111    copy.</para>
    105112
    106113  </sect2>
  • general/sysutils/redland.xml

    r3d9adc39 r9ca304a  
    9191make</userinput></screen>
    9292
     93    <para>To test the results, issue <command>make check</command>.</para>
     94
    9395    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9496
  • general/sysutils/strigi.xml

    r3d9adc39 r9ca304a  
    9595make</userinput></screen>
    9696
     97    <para>To test the results, issue <command>make test</command>.</para>
     98
    9799    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    98100
     
    110112
    111113      <seglistitem>
    112         <seg>deepfind, deepgrep, rdfindexer, strigiclient, strigicmd, strigidaemon and xmlindexer</seg>
    113         <seg>libsearchclient.so, libstreamanalyzer.so, libstreams.so, libstrigihtmlgui.so,
    114         libstrigiqtdbusclient.so and several in /usr/lib/strigi</seg>
     114        <seg>deepfind, deepgrep, rdfindexer, strigiclient, strigicmd,
     115        strigidaemon and xmlindexer</seg>
     116        <seg>libsearchclient.so, libstreamanalyzer.so, libstreams.so,
     117        libstrigihtmlgui.so, libstrigiqtdbusclient.so and several in
     118        /usr/lib/strigi</seg>
    115119        <seg>/usr/include/strigi, /usr/lib/strigi and /usr/share/strigi</seg>
    116120      </seglistitem>
  • introduction/welcome/changelog.xml

    r3d9adc39 r9ca304a  
    4646
    4747    <listitem>
     48      <para>February 18th, 2013</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[randy] - Minor fixes.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4857      <para>February 13th, 2013</para>
    4958      <itemizedlist>
  • kde/core/akonadi.xml

    r3d9adc39 r9ca304a  
    7575    <xref linkend="shared-mime-info"/>,
    7676    <xref linkend="boost"/>,
    77     <xref linkend="soprano"/> and one of:
     77    <xref linkend="soprano"/>, and one of:
    7878    <xref linkend="sqlite"/>,
    79     <xref linkend="mysql"/> and
     79    <xref linkend="mysql"/>, or
    8080    <xref linkend="postgresql"/>
    8181    </para>
     
    101101make</userinput></screen>
    102102
     103    <para>To test the results,issue <command>make test</command>.</para>
     104
    103105    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    104106
     
    114116
    115117    <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to apply
    116     higher level of compiler optimizations.</para>
     118    a higher level of compiler optimizations.</para>
    117119
    118120    <para><option>-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE</option>: This switch ensures
    119121    that <application>Akonadi</application> SQLite extension is installed into
    120     <application>Qt</application> plugins directory.</para>
     122    the <application>Qt</application> plugins directory.</para>
    121123
    122124  </sect2>
  • kde/core/attica.xml

    r3d9adc39 r9ca304a  
    9191make</userinput></screen>
    9292
     93    <para>To test the results, issue <command>make test</command>.</para>
     94
    9395    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9496
  • kde/core/kdelibs.xml

    r3d9adc39 r9ca304a  
    122122    the following commands:</para>
    123123
    124 <screen><userinput>sed -e "s@{SYSCONF_INSTALL_DIR}/xdg/menus@&amp; RENAME kde-applications.menu@g" \
    125     -i kded/CMakeLists.txt &amp;&amp;
    126 sed -i "s@applications.menu@kde-&amp;@g" kded/kbuildsycoca.cpp</userinput></screen>
     124<screen><userinput>sed -i "s@{SYSCONF_INSTALL_DIR}/xdg/menus@&amp; RENAME kde-applications.menu@" \
     125        kded/CMakeLists.txt &amp;&amp;
     126sed -i "s@applications.menu@kde-&amp;@" \
     127        kded/kbuildsycoca.cpp</userinput></screen>
    127128
    128129    <para>Install <application>Kdelibs</application> by running the following
     
    140141make</userinput></screen>
    141142
     143    <para>The unit regression tests are designed to be run after
     144    <application>kdelibs</application> is installed.</para>
     145
    142146    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    143147
    144148<screen role="root"><userinput>make install</userinput></screen>
     149
     150  <para>To run the unit regression tests, you must have a current KDE session
     151  running and issue <command>make test</command>.</para>
    145152
    146153  </sect2>
  • kde/core/oxygen-icons.xml

    r3d9adc39 r9ca304a  
    7979cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; ..</userinput></screen>
    8080
     81    <para>
     82      This package does not come with a test suite.
     83    </para>
     84
    8185    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8286
  • kde/core/polkit-qt.xml

    r3d9adc39 r9ca304a  
    9191make</userinput></screen>
    9292
     93    <para>
     94      This package does not come with a test suite.
     95    </para>
     96
    9397    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9498
     
    100104    <title>Command Explanations</title>
    101105
    102     <para><option>CMAKE_PREFIX_PATH=&qt-dir;</option>: This option is set to find automoc4</para>
     106    <para><option>CMAKE_PREFIX_PATH=&qt-dir;</option>: This option is set to
     107    find <command>automoc4</command>.</para>
    103108
    104109  </sect2>
  • kde/core/qimageblitz.xml

    r3d9adc39 r9ca304a  
    7171    <bridgehead renderas="sect4">Required</bridgehead>
    7272    <para role="required">
    73     <xref linkend="qt"/>
     73    <xref linkend="qt"/> and
     74    <xref linkend="cmake"/>
    7475    </para>
    7576
     
    8990cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; .. &amp;&amp;
    9091make</userinput></screen>
     92
     93    <para>
     94      This package does not come with a test suite.
     95    </para>
    9196
    9297    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    138143
    139144</sect1>
    140 
  • kde/core/shrdesktopontologies.xml

    r3d9adc39 r9ca304a  
    3030    <title>Introduction to Shared-Desktop-Ontologies</title>
    3131
    32     <para>The Shared desktop ontologies provide RDF vocabularies for the Semantic Desktop.
    33     This includes basic ontologies like RDF and RDFS and all the Nepomuk ontologies like NRL,
    34     NIE, or NFO which are also maintained and developed in this open-source project.</para>
     32    <para>The Shared desktop ontologies provide RDF vocabularies for the
     33    Semantic Desktop. This includes basic ontologies like RDF and RDFS and all
     34    the Nepomuk ontologies like NRL, NIE, and NFO, which are also maintained
     35    and developed in this open-source project.</para>
    3536
    3637    &lfs72_checked;
     
    5859    </itemizedlist>
    5960
    60 <!--
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    62     <itemizedlist spacing='compact'>
    63       <listitem>
    64         <para>Required patch: <ulink
    65         url="&patch-root;/shared-desktop-ontologies-&shared-desktop-ontologies-version;-fixes-1.patch"/></para>
    66       </listitem>
    67     </itemizedlist>
    68 -->
    69 <!--
    7061    <bridgehead renderas="sect3">Shared-desktop-ontologies Dependencies</bridgehead>
    7162
    7263    <bridgehead renderas="sect4">Required</bridgehead>
    7364    <para role="required">
    74     <xref linkend="docbook-xsl"/>,
     65      <xref linkend="cmake"/>
    7566    </para>
    76 
    77 
    78     <bridgehead renderas="sect4">Recommended</bridgehead>
    79     <para role="recommended">
    80     <xref linkend="xine-lib"/>,
    81     <xref linkend="gstreamer"/>
    82     </para>
    83 
    84     <bridgehead renderas="sect4">Optional</bridgehead>
    85     <para role="optional">
    86       <xref linkend='pulseaudio'/>
    87     </para>
    88 -->
    89 
    90 
    9167
    9268    <para condition="html" role="usernotes">User Notes:
     
    9874    <title>Installation of Shared-desktop-ontologies</title>
    9975
    100     <para>Install <application>Shared-desktop-ontologies</application> by running the following
    101     commands:</para>
     76    <para>Install <application>Shared-desktop-ontologies</application> by
     77    running the following commands:</para>
    10278
    10379<screen><userinput>mkdir build &amp;&amp;
    10480cd build &amp;&amp;
    10581cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; ..</userinput></screen>
     82
     83    <para>
     84      This package does not come with a test suite.
     85    </para>
    10686
    10787    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    11090
    11191  </sect2>
    112 <!--
    113   <sect2 role="commands">
    114     <title>Command Explanations</title>
    11592
    116     <para><option>- -xyz</option>: This option is set for ...</para>
    117 
    118   </sect2>
    119 -->
    12093  <sect2 role="content">
    12194    <title>Contents</title>
     
    129102        <seg>none</seg>
    130103        <seg>none</seg>
    131         <seg>&kde-dir;/share/ontology</seg>
     104        <seg>&kde-dir;/share/ontology and
     105        &kde-dir;/share/cmake/SharedDesktopOntologies</seg>
    132106      </seglistitem>
    133107    </segmentedlist>
    134 <!--
    135     <variablelist>
    136       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    137       <?dbfo list-presentation="list"?>
    138       <?dbhtml list-presentation="table"?>
    139 
    140       <varlistentry id="blitztest">
    141         <term><command>blitztest</command></term>
    142         <listitem>
    143           <para>is a testing utility for shared-desktop-ontologies.</para>
    144           <indexterm zone="shared-desktop-ontologies blitztest">
    145             <primary sortas="b-blitztest">blitztest</primary>
    146           </indexterm>
    147         </listitem>
    148       </varlistentry>
    149 
    150     </variablelist>
    151 -->
    152108  </sect2>
    153109
    154110</sect1>
    155 
  • postlfs/filesystems/parted.xml

    r3d9adc39 r9ca304a  
    8282
    8383<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    84 make</userinput></screen>
     84make &amp;&amp;
     85
     86make -C doc html                                       &amp;&amp;
     87makeinfo --html      -o doc/html       doc/parted.texi &amp;&amp;
     88makeinfo --plaintext -o doc/parted.txt doc/parted.texi</userinput></screen>
     89
     90    <para>If you have <xref linkend="texlive"/> installed and wish to create
     91    PDF and Postcript documentation issue the following commands:</para>
     92
     93<screen><userinput>texi2pdf             -o doc/parted.pdf doc/parted.texi &amp;&amp;
     94texi2dvi             -o doc/parted.dvi doc/parted.texi &amp;&amp;
     95dvips                -o doc/parted.ps  doc/parted.dvi</userinput></screen>
    8596
    8697    <para>To test the results, issue: <command>make check</command>.</para>
     
    90101    </para>
    91102
    92 <screen role="root"><userinput>make install</userinput></screen>
     103<screen role="root"><userinput>make install &amp;&amp;
     104install -v -m755 -d /usr/share/doc/${PACKAGE_NAME}-${PACKAGE_VERSION}/html &amp;&amp;
     105install -v -m644    doc/html/* \
     106                    /usr/share/doc/${PACKAGE_NAME}-${PACKAGE_VERSION}/html &amp;&amp;
     107install -v -m644    doc/{FAT,API,parted.{txt,html}} \
     108                    /usr/share/doc/${PACKAGE_NAME}-${PACKAGE_VERSION</userinput></screen>
     109
     110    <para>Install the optional PDF and Postscript documentation by issuing
     111    the following command as the <systemitem class="username">root</systemitem>
     112    user:</para>
     113
     114<screen role="root"><userinput>install -v -m644 doc/FAT doc/API doc/parted.{pdf,ps,dvi} \
     115                    /usr/share/doc/${PACKAGE_NAME}-${PACKAGE_VERSION}</userinput></screen>
    93116  </sect2>
    94117
  • postlfs/security/polkit.xml

    r3d9adc39 r9ca304a  
    3333    <para>
    3434      <application>Polkit</application> is a toolkit for defining and handling
    35       authorizations. It is used for allowing unprivileged processes to speak
    36       to privileged processes.
     35      authorizations. It is used for allowing unprivileged processes to
     36      comminicate with privileged processes.
    3737    </para>
    3838
     
    102102    <note>
    103103      <para>
    104         If <xref linkend="libxslt"/> is installed then <xref linkend="DocBook"/>
     104        If <xref linkend="libxslt"/> is installed, then <xref linkend="DocBook"/>
    105105        and <xref linkend="docbook-xsl"/> are required. If you have installed
    106106        <xref linkend="libxslt"/>, but you do not want to install any of the
     
    192192        If you have built <application>Polkit</application> with
    193193        <application>Linux PAM</application> support, you need to modify
    194         default PAM configuration file which was installed by default to get
    195         <application>Polkit</application> to work correctly with BLFS.
    196       </para>
    197 
    198       <para>
    199         Issue the following commands as the <systemitem class="username">root</systemitem>
     194        the default PAM configuration file which was installed by default to get
     195        <application>Polkit</application> to work correctly with BLFS. Issue the
     196        following commands as the <systemitem class="username">root</systemitem>
    200197        user to create the configuration file for <application>Linux PAM</application>:
    201198      </para>
Note: See TracChangeset for help on using the changeset viewer.