Changeset 288406c7 for kde


Ignore:
Timestamp:
03/22/2016 04:32:23 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
019040fe
Parents:
94881bd
Message:

Complete KDE reorg (before update), more svn keywords and mime-type fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17148 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
kde
Files:
5 edited
63 moved

Legend:

Unmodified
Added
Removed
  • kde/add/libkdcraw.xml

    r94881bd r288406c7  
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy: rthomsen $</othername>
    20     <date>$Date: 2014-04-17 04:42:57 -0500 (Thu, 17 Apr 2014) $</date>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
    2121  </sect1info>
    2222
  • kde/core/core.xml

    r94881bd r288406c7  
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automoc4.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="phonon.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="phonon-backend-gstreamer.xml"/>
    21   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="phonon-backend-vlc.xml"/>
    2219  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="akonadi.xml"/>
    2320  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attica.xml"/>
    2421  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qimageblitz.xml"/>
    25   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit-qt.xml"/>
    2622  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kdelibs.xml"/>
    2723  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kfilemetadata.xml"/>
  • kde/extra-cmake-modules.xml

    r94881bd r288406c7  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  <!ENTITY % general-entities SYSTEM "../general.ent">
    55  %general-entities;
    66]>
     
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-09 22:03:42 +0200 (Thu, 09 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/introduction.xml

    r94881bd r288406c7  
    1111-->
    1212
    13 <chapter id="kde-prereq">
     13<chapter id="kde-prereq" xreflabel="Introduction to KDE">
    1414  <?dbhtml filename="introduction.html"?>
    1515
    16   <title>Introduction</title>
     16  <title>Introduction to KDE</title>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kde-intro.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pre-install-config.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="phonon.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="phonon-backend-gstreamer.xml"/>
     21  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="phonon-backend-vlc.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit-qt.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdbusmenuqt.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="extra-cmake-modules.xml"/>
    2025
    2126</chapter>
  • kde/kde-intro.xml

    r94881bd r288406c7  
    1414  </sect1info>
    1515
    16   <title>Introduction to KDE</title>
     16  <title>KDE Preliminaries</title>
    1717
    18   <para><application>KDE</application> Software Compilation 4 is a
    19   comprehensive desktop environment with a huge number of applications
    20   written for it and a huge amount of users. It is based on the
    21   <application>Qt</application> framework.</para>
     18  <para><application>KDE</application> is a comprehensive desktop environment
     19  with a huge number of applications written for it and a huge amount of users.
     20  It is based on the <application>Qt</application> framework.</para>
     21
     22  <para>There are two versions of <application>KDE</application>. KDE4
     23  is a mature version that combines libraries and the desktop environment
     24  into one set of packages and has numerous appplications that can be
     25  built on that base.  For KDE5, the libraries, now called KDE Frameworks
     26  5 or KF5, are separate from the desktop environment called KDE Plasma 5.
     27  Both envionments can be installed, but Plasma is not yet considered
     28  stable.</para>
     29
    2230  <para>For more information visit the official KDE project site at
    2331  <ulink url="http://www.kde.org/"/>.</para>
    2432
    25   <sect2><title>Build order</title>
     33  <sect2><title>Common Packages</title>
    2634
    27   <para>The core <application>KDE</application> packages are listed in the
     35  <para>There are several packages that are common to both versions of KDE.
     36  These packages are presented in the following sections of this chapter.</para>
     37
     38  <!-- <para>The core <application>KDE</application> packages are listed in the
    2839  recommended and tested build order. The additional
    29   <application>KDE</application> packages can be built in any order.</para>
     40  <application>KDE</application> packages can be built in any order.</para>-->
    3041
    3142  </sect2>
  • kde/kde.xml

    r94881bd r288406c7  
    1616  <title>KDE</title>
    1717
     18<partintro>
     19  <para><application>KDE</application> is a comprehensive desktop environment
     20  with a huge number of applications written for it and a huge amount of users.
     21  It is based on the <application>Qt</application> framework.</para>
     22
     23  <para>There are two versions of <application>KDE</application>. KDE4
     24  is a mature version that combines libraries and the desktop environment
     25  into one set of packages and has numerous appplications that can be
     26  built on that base.  For KDE5, the libraries, now called KDE Frameworks
     27  5 or KF5, are separate from the desktop environment called KDE Plasma 5.
     28  </para>
     29
     30  <para>For more information visit the official KDE project site at
     31  <ulink url="http://www.kde.org/"/>.</para>
     32</partintro>
     33
    1834  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
    1935  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="core/core.xml"/>
    2036  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="add/add.xml"/>
     37  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kf5/kf5.xml"/>
     38  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kf5-apps/kf5-apps.xml"/>
     39  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="plasma5/plasma5.xml"/>
    2140<!--
    2241  Language packs!
  • kde/kf5-apps/akonadi-search.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-18 22:35:32 +0200 (Sat, 18 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/akonadi.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-25 18:13:26 +0200 (Sat, 25 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/ark.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-23 14:29:15 +0200 (Thu, 23 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/baloo-widgets.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-21 15:31:01 +0200 (Tue, 21 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/gwenview.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-25 18:13:26 +0200 (Sat, 25 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/kate.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-21 16:07:43 +0200 (Tue, 21 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/kde-baseapps.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-21 16:07:43 +0200 (Tue, 21 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/kdepim-runtime.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-25 19:35:50 +0200 (Sat, 25 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/kdepim.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-25 18:13:26 +0200 (Sat, 25 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/kdepimlibs.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-25 18:13:26 +0200 (Sat, 25 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/kf5-apps.xml

    r94881bd r288406c7  
    77
    88<!--
    9 $LastChangedBy: krejzi $
    10 $Date: 2014-10-25 19:35:50 +0200 (Sat, 25 Oct 2014) $
     9$LastChangedBy$
     10$Date$
    1111-->
    1212
  • kde/kf5-apps/kmix.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-25 18:13:26 +0200 (Sat, 25 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/konsole.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-21 16:07:43 +0200 (Tue, 21 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/ksnapshot.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-25 18:13:26 +0200 (Sat, 25 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/libkdcraw.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-23 14:29:15 +0200 (Thu, 23 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/libkexiv2.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-23 14:29:15 +0200 (Thu, 23 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/libkgapi.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-18 22:35:32 +0200 (Sat, 18 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5-apps/okular.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-25 18:13:26 +0200 (Sat, 25 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5/intro.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/kf5/kde-frameworks.xml

    r94881bd r288406c7  
    1414
    1515  <sect1info>
    16     <othername>$LastChangedBy: krejzi $</othername>
    17     <date>$Date: 2014-10-18 12:56:53 +0200 (Sat, 18 Oct 2014) $</date>
     16    <othername>$LastChangedBy$</othername>
     17    <date>$Date$</date>
    1818  </sect1info>
    1919
     
    9191      <xref linkend="NetworkManager"/>,
    9292      <xref linkend="perl-uri"/>,
    93       <xref linkend="phonon5"/>,
     93      <xref linkend="phonon"/>,
    9494      <xref linkend="shared-mime-info"/> and
    9595      <xref linkend="wget"/> (required to download the packages)
     
    100100      <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
    101101      <xref linkend="aspell"/> (Dictionary backend for Sonnet),
    102       <xref linkend="libdbusmenu-qt5"/> and
    103       <xref linkend="polkit-qt5"/> (Authentication backend for KAuth)
     102      <xref linkend="libdbusmenu-qt"/> and
     103      <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
    104104    </para>
    105105
  • kde/kf5/kf5.xml

    r94881bd r288406c7  
    77
    88<!--
    9 $LastChangedBy: krejzi $
    10 $Date: 2014-10-18 11:51:01 +0200 (Sat, 18 Oct 2014) $
     9$LastChangedBy$
     10$Date$
    1111-->
    1212
     
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intro.xml"/>
    1919  <!-- -->
    20   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="extra-cmake-modules.xml"/>
    2120  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grantlee.xml"/> -->
    22   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdbusmenu-qt.xml"/>
    23   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="phonon.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="phonon-backend-gstreamer.xml"/>
    25   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="phonon-backend-vlc.xml"/>
    26   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit-qt.xml"/>
    2721  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qca-qt5.xml"/> -->
    2822  <!-- -->
  • kde/kf5/qca-qt5.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-26 16:35:43 +0100 (Sun, 26 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/libdbusmenuqt.xml

    r94881bd r288406c7  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  <!ENTITY % general-entities SYSTEM "../general.ent">
    55  %general-entities;
    66]>
    77
    8 <sect1 id="polkit-qt5" xreflabel="Polkit-Qt-&polkit-qt5-version;">
    9   <?dbhtml filename="polkit-qt.html"?>
     8<sect1 id="libdbusmenu-qt5" xreflabel="libdbusmenu-qt-&libdbusmenu-qt5-version;">
     9  <?dbhtml filename="libdbusmenu-qt.html"?>
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-09 22:03:42 +0200 (Thu, 09 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
    16   <title>Polkit-Qt-&polkit-qt5-version;</title>
     16  <title>libdbusmenu-qt-&libdbusmenu-qt5-version;</title>
    1717
    18   <indexterm zone="polkit-qt5">
    19     <primary sortas="a-Polkit-Qt">Polkit-Qt</primary>
     18  <indexterm zone="libdbusmenu-qt5">
     19    <primary sortas="a-libdbusmenu-qt">libdbusmenu-qt</primary>
    2020  </indexterm>
    2121
    2222  <sect2 role="package">
    23     <title>Introduction to Polkit-Qt</title>
     23    <title>Introduction to libdbusmenu-qt</title>
    2424
    2525    <para>
    26       The <application>Polkit-Qt</application> package contains a library
    27       that lets developers use the PolicyKit API through a nice
    28       Qt5-styled API.
     26      The <application>libdbusmenu-qt</application> package contains a library
     27      that provides a Qt5 implementation of the DBusMenu protocol.
    2928    </para>
    3029
     
    3534      <listitem>
    3635        <para>
    37           Download (HTTP): <ulink url="&polkit-qt5-download-http;"/>
     36          Download (HTTP): <ulink url="&libdbusmenu-qt5-download-http;"/>
    3837        </para>
    3938      </listitem>
    4039      <listitem>
    4140        <para>
    42           Download (FTP): <ulink url="&polkit-qt5-download-ftp;"/>
     41          Download (FTP): <ulink url="&libdbusmenu-qt5-download-ftp;"/>
    4342        </para>
    4443      </listitem>
    4544      <listitem>
    4645        <para>
    47           Download MD5 sum: &polkit-qt5-md5sum;
     46          Download MD5 sum: &libdbusmenu-qt5-md5sum;
    4847        </para>
    4948      </listitem>
    5049      <listitem>
    5150        <para>
    52           Download size: &polkit-qt5-size;
     51          Download size: &libdbusmenu-qt5-size;
    5352        </para>
    5453      </listitem>
    5554      <listitem>
    5655        <para>
    57           Estimated disk space required: &polkit-qt5-buildsize;
     56          Estimated disk space required: &libdbusmenu-qt5-buildsize;
    5857        </para>
    5958      </listitem>
    6059      <listitem>
    6160        <para>
    62           Estimated build time: &polkit-qt5-time;
     61          Estimated build time: &libdbusmenu-qt5-time;
    6362        </para>
    6463      </listitem>
    6564    </itemizedlist>
    6665
    67     <bridgehead renderas="sect3">Polkit-Qt Dependencies</bridgehead>
     66    <bridgehead renderas="sect3">libdbusmenu-qt Dependencies</bridgehead>
    6867
    6968    <bridgehead renderas="sect4">Required</bridgehead>
    7069    <para role="required">
    71       <xref linkend="polkit"/> and
     70      <xref linkend="cmake"/> and
    7271      <xref linkend="qt5"/>
    7372    </para>
    7473
     74    <bridgehead renderas="sect4">Optional</bridgehead>
     75    <para role="optional">
     76      <xref linkend="doxygen"/> (for building the API documentation) and
     77      <xref linkend="qjson"/> (for building the test suite)
     78    </para>
     79
    7580    <para condition="html" role="usernotes">
    76       User Notes: <ulink url="&blfs-wiki;/polkit-qt5"/>
     81      User Notes: <ulink url="&blfs-wiki;/libdbusmenu-qt5"/>
    7782    </para>
    7883  </sect2>
    7984
    8085  <sect2 role="installation">
    81     <title>Installation of Polkit-Qt</title>
     86    <title>Installation of libdbusmenu-qt</title>
    8287
    8388    <para>
    84       Install <application>Polkit-Qt</application> by running the following
     89      Install <application>libdbusmenu-qt</application> by running the following
    8590      commands:
    8691    </para>
     
    9297      -DCMAKE_BUILD_TYPE=Release  \
    9398      -DCMAKE_INSTALL_LIBDIR=lib  \
     99      -DWITH_DOC=OFF              \
    94100      .. &amp;&amp;
    95101make</userinput></screen>
     
    111117
    112118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113       href="../../xincludes/cmake-release.xml"/>
     119      href="../xincludes/cmake-release.xml"/>
    114120
    115121    <para>
    116       <parameter>-DCMAKE_INSTALL_LIBDIR=lib</parameter>: This switch is
    117       used to get libraries to install to <filename
     122      <parameter>-DCMAKE_INSTALL_LIBDIR=lib</parameter>: This switch is used
     123      to get libraries to install to <filename
    118124      class="directory">/usr/lib</filename> instead of <filename
    119125      class="directory">/usr/lib64</filename> on a 64 bit system.
     126    </para>
     127
     128    <para>
     129      <parameter>-DWITH_DOC=OFF</parameter>: This switch is used to avoid
     130      building the API documentation. Omit it if you have installed
     131      <application>Doxygen</application> and want to build the
     132      documentation.
    120133    </para>
    121134
     
    135148        </seg>
    136149        <seg>
    137           libpolkit-qt5-agent-1.so, libpolkit-qt5-core-1.so and libpolkit-qt5-gui-1.so
     150          libdbusmenu-qt5.so
    138151        </seg>
    139152        <seg>
    140           /usr/include/polkit-qt5-1 and
    141           /usr/lib/cmake/PolkitQt5-1
     153          /usr/include/dbusmenu-qt5,
     154          /usr/lib/cmake/dbusmenu-qt5 and
     155          /usr/share/doc/libdbusmenu-qt5-doc
    142156        </seg>
    143157      </seglistitem>
  • kde/phonon-backend-gstreamer.xml

    r94881bd r288406c7  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  <!ENTITY % general-entities SYSTEM "../general.ent">
    55  %general-entities;
    66
  • kde/phonon-backend-vlc.xml

    r94881bd r288406c7  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  <!ENTITY % general-entities SYSTEM "../general.ent">
    55  %general-entities;
    66
  • kde/phonon.xml

    r94881bd r288406c7  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  <!ENTITY % general-entities SYSTEM "../general.ent">
    55  %general-entities;
    66
  • kde/plasma5/baloo.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/bluedevil.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-25 18:13:26 +0200 (Sat, 25 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/breeze.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/intro.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-07-16 00:59:46 +0200 (Wed, 16 Jul 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/kde-cli-tools.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/kdecoration.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 18:17:48 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/kdeplasma-addons.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 19:23:14 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/kfilemetadata.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/khelpcenter.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/khotkeys.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/kinfocenter.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/kio-extras.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/kmenuedit.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/kscreen.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-25 19:35:50 +0200 (Sat, 25 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/ksysguard.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/kwayland.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 18:17:48 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/kwin.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/kwrited.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/libkscreen.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/libksysguard.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/milou.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/oxygen-fonts.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/oxygen.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/plasma-desktop.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/plasma-nm.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/plasma-workspace-wallpapers.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/plasma-workspace.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-25 19:35:50 +0200 (Sat, 25 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/plasma5.xml

    r94881bd r288406c7  
    77
    88<!--
    9 $LastChangedBy: krejzi $
    10 $Date: 2014-10-19 19:23:14 +0200 (Sun, 19 Oct 2014) $
     9$LastChangedBy$
     10$Date$
    1111-->
    1212
  • kde/plasma5/polkit-kde-agent.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-25 19:35:50 +0200 (Sat, 25 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
     
    7070    <para role="required">
    7171      <xref linkend="kf5"/> and
    72       <xref linkend="polkit-qt5"/>
     72      <xref linkend="polkit-qt"/>
    7373    </para>
    7474
  • kde/plasma5/powerdevil.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-19 17:01:03 +0200 (Sun, 19 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/sddm.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-11-01 12:26:04 +0100 (Sat, 01 Nov 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/starting.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-07-24 17:40:59 +0200 (Thu, 24 Jul 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/plasma5/systemsettings.xml

    r94881bd r288406c7  
    1010
    1111  <sect1info>
    12     <othername>$LastChangedBy: krejzi $</othername>
    13     <date>$Date: 2014-10-25 19:35:50 +0200 (Sat, 25 Oct 2014) $</date>
     12    <othername>$LastChangedBy$</othername>
     13    <date>$Date$</date>
    1414  </sect1info>
    1515
  • kde/polkit-qt.xml

    r94881bd r288406c7  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  <!ENTITY % general-entities SYSTEM "../general.ent">
    55  %general-entities;
    66
Note: See TracChangeset for help on using the changeset viewer.