Changeset 81e3aeaa for kde


Ignore:
Timestamp:
07/27/2014 02:17:12 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 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/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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
28a40fc
Parents:
0783427
Message:

Minor updates

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

Location:
kde/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kde/core/akonadi.xml

    r0783427 r81e3aeaa  
    9191
    9292cmake -DCMAKE_INSTALL_PREFIX=&kde-dir;  \
    93       -DCMAKE_PREFIX_PATH=&qt4-dir;          \
    9493      -DCMAKE_BUILD_TYPE=Release           \
    9594      -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE  \
     
    107106  <sect2 role="commands">
    108107    <title>Command Explanations</title>
    109 
    110     <para><option>-DCMAKE_PREFIX_PATH=&qt4-dir;</option>: This switch is used to
    111     help <command>cmake</command> find <command>automoc4</command>.</para>
    112108
    113109    <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to apply
  • kde/core/phonon.xml

    r0783427 r81e3aeaa  
    8585    a better implementation.</para>
    8686
    87     <para>
    88       Fix building with <application>CMake</application> 3.0:
    89     </para>
    90 
    91 <screen><userinput>rm -f cmake/FindQt4.cmake</userinput></screen>
    92 
    9387    <para>Install <application>Phonon</application> by running the following
    9488    commands:</para>
     
    158152        </seg>
    159153        <seg>
    160           &qt4-dir;/include/KDE/Phonon,
    161           &qt4-dir;/include/phonon, and
    162           &qt4-dir;/share/phonon
     154          &kde-dir;/include/KDE/Phonon,
     155          &kde-dir;/include/phonon, and
     156          &kde-dir;/share/phonon
    163157        </seg>
    164158      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.