Git commit 4f4b228433180cb4d624475f85ed484d7603fd51 by Christophe Marin. Committed on 24/05/2023 at 08:49. Pushed by ltoscano into branch 'master'.
Rename the buildsycoca man page M +1 -1 docs/CMakeLists.txt D +0 -1 docs/kbuildsycoca5/CMakeLists.txt A +1 -0 docs/kbuildsycoca6/CMakeLists.txt R +6 -6 docs/kbuildsycoca6/man-kbuildsycoca6.8.docbook [from: docs/kbuildsycoca5/man-kbuildsycoca5.8.docbook - 092% similarity] https://invent.kde.org/frameworks/kservice/-/commit/4f4b228433180cb4d624475f85ed484d7603fd51 diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index a86318cb..4010ec24 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1 +1 @@ -add_subdirectory(kbuildsycoca5) +add_subdirectory(kbuildsycoca6) diff --git a/docs/kbuildsycoca5/CMakeLists.txt b/docs/kbuildsycoca5/CMakeLists.txt deleted file mode 100644 index af2854f3..00000000 --- a/docs/kbuildsycoca5/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -kdoctools_create_manpage(man-kbuildsycoca5.8.docbook 8 INSTALL_DESTINATION ${KDE_INSTALL_MANDIR}) diff --git a/docs/kbuildsycoca6/CMakeLists.txt b/docs/kbuildsycoca6/CMakeLists.txt new file mode 100644 index 00000000..b626c850 --- /dev/null +++ b/docs/kbuildsycoca6/CMakeLists.txt @@ -0,0 +1 @@ +kdoctools_create_manpage(man-kbuildsycoca6.8.docbook 8 INSTALL_DESTINATION ${KDE_INSTALL_MANDIR}) diff --git a/docs/kbuildsycoca5/man-kbuildsycoca5.8.docbook b/docs/kbuildsycoca6/man-kbuildsycoca6.8.docbook similarity index 92% rename from docs/kbuildsycoca5/man-kbuildsycoca5.8.docbook rename to docs/kbuildsycoca6/man-kbuildsycoca6.8.docbook index 915a81f8..a9f8f0be 100644 --- a/docs/kbuildsycoca5/man-kbuildsycoca5.8.docbook +++ b/docs/kbuildsycoca6/man-kbuildsycoca6.8.docbook @@ -31,12 +31,12 @@ </refentryinfo> <refmeta> -<refentrytitle><command>kbuildsycoca5</command></refentrytitle> +<refentrytitle><command>kbuildsycoca6</command></refentrytitle> <manvolnum>8</manvolnum> </refmeta> <refnamediv> -<refname><command>kbuildsycoca5</command></refname> +<refname><command>kbuildsycoca6</command></refname> <refpurpose>Rebuilds the KService desktop file system configuration cache</refpurpose> </refnamediv> @@ -44,7 +44,7 @@ <title>Synopsis</title> <cmdsynopsis> -<command>kbuildsycoca5</command> +<command>kbuildsycoca6</command> <group choice="opt" rep="repeat"><replaceable class="option">OPTIONS</replaceable></group> </cmdsynopsis> @@ -56,7 +56,7 @@ <title>Description</title> <para> -<command>kbuildsycoca5</command> builds binary cache of the data stored in +<command>kbuildsycoca6</command> builds binary cache of the data stored in <literal role="extension">.desktop</literal> and &MIME; type <literal role="extension">.xml</literal> files that the KService framework uses to find plugins, applications and other services. @@ -159,9 +159,9 @@ Show version information. <title>Files</title> <variablelist> <varlistentry> -<term><filename><varname>cachedir</varname>/ksycoca5_[lang]_[sha1-of-dirs]</filename></term> +<term><filename><varname>cachedir</varname>/ksycoca6_[lang]_[sha1-of-dirs]</filename></term> <listitem> -<para>The KService cache generated by <command>kbuildsycoca5</command>. On &UNIX; systems, <varname>cachedir</varname> +<para>The KService cache generated by <command>kbuildsycoca6</command>. On &UNIX; systems, <varname>cachedir</varname> is typically <filename class="directory"><envar>XDG_CACHE_HOME</envar></filename>.</para> </listitem> </varlistentry>
