Changeset 9ca304a for kde/core


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

Location:
kde/core
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.