Changeset 88bb10f for kde/polkit-qt.xml


Ignore:
Timestamp:
04/25/2016 07:28:55 PM (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:
7d75fa51
Parents:
01ce9b4f
Message:

Remove obsolete KDE entities in packages.ent.
Update to mlt-6.2.0.
Update to kf5-apps-16.04.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/polkit-qt.xml

    r01ce9b4f r88bb10f  
    66
    77  <!ENTITY polkit-qt-download-http "&kde-download-http;apps/KDE4.x/admin/polkit-qt-1-&polkit-qt-version;.tar.bz2">
    8   <!ENTITY polkit-qt-download-ftp  "&kde-download-ftp;apps/KDE4.x/admin/polkit-qt-1-&polkit-qt-version;.tar.bz2">
     8  <!ENTITY polkit-qt-download-ftp  " ">
    99  <!ENTITY polkit-qt-md5sum        "bee71b71c12797e6fc498540a06c829b">
    1010  <!ENTITY polkit-qt-size          "68 KB">
     
    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
    34     must be linked to <xref linkend='qt4'/> and <xref linkend='qt5'/>
    35     respectively. The two versions do not conflict with each other.--> </para>
     33    the Qt environment. </para>
    3634
    3735    &lfs79_checked;
     
    5957    </itemizedlist>
    6058
    61 <!--
    62     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    63     <itemizedlist spacing='compact'>
    64       <listitem>
    65         <para>Required patch: <ulink
    66         url="&patch-root;/polkit-qt-&polkit-qt-version;-fixes-1.patch"/></para>
    67       </listitem>
    68     </itemizedlist>
    69 -->
    7059    <bridgehead renderas="sect3">Polkit-Qt Dependencies</bridgehead>
    7160
    7261    <bridgehead renderas="sect4">Required</bridgehead>
    7362    <para role="required">
    74     <xref linkend="cmake"/>,
    75     <xref linkend="polkit"/>, and
    76     <!--<xref linkend="qt4"/>--> or <xref linkend="qt5"/>
     63      <xref linkend="cmake"/>,
     64      <xref linkend="polkit"/>, and
     65      <xref linkend="qt5"/>
    7766    </para>
    7867
     
    8473  <sect2 role="installation">
    8574    <title>Installation of Polkit-Qt</title>
    86 <!--
    87     <para>Install the Qt4 based version of <application>Polkit-Qt</application>
    88     by running the following commands:</para>
    8975
    90 <screen><userinput>source /usr/bin/setqt4 &amp;&amp;
    91 
    92 mkdir build &amp;&amp;
    93 cd    build &amp;&amp;
    94 
    95 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    96       -DCMAKE_BUILD_TYPE=Release  \
    97       -DCMAKE_INSTALL_LIBDIR=lib  \
    98       -DUSE_QT4=TRUE              \
    99       -Wno-dev .. &amp;&amp;
    100 make</userinput></screen>
    101 
    102     <para>
    103       This package does not come with a test suite.
    104     </para>
    105 
    106     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    107 
    108 <screen role="root"><userinput>make install</userinput></screen>
    109 -->
    110     <para>Install <!--the Qt5 based version of --><application>Polkit-Qt</application>
     76    <para>Install <application>Polkit-Qt</application>
    11177    by running the following commands:</para>
    11278
     
    143109      <parameter>-DCMAKE_INSTALL_LIBDIR=lib</parameter>: This switch is
    144110      used to get libraries to install to <filename
    145       class="directory">&kde-dir;/lib</filename> instead of <filename
    146       class="directory">&kde-dir;/lib64</filename> on a 64 bit system.
     111      class="directory">$KF5_PREFIX/lib</filename> instead of <filename
     112      class="directory">$KF5_PREFIX/lib64</filename> on a 64 bit system.
    147113    </para>
    148 <!--
    149     <para>
    150       <parameter>-DUSE_QT4=TRUE</parameter>: This switch is used to ensure
    151       that <application>Qt4</application> version of the library is
    152       built even if <application>Qt5</application> is present.
    153     </para>
    154 -->
     114
    155115  </sect2>
    156116
     
    184144        <term><command>polkit-qt</command></term>
    185145        <listitem>
    186           <para>is a testing utility for polkit-qt-generated build trees.</para>
     146          <para>placeholder.</para>
    187147          <indexterm zone="a-polkit-qt polkit-qt">
    188148            <primary sortas="b-polkit-qt">polkit-qt</primary>
Note: See TracChangeset for help on using the changeset viewer.