Changeset 4d297e30


Ignore:
Timestamp:
03/01/2012 09:46:31 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
27b160c
Parents:
cd51da4
Message:

Updated polkit-qt.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcd51da4 r4d297e30  
    665665<!ENTITY qimageblitz-version          "0.0.6">
    666666<!ENTITY shared-desktop-ontologies-version "0.9.0">
    667 <!ENTITY polkit-qt-version            "0.99.0">
     667<!ENTITY polkit-qt-version            "0.103.0">
    668668<!ENTITY kde4pim-version              "4.4.10">
    669669<!ENTITY kde4-download-http-pim       "http://mirrors.isc.org/pub/kde/&kde4-branch;/kdepim-&kde4pim-version;/src">
  • introduction/welcome/changelog.xml

    rcd51da4 r4d297e30  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[rthomsen] - updated to polkit-qt 0.103.0.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[rthomsen] - updated to shared-desktop-ontologies 0.9.0.</para>
    4952        </listitem>
  • kde4/core/polkit-qt.xml

    rcd51da4 r4d297e30  
    77  <!ENTITY polkit-qt-download-http " ">
    88  <!ENTITY polkit-qt-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/polkit-qt-1-&polkit-qt-version;.tar.bz2">
    9   <!ENTITY polkit-qt-md5sum        "1c5b4113a2a167624b5f716b4f03a219">
     9  <!ENTITY polkit-qt-md5sum        "a105e233e6733fb072c9080cd7ae1af2">
    1010  <!ENTITY polkit-qt-size          "67 KB">
    11   <!ENTITY polkit-qt-buildsize     "X MB">
    12   <!ENTITY polkit-qt-time          "X SBU">
     11  <!ENTITY polkit-qt-buildsize     "2.5 MB">
     12  <!ENTITY polkit-qt-time          "0.1 SBU">
    1313]>
    1414
     
    3030    <title>Introduction to Polkit-Qt</title>
    3131
    32     <para><application>Polkit-Qt</application> provides API to <application>polkit</application>
     32    <para><application>Polkit-Qt</application> provides an API to <application>polkit</application>
    3333    in the Qt environment.</para>
    3434
    35     &lfs67_checked;
     35    &lfs70_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7070    <bridgehead renderas="sect4">Required</bridgehead>
    7171    <para role="required">
    72     <xref linkend="polkit"/>,
     72    <xref linkend="qt4"/>,
     73    <xref linkend="polkit"/> and
     74    <xref linkend="glib2"/>
    7375    </para>
    7476
     
    111113    <segmentedlist>
    112114      <segtitle>Installed Programs</segtitle>
    113       <segtitle>Installed Library</segtitle>
    114       <segtitle>Installed Directory</segtitle>
     115      <segtitle>Installed Libraries</segtitle>
     116      <segtitle>Installed Directories</segtitle>
    115117
    116118      <seglistitem>
    117119        <seg>None</seg>
    118         <seg>libpolkit-qt-agent-1.so, libpolkit-qt-core-1.so, libpolkit-qt-gui-1.so</seg>
    119         <seg>None</seg>
     120        <seg>libpolkit-qt-agent-1.so, libpolkit-qt-core-1.so and libpolkit-qt-gui-1.so</seg>
     121        <seg>$KDE4_PREFIX/include/polkit-qt-1</seg>
    120122      </seglistitem>
    121123    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.