Ignore:
Timestamp:
07/14/2012 10:38:15 AM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
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:
5ef6186
Parents:
f342c0a9
Message:

Phonon-backen-gstreamer 4.6.1. Several KDE infrastructure changes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde4/core/kde4workspace.xml

    rf342c0a9 r2cfb44a4  
    3232    <para>The Kde-workspace package contains components that are central to
    3333    providing the <application>KDE</application> desktop environment. Of
    34     particular importance are KWin, the <application>KDE4</application>
     34    particular importance are KWin, the <application>KDE</application>
    3535    window manager, and Plasma, which provides the workspace interface.</para>
    3636
     
    7272    <bridgehead renderas="sect4">Required</bridgehead>
    7373    <para role="required">
    74     <xref linkend="kdelibs"/> and
    75     <xref linkend="kactivities"/> 
     74    <xref linkend="kdelibs"/>,
     75    <xref linkend="kactivities"/> and
     76    <xref linkend="qimageblitz"/>
    7677    </para>
    7778
     
    114115<screen><userinput>mkdir build &amp;&amp;
    115116cd build &amp;&amp;
    116 cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
    117       -DKDE_DEFAULT_HOME=.kde4 \
    118       -DSYSCONF_INSTALL_DIR=/etc/kde4 \
     117cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
     118      -DSYSCONF_INSTALL_DIR=/etc/kde \
    119119      -DPYTHON_SITE_PACKAGES_INSTALL_DIR=/usr/lib/python2.7/site-packages \
    120120      .. &amp;&amp;
     
    131131
    132132    <para><option>-DPYTHON_SITE_PACKAGES_INSTALL...</option>: This option is
    133     set to install the KDE4 Python objects in the correct place.</para>
     133    set to install the KDE Python objects in the correct place.</para>
    134134
    135135  </sect2>
     
    152152        plasmawallpaperviewer, plasma-windowed, plasmoidviewer, solid-network,
    153153        solid-action-desktop-gen, startkde and systemsettings</seg>
    154         <seg>several in $KDE4_PREFIX/lib</seg>
    155         <seg>several in /etc/kde4, $KDE4_PREFIX/include and $KDE4_PREFIX/share</seg>
     154        <seg>several in &kde-dir;/lib</seg>
     155        <seg>several in /etc/kde, &kde-dir;/include and &kde-dir;/share</seg>
    156156      </seglistitem>
    157157    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.