Changeset 88bb10f for kde/polkit-qt.xml
- Timestamp:
- 04/25/2016 07:28:55 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7d75fa51
- Parents:
- 01ce9b4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/polkit-qt.xml
r01ce9b4f r88bb10f 6 6 7 7 <!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 " "> 9 9 <!ENTITY polkit-qt-md5sum "bee71b71c12797e6fc498540a06c829b"> 10 10 <!ENTITY polkit-qt-size "68 KB"> … … 31 31 32 32 <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> 36 34 37 35 &lfs79_checked; … … 59 57 </itemizedlist> 60 58 61 <!--62 <bridgehead renderas="sect3">Additional Downloads</bridgehead>63 <itemizedlist spacing='compact'>64 <listitem>65 <para>Required patch: <ulink66 url="&patch-root;/polkit-qt-&polkit-qt-version;-fixes-1.patch"/></para>67 </listitem>68 </itemizedlist>69 -->70 59 <bridgehead renderas="sect3">Polkit-Qt Dependencies</bridgehead> 71 60 72 61 <bridgehead renderas="sect4">Required</bridgehead> 73 62 <para role="required"> 74 <xref linkend="cmake"/>,75 <xref linkend="polkit"/>, and76 <!--<xref linkend="qt4"/>--> or<xref linkend="qt5"/>63 <xref linkend="cmake"/>, 64 <xref linkend="polkit"/>, and 65 <xref linkend="qt5"/> 77 66 </para> 78 67 … … 84 73 <sect2 role="installation"> 85 74 <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>89 75 90 <screen><userinput>source /usr/bin/setqt4 && 91 92 mkdir build && 93 cd build && 94 95 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 96 -DCMAKE_BUILD_TYPE=Release \ 97 -DCMAKE_INSTALL_LIBDIR=lib \ 98 -DUSE_QT4=TRUE \ 99 -Wno-dev .. && 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> 111 77 by running the following commands:</para> 112 78 … … 143 109 <parameter>-DCMAKE_INSTALL_LIBDIR=lib</parameter>: This switch is 144 110 used to get libraries to install to <filename 145 class="directory"> &kde-dir;/lib</filename> instead of <filename146 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. 147 113 </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 155 115 </sect2> 156 116 … … 184 144 <term><command>polkit-qt</command></term> 185 145 <listitem> 186 <para> is a testing utility for polkit-qt-generated build trees.</para>146 <para>placeholder.</para> 187 147 <indexterm zone="a-polkit-qt polkit-qt"> 188 148 <primary sortas="b-polkit-qt">polkit-qt</primary>
Note:
See TracChangeset
for help on using the changeset viewer.