Changeset 2e633b6 for kde


Ignore:
Timestamp:
05/10/2016 05:26:28 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
f080ae0e
Parents:
d7bee48
Message:

Archived KDE4
Fixed Xorg-Server installation instructions

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

Location:
kde
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • kde/kde-intro.xml

    rd7bee48 r2e633b6  
    2121
    2222  <para>There are two versions of <application>KDE</application>. KDE4
    23   is a mature version that combines libraries and the desktop environment
     23  is a deprecated version that combines libraries and the desktop environment
    2424  into one set of packages and has numerous appplications that can be
    25   built on that base.  For KDE5, the libraries, now called KDE Frameworks
    26   5 or KF5, are separate from the desktop environment called KDE Plasma 5.
    27   Both envionments can be installed, but Plasma is not yet considered
    28   stable.</para>
     25  built on that base. It is no longer in BLFS.  For KDE5, the libraries,
     26  now called KDE Frameworks 5 or KF5, are separate from the desktop environment
     27  called KDE Plasma 5. </para>
    2928
    3029  <para>For more information visit the official KDE project site at
    3130  <ulink url="http://www.kde.org/"/>.</para>
    32 
     31<!--
    3332  <sect2><title>Common Packages</title>
    3433
     
    3635  These packages are presented in the following sections of this chapter.</para>
    3736
     37  -->
    3838  <!-- <para>The core <application>KDE</application> packages are listed in the
    3939  recommended and tested build order. The additional
    40   <application>KDE</application> packages can be built in any order.</para>-->
     40  <application>KDE</application> packages can be built in any order.</para<
    4141
    42   </sect2>
     42  </sect2> -->
    4343
    4444</sect1>
  • kde/kde.xml

    rd7bee48 r2e633b6  
    2121  It is based on the <application>Qt</application> framework.</para>
    2222
    23   <para>There are two versions of <application>KDE</application>. KDE4
     23<!--  <para>There are two versions of <application>KDE</application>. KDE4
    2424  is a mature version that combines libraries and the desktop environment
    2525  into one set of packages and has numerous appplications that can be
    2626  built on that base.  For KDE5, the libraries, now called KDE Frameworks
    2727  5 or KF5, are separate from the desktop environment called KDE Plasma 5.
    28   </para>
     28  </para> -->
    2929
    3030  <para>For more information visit the official KDE project site at
     
    3333
    3434  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
     35<!--
    3536  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="core/core.xml"/>
    36   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="add/add.xml"/>
     37  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="add/add.xml"/> -->
    3738  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kf5/kf5.xml"/>
    3839  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kf5-apps/kf5-apps.xml"/>
  • kde/phonon-backend-gstreamer.xml

    rd7bee48 r2e633b6  
    119119        <seg>none</seg>
    120120        <seg>phonon_gstreamer.so</seg>
    121         <seg>&kde-dir;/lib/kde4/plugins/phonon_backend and
    122         &kde-dir;/share/kde4/services/phononbackends</seg>
     121        <seg>/usr/lib/qt5/plugins/phonon4qt5_backend</seg>
    123122      </seglistitem>
    124123    </segmentedlist>
  • kde/phonon-backend-vlc.xml

    rd7bee48 r2e633b6  
    110110        <seg>none</seg>
    111111        <seg>phonon_vlc.so</seg>
    112         <seg>&kde-dir;/lib/kde4/plugins/phonon_backend and
    113         &kde-dir;/share/kde4/services/phononbackends</seg>
     112        <seg>/usr/lib/qt5/plugins/phonon4qt5_backend</seg>
    114113      </seglistitem>
    115114    </segmentedlist>
  • kde/phonon.xml

    rd7bee48 r2e633b6  
    6464      <xref linkend="cmake"/>,
    6565      <xref linkend="glib2"/> and
    66       <xref linkend="qt4"/>
     66      <xref linkend="qt5"/>
    6767    </para>
    6868
     
    8181    <title>Installation of Phonon</title>
    8282
    83     <para>Make sure that <xref linkend="qt4"/> is compiled without the bundled
     83<!--    <para>Make sure that <xref linkend="qt4"/> is compiled without the bundled
    8484    <application>Phonon</application> library. This package provides
    85     a better implementation.</para>
     85    a better implementation.</para> -->
    8686
    8787    <para>
     
    120120    </para>
    121121
     122<!--
    122123    <para>
    123124      <parameter>-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=FALSE</parameter>:
    124125      This switch ensures that the plugins and mkspecs files get installed in
    125126      the correct location.
    126     </para>
    127 <!--
     127    </para> -->
     128
    128129    <para>
    129130      <option>-DPHONON_BUILD_PHONON4QT5=ON</option>: Use this switch if you want to
     
    132133      versions can be installed at the same time without any conflicts.
    133134    </para>
    134 -->
     135
    135136
    136137  </sect2>
     
    149150        </seg>
    150151        <seg>
    151           libphonon.so and
    152           libphononexperimental.so
     152          libphonon4qt5.so and
     153          libphonon4qt5experimental.so
    153154        </seg>
    154155        <seg>
    155           &kde-dir;/include/KDE/Phonon,
    156           &kde-dir;/include/phonon,
    157           &kde-dir;/lib/cmake/phonon, and
    158           &kde-dir;/share/phonon
     156          /usr/include/phonon4qt5,
     157          /usr/lib/cmake/phonon4qt5, and
     158          /usr/share/phonon4qt5
    159159        </seg>
    160160      </seglistitem>
  • kde/polkit-qt.xml

    rd7bee48 r2e633b6  
    112112    </para>
    113113
     114<!--
    114115    <para>
    115116      <parameter>-DUSE_QT4=TRUE</parameter>: This switch is used to ensure
     
    117118      built even if <application>Qt5</application> is present.
    118119    </para>
     120-->
    119121
    120122  </sect2>
     
    130132      <seglistitem>
    131133        <seg>none</seg>
    132         <seg>libpolkit-qt-agent-1.so, libpolkit-qt-core-1.so and libpolkit-qt-gui-1.so</seg>
    133         <seg>&kde-dir;/include/polkit-qt-1</seg>
     134        <seg>
     135             libpolkit-qt5-agent-1.so,
     136             libpolkit-qt5-core-1.so,
     137             and libpolkit-qt5-gui-1.so
     138        </seg>
     139        <seg>
     140             /usr/include/polkit-qt5-1 and
     141             /usr/lib/cmake/PolkitQt5-1
     142        </seg>
    134143      </seglistitem>
    135144    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.