Changeset 49828608


Ignore:
Timestamp:
07/24/2014 03:40:59 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
93aad6a
Parents:
afd5400
Message:

Adjust kde5 section for systemd branch.

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

Location:
kde5
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • kde5/frameworks/intro.xml

    rafd5400 r49828608  
    2727      The instructions for <application>KDE Frameworks 5</application>
    2828      packages assume that <xref linkend="qt5"/> was built with
    29       recommended dependencies installed and that
    30       <application>Qt5</application> executables are in user's $PATH.
     29      recommended dependencies installed.
    3130    </para>
    3231  </important>
     
    6564export KF5_PREFIX=/usr
    6665export KF5_SYSCONFDIR=/etc
     66
     67export QT_SELECT=qt5
    6768
    6869pathappend /usr/lib/qt5/plugins        QT_PLUGIN_PATH
     
    113114export KF5_PREFIX=/opt/kf5
    114115export KF5_SYSCONFDIR=$KF5_PREFIX/etc
     116
     117export QT_SELECT=qt5
    115118
    116119pathappend $KF5_PREFIX               CMAKE_PREFIX_PATH
  • kde5/plasma/kinfocenter.xml

    rafd5400 r49828608  
    7777      <ulink url="http://www.linux1394.org/">libraw1394</ulink>,
    7878      <xref linkend="pciutils"/> and
    79       <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
     79      <xref linkend="wayland"/>
    8080    </para>
    8181
  • kde5/plasma/kwin.xml

    rafd5400 r49828608  
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
    7676    <para role="optional">
    77       <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
     77      <xref linkend="wayland"/>
    7878    </para>
    7979
  • kde5/plasma/starting.xml

    rafd5400 r49828608  
    2020  <bridgehead renderas="sect4">Required</bridgehead>
    2121  <para role="required">
    22     <xref linkend="consolekit"/> (with configured PAM module),
    23     <xref linkend="dbus"/> (built with X11 autolaunch support) and
     22    <xref linkend="dbus"/>,
     23    <xref linkend="systemd"/> (for Logind) and
    2424    <xref linkend="xinit"/>
    2525  </para>
     
    3737<literal># Begin .xinitrc
    3838
    39 exec ck-launch-session dbus-launch --exit-with-session startkde
     39exec dbus-launch --exit-with-session startkde
    4040
    4141# End .xinitrc</literal>
     
    5050    </tip>
    5151
    52     <note>
    53       <para>
    54         If you are not using <application>ConsoleKit</application>, remove
    55         <command>ck-launch-session</command> from the command above.
    56       </para>
    57     </note>
    58 
    5952    <para>
    6053      You can now start <application>KDE Plasma 5</application> using the
Note: See TracChangeset for help on using the changeset viewer.