[frameworks/kded] docs: port man page to kded6
Nicolas Fella
null at kde.org
Tue Jun 27 20:53:35 BST 2023
Git commit 04920dd82629b7df2e98c469dea76fddbce7d06f by Nicolas Fella, on behalf of Jonathan Esk-Riddell.
Committed on 27/06/2023 at 19:44.
Pushed by nicolasfella into branch 'master'.
port man page to kded6
M +1 -1 docs/CMakeLists.txt
D +0 -1 docs/kded5/CMakeLists.txt
A +1 -0 docs/kded6/CMakeLists.txt
R +16 -16 docs/kded6/man-kded6.8.docbook [from: docs/kded5/man-kded5.8.docbook - 077% similarity]
https://invent.kde.org/frameworks/kded/-/commit/04920dd82629b7df2e98c469dea76fddbce7d06f
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
index 89aea79..2493c8a 100644
--- a/docs/CMakeLists.txt
+++ b/docs/CMakeLists.txt
@@ -1 +1 @@
-add_subdirectory(kded5)
+add_subdirectory(kded6)
diff --git a/docs/kded5/CMakeLists.txt b/docs/kded5/CMakeLists.txt
deleted file mode 100644
index 2c8020c..0000000
--- a/docs/kded5/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-kdoctools_create_manpage(man-kded5.8.docbook 8 INSTALL_DESTINATION ${KDE_INSTALL_MANDIR})
diff --git a/docs/kded6/CMakeLists.txt b/docs/kded6/CMakeLists.txt
new file mode 100644
index 0000000..28e371c
--- /dev/null
+++ b/docs/kded6/CMakeLists.txt
@@ -0,0 +1 @@
+kdoctools_create_manpage(man-kded6.8.docbook 8 INSTALL_DESTINATION ${KDE_INSTALL_MANDIR})
diff --git a/docs/kded5/man-kded5.8.docbook b/docs/kded6/man-kded6.8.docbook
similarity index 77%
rename from docs/kded5/man-kded5.8.docbook
rename to docs/kded6/man-kded6.8.docbook
index 2e0bf7b..9fe3db1 100644
--- a/docs/kded5/man-kded5.8.docbook
+++ b/docs/kded6/man-kded6.8.docbook
@@ -6,7 +6,7 @@
<refentry lang="&language;">
<refentryinfo>
-<title>kded5 User's Manual</title>
+<title>kded6 User's Manual</title>
<author>
<firstname>David</firstname>
<surname>Faure</surname>
@@ -25,19 +25,19 @@
</affiliation>
</author>
-<date>2014-03-22</date>
-<releaseinfo>Frameworks 5.0</releaseinfo>
+<date>2023-06-22</date>
+<releaseinfo>Frameworks 6</releaseinfo>
<productname>KDE Frameworks</productname>
</refentryinfo>
<refmeta>
-<refentrytitle><command>kded5</command></refentrytitle>
+<refentrytitle><command>kded6</command></refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
-<refname><command>kded5</command></refname>
+<refname><command>kded6</command></refname>
<refpurpose>&kde; daemon - triggers Sycoca database updates when needed.</refpurpose>
</refnamediv>
@@ -45,7 +45,7 @@
<title>Synopsis</title>
<cmdsynopsis>
-<command>kded5</command>
+<command>kded6</command>
<arg choice="opt">--check</arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -53,15 +53,15 @@
<refsect1>
<title>Description</title>
-<para><command>kded5</command> consolidates several small services in one process. These are mostly &DBus; services provided by KDED modules, but it also manages sycoca (a binary cache of servicetypes, &MIME; types and services used by KService) and KConfig update scripts as needed.</para>
+<para><command>kded6</command> consolidates several small services in one process. These are mostly &DBus; services provided by KDED modules, but it also manages sycoca (a binary cache of servicetypes, &MIME; types and services used by KService) and KConfig update scripts as needed.</para>
-<para>For sycoca, it monitors the directories containing .desktop files. When a file is added/removed, it waits 5 seconds (in case of a series of updates), and then launches <command>kbuildsycoca5</command> to update the sycoca.</para>
+<para>For sycoca, it monitors the directories containing .desktop files. When a file is added/removed, it waits 5 seconds (in case of a series of updates), and then launches <command>kbuildsycoca6</command> to update the sycoca.</para>
<para>For KConfig, it checks newly-installed update files, &ie; the *.upd files used to update configuration files of users when the configuration file formats changes, and runs the KConfig update utility to perform the updates.</para>
-<para>Those tasks are also run when <command>kded5</command> is started to ensure that the user configuration is up to date.</para>
+<para>Those tasks are also run when <command>kded6</command> is started to ensure that the user configuration is up to date.</para>
-<para>You do not normally need to run <command>kded5</command> directly; &plasma; desktop sessions run it automatically, and it is started on demand when an application attempts to use a &DBus; interface provided by it or one of its modules.</para>
+<para>You do not normally need to run <command>kded6</command> directly; &plasma; desktop sessions run it automatically, and it is started on demand when an application attempts to use a &DBus; interface provided by it or one of its modules.</para>
</refsect1>
@@ -86,9 +86,9 @@
<refsect1>
<title>Configuration</title>
-<para><command>kded5</command> can be configured with the <filename>kded5rc</filename> ini-style configuration file. On &UNIX; systems, this can be found at <filename><varname>$XDG_CONFIG_HOME</varname>/kded5rc</filename>; if <varname>$XDG_CONFIG_HOME</varname> is not set, this defaults to <filename>~/.config/kded5rc</filename>.</para>
+<para><command>kded6</command> can be configured with the <filename>kded6rc</filename> ini-style configuration file. On &UNIX; systems, this can be found at <filename><varname>$XDG_CONFIG_HOME</varname>/kded6rc</filename>; if <varname>$XDG_CONFIG_HOME</varname> is not set, this defaults to <filename>~/.config/kded6rc</filename>.</para>
-<para>Configuration file entries are read on-demand, so changes can be made while <command>kded5</command> is running. However, all the current configuration options only really affect the startup behaviour of <command>kded5</command>.</para>
+<para>Configuration file entries are read on-demand, so changes can be made while <command>kded6</command> is running. However, all the current configuration options only really affect the startup behaviour of <command>kded6</command>.</para>
<para>The <option>[General]</option> section has the following options:
<variablelist>
@@ -104,7 +104,7 @@
</varlistentry>
<varlistentry>
<term><option>CheckFileStamps</option></term>
-<listitem><para>Whether to check file timestamps when performing the initial sycoca update (default: <constant>true</constant>). See the documentation for <command>kbuildsycoca5</command> for more details.</para>
+<listitem><para>Whether to check file timestamps when performing the initial sycoca update (default: <constant>true</constant>). See the documentation for <command>kbuildsycoca6</command> for more details.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -115,7 +115,7 @@
</variablelist>
</para>
-<para>Each module also has a <option>[Module-<replaceable>name</replaceable>]</option> section in <filename>kded5rc</filename>, where <replaceable>name</replaceable> is the name of the module's desktop file without the <filename>.desktop</filename> extension. This contains an <option>autoload</option> option that specifies whether the module should be automatically loaded when <command>kded5</command> is started (default: <constant>false</constant>). Note that this setting can also be changed via <command>kded5</command>'s &DBus; interface.</para>
+<para>Each module also has a <option>[Module-<replaceable>name</replaceable>]</option> section in <filename>kded6rc</filename>, where <replaceable>name</replaceable> is the name of the module's desktop file without the <filename>.desktop</filename> extension. This contains an <option>autoload</option> option that specifies whether the module should be automatically loaded when <command>kded6</command> is started (default: <constant>false</constant>). Note that this setting can also be changed via <command>kded6</command>'s &DBus; interface.</para>
</refsect1>
@@ -123,8 +123,8 @@
<refsect1>
<title>See Also</title>
<para>
-<citerefentry><refentrytitle>kbuildsycoca5</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
-<citerefentry><refentrytitle>kdeinit5</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+<citerefentry><refentrytitle>kbuildsycoca6</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
+<citerefentry><refentrytitle>kdeinit6</refentrytitle><manvolnum>8</manvolnum></citerefentry>
</para>
</refsect1>
More information about the kde-doc-english
mailing list