Author: rthomsen Date: 2012-03-01 14:46:31 -0700 (Thu, 01 Mar 2012) New Revision: 9563
Modified: trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/kde4/core/polkit-qt.xml Log: Updated polkit-qt. Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-03-01 21:38:19 UTC (rev 9562) +++ trunk/BOOK/general.ent 2012-03-01 21:46:31 UTC (rev 9563) @@ -664,7 +664,7 @@ <!ENTITY akonadi-version "1.7.0"> <!ENTITY qimageblitz-version "0.0.6"> <!ENTITY shared-desktop-ontologies-version "0.9.0"> -<!ENTITY polkit-qt-version "0.99.0"> +<!ENTITY polkit-qt-version "0.103.0"> <!ENTITY kde4pim-version "4.4.10"> <!ENTITY kde4-download-http-pim "http://mirrors.isc.org/pub/kde/&kde4-branch;/kdepim-&kde4pim-version;/src"> <!ENTITY kde4-download-ftp-pim "ftp://ftp.kde.org/pub/kde/&kde4-branch;/kdepim-&kde4pim-version;/src"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-03-01 21:38:19 UTC (rev 9562) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-03-01 21:46:31 UTC (rev 9563) @@ -45,6 +45,9 @@ <para>March 1st, 2012</para> <itemizedlist> <listitem> + <para>[rthomsen] - updated to polkit-qt 0.103.0.</para> + </listitem> + <listitem> <para>[rthomsen] - updated to shared-desktop-ontologies 0.9.0.</para> </listitem> <listitem> Modified: trunk/BOOK/kde4/core/polkit-qt.xml =================================================================== --- trunk/BOOK/kde4/core/polkit-qt.xml 2012-03-01 21:38:19 UTC (rev 9562) +++ trunk/BOOK/kde4/core/polkit-qt.xml 2012-03-01 21:46:31 UTC (rev 9563) @@ -6,10 +6,10 @@ <!ENTITY polkit-qt-download-http " "> <!ENTITY polkit-qt-download-ftp "ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/polkit-qt-1-&polkit-qt-version;.tar.bz2"> - <!ENTITY polkit-qt-md5sum "1c5b4113a2a167624b5f716b4f03a219"> + <!ENTITY polkit-qt-md5sum "a105e233e6733fb072c9080cd7ae1af2"> <!ENTITY polkit-qt-size "67 KB"> - <!ENTITY polkit-qt-buildsize "X MB"> - <!ENTITY polkit-qt-time "X SBU"> + <!ENTITY polkit-qt-buildsize "2.5 MB"> + <!ENTITY polkit-qt-time "0.1 SBU"> ]> <sect1 id="polkit-qt" xreflabel="polkit-qt-&polkit-qt-version;"> @@ -29,10 +29,10 @@ <sect2 role="package"> <title>Introduction to Polkit-Qt</title> - <para><application>Polkit-Qt</application> provides API to <application>polkit</application> + <para><application>Polkit-Qt</application> provides an API to <application>polkit</application> in the Qt environment.</para> - &lfs67_checked; + &lfs70_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -69,7 +69,9 @@ <bridgehead renderas="sect4">Required</bridgehead> <para role="required"> - <xref linkend="polkit"/>, + <xref linkend="qt4"/>, + <xref linkend="polkit"/> and + <xref linkend="glib2"/> </para> <para condition="html" role="usernotes">User Notes: @@ -110,13 +112,13 @@ <segmentedlist> <segtitle>Installed Programs</segtitle> - <segtitle>Installed Library</segtitle> - <segtitle>Installed Directory</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> <seglistitem> <seg>None</seg> - <seg>libpolkit-qt-agent-1.so, libpolkit-qt-core-1.so, libpolkit-qt-gui-1.so</seg> - <seg>None</seg> + <seg>libpolkit-qt-agent-1.so, libpolkit-qt-core-1.so and libpolkit-qt-gui-1.so</seg> + <seg>$KDE4_PREFIX/include/polkit-qt-1</seg> </seglistitem> </segmentedlist> <!-- -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
