Changeset 9e04432 for kde/polkit-qt.xml


Ignore:
Timestamp:
03/24/2016 12:23:12 AM (8 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, 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, 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:
d0a06208
Parents:
79f3af4
Message:

Remove KDE4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/polkit-qt.xml

    r79f3af4 r9e04432  
    3131
    3232    <para><application>Polkit-Qt</application> provides an API to PolicyKit in
    33     the Qt environment. Its libraries are used by both KDE4 and KF5, but they
     33    the Qt environment. <!--Its libraries are used by both KDE4 and KF5, but they
    3434    must be linked to <xref linkend='qt4'/> and <xref linkend='qt5'/>
    35     respectively. The two versions do not conflict with each other. </para>
     35    respectively. The two versions do not conflict with each other.--> </para>
    3636
    3737    &lfs79_checked;
     
    7474    <xref linkend="cmake"/>,
    7575    <xref linkend="polkit"/>, and
    76     <xref linkend="qt4"/> or <xref linkend="qt5"/>
     76    <!--<xref linkend="qt4"/>--> or <xref linkend="qt5"/>
    7777    </para>
    7878
     
    8484  <sect2 role="installation">
    8585    <title>Installation of Polkit-Qt</title>
    86 
     86<!--
    8787    <para>Install the Qt4 based version of <application>Polkit-Qt</application>
    8888    by running the following commands:</para>
     
    107107
    108108<screen role="root"><userinput>make install</userinput></screen>
    109 
    110     <para>Install the Qt5 based version of <application>Polkit-Qt</application>
     109-->
     110    <para>Install <!--the Qt5 based version of --><application>Polkit-Qt</application>
    111111    by running the following commands:</para>
    112112
     
    146146      class="directory">&kde-dir;/lib64</filename> on a 64 bit system.
    147147    </para>
    148 
     148<!--
    149149    <para>
    150150      <parameter>-DUSE_QT4=TRUE</parameter>: This switch is used to ensure
     
    152152      built even if <application>Qt5</application> is present.
    153153    </para>
    154 
     154-->
    155155  </sect2>
    156156
     
    165165      <seglistitem>
    166166        <seg>none</seg>
    167         <seg>libpolkit-qt-agent-1.so,
     167        <seg>
    168168             libpolkit-qt5-agent-1.so,
    169              libpolkit-qt-core-1.so,
    170              libpolkit-qt5-core-1.so,
    171              libpolkit-qt-gui-1.so, and
     169             libpolkit-qt5-core-1.so, and
    172170             libpolkit-qt5-gui-1.so</seg>
    173         <seg>/usr/include/polkit-qt-1,
    174              /usr/include/polkit-qt5-1,
    175              /usr/lib/cmake/PolkitQt-1, and
     171        <seg>
     172             /usr/include/polkit-qt5-1 and
    176173             /usr/lib/cmake/PolkitQt5-1
    177              </seg>
     174        </seg>
    178175      </seglistitem>
    179176    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.