Changeset 23f5584 for kde/core


Ignore:
Timestamp:
07/24/2014 02:48:58 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
e46c5994
Parents:
c65ac49d
Message:

Remove references to qt4-dir.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13612 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
kde/core
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kde/core/akonadi.xml

    rc65ac49d r23f5584  
    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/config-systemd.xml

    rc65ac49d r23f5584  
    7777    <title>Installing further KDE packages</title>
    7878    <para>Every subsequent package can be built while having <application>KDE</application> up and
    79     running, but remember to keep <envar>&kde-dir;</envar> and <envar>&qt4-dir;</envar> set.</para>
     79    running, but remember to keep <envar>&kde-dir;</envar> set.</para>
    8080  </sect2>
    8181
  • kde/core/phonon.xml

    rc65ac49d r23f5584  
    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.