Hello community, here is the log from the commit of package kded for openSUSE:Factory checked in at 2020-11-19 11:50:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kded (Old) and /work/SRC/openSUSE:Factory/.kded.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kded" Thu Nov 19 11:50:20 2020 rev:86 rq:848542 version:5.76.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kded/kded.changes 2020-10-12 13:55:49.626128917 +0200 +++ /work/SRC/openSUSE:Factory/.kded.new.5913/kded.changes 2020-11-23 10:31:58.241458636 +0100 @@ -1,0 +2,12 @@ +Sat Nov 7 21:34:33 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 5.76.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.76.0 +- Changes since 5.75.0: + * If include is define in .h remove it if it's defined in .cpp too (scripted) + * Various fixes + * Documentation fixes: Use more entities, change http: to https: + +------------------------------------------------------------------- Old: ---- kded-5.75.0.tar.xz kded-5.75.0.tar.xz.sig New: ---- kded-5.76.0.tar.xz kded-5.76.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kded.spec ++++++ --- /var/tmp/diff_new_pack.c00YwK/_old 2020-11-23 10:31:58.817459270 +0100 +++ /var/tmp/diff_new_pack.c00YwK/_new 2020-11-23 10:31:58.821459274 +0100 @@ -16,14 +16,14 @@ # -%define _tar_path 5.75 +%define _tar_path 5.76 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: kded -Version: 5.75.0 +Version: 5.76.0 Release: 0 Summary: Central daemon of KDE workspaces License: LGPL-2.1-or-later ++++++ kded-5.75.0.tar.xz -> kded-5.76.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.75.0/CMakeLists.txt new/kded-5.76.0/CMakeLists.txt --- old/kded-5.75.0/CMakeLists.txt 2020-10-04 20:42:17.000000000 +0200 +++ new/kded-5.76.0/CMakeLists.txt 2020-11-07 13:03:09.000000000 +0100 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.75.0") # handled by release scripts -set(KF5_DEP_VERSION "5.75.0") # handled by release scripts +set(KF5_VERSION "5.76.0") # handled by release scripts +set(KF5_DEP_VERSION "5.76.0") # handled by release scripts project(KDED VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.75.0 NO_MODULE) +find_package(ECM 5.76.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -41,7 +41,7 @@ # We don't install kded_version.h, it's only useful internally # (given that this framework produces no library) add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054900) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054B00) add_definitions(-DQT_NO_FOREACH) if (KF5DocTools_FOUND) if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.75.0/docs/kded5/man-kded5.8.docbook new/kded-5.76.0/docs/kded5/man-kded5.8.docbook --- old/kded-5.75.0/docs/kded5/man-kded5.8.docbook 2020-10-04 20:42:17.000000000 +0200 +++ new/kded-5.76.0/docs/kded5/man-kded5.8.docbook 2020-11-07 13:03:09.000000000 +0100 @@ -53,15 +53,15 @@ <refsect1> <title>Description</title> -<para><command>kded5</command> consolidates several small services in one process. These are mostly D-Bus services provided by KDED modules, but it also manages sycoca (a binary cache of servicetypes, mimetypes and services used by KService) and KConfig update scripts as needed.</para> +<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>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 KConfig, it checks newly-installed update files, i.e. 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>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>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 D-Bus interface provided by it or one of its modules.</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> </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>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>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>kded5</command> is running. However, all the current configuration options only really affect the startup behaviour of <command>kded5</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>kbuildsycoca5</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 D-Bus interface.</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> </refsect1> @@ -132,7 +132,7 @@ <refsect1> <title>Bugs</title> -<para>Please use <ulink url="http://bugs.kde.org">KDE's bugtracker</ulink> to report bugs.</para> +<para>Please use <ulink url="https://bugs.kde.org">&kde;'s bugtracker</ulink> to report bugs.</para> </refsect1> </refentry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.75.0/org.kde.kded5.desktop new/kded-5.76.0/org.kde.kded5.desktop --- old/kded-5.75.0/org.kde.kded5.desktop 2020-10-04 20:42:17.000000000 +0200 +++ new/kded-5.76.0/org.kde.kded5.desktop 2020-11-07 13:03:09.000000000 +0100 @@ -4,10 +4,13 @@ Name=KDED Name[az]=KDED Name[ca]=KDED +Name[da]=KDED Name[de]=KDED Name[el]=KDED Name[en_GB]=KDED Name[es]=KDED +Name[et]=KDED +Name[eu]=KDED Name[fr]=KDED Name[it]=KDED Name[ko]=KDED @@ -22,6 +25,7 @@ Name[uk]=KDED Name[vi]=KDED Name[x-test]=xxKDEDxx +Name[zh_CN]=KDED Type=Service Icon=kde-frameworks NoDisplay=true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.75.0/po/ca/docs/kded5/man-kded5.8.docbook new/kded-5.76.0/po/ca/docs/kded5/man-kded5.8.docbook --- old/kded-5.75.0/po/ca/docs/kded5/man-kded5.8.docbook 2020-10-04 20:42:17.000000000 +0200 +++ new/kded-5.76.0/po/ca/docs/kded5/man-kded5.8.docbook 2020-11-07 13:03:09.000000000 +0100 @@ -83,27 +83,29 @@ >Descripció</title> <para -><command +>El <command >kded5</command -> consolida una sèrie de petits serveis en un sol procés. Es tracta principalment de serveis de D-Bus proporcionats pels mòduls del KDED, però també gestiona sycoca (un cau binari dels tipus de servei, els tipus MIME i els serveis utilitzats per KService) i els scripts d'actualització de KConfig, segons sigui necessari.</para> +> consolida una sèrie de petits serveis en un sol procés. Es tracta principalment de serveis de &DBus; proporcionats pels mòduls del KDED, però també gestiona sycoca (un cau binari dels tipus de servei, els tipus &MIME; i els serveis utilitzats pel KService) i els scripts d'actualització de KConfig, segons sigui necessari.</para> <para ->Per a sycoca, efectuarà un seguiment dels directoris que contenen fitxers .desktop. Quan s'afegeix o elimina un fitxer, espera 5 segons (en el cas d'una sèrie d'actualitzacions) i, a continuació, llança <command +>Per a sycoca, efectuarà un seguiment dels directoris que contenen fitxers .desktop. Quan s'afegeix o elimina un fitxer, espera 5 segons (en el cas d'una sèrie d'actualitzacions) i, a continuació, llança el <command >kbuildsycoca5</command -> per actualitzar el sycoca.</para> +> per a actualitzar el sycoca.</para> <para ->Per a KConfig, comprova els fitxers d'actualització instal·lats recentment, p. ex. els fitxers *.upd utilitzats per actualitzar els fitxers de configuració quan es canvia el format d'aquests, i executa la utilitat d'actualització KConfig per a realitzar les actualitzacions.</para> +>Per a KConfig, comprova els fitxers d'actualització instal·lats recentment, &pex;, els fitxers <filename class="extension" +>*.upd</filename +> utilitzats per a actualitzar els fitxers de configuració quan es canvia el format d'aquests, i executa la utilitat d'actualització KConfig per a realitzar les actualitzacions.</para> <para ->Aquestes tasques també s'executen quan s'inicia <command +>Aquestes tasques també s'executen quan s'inicia el <command >kded5</command -> per assegurar que la configuració d'usuari està actualitzada.</para> +> per a assegurar que la configuració d'usuari està actualitzada.</para> <para ->Normalment no necessitareu executar <command +>Normalment no necessitareu executar el <command >kded5</command -> directament. Les sessions d'escriptori Plama ho fan automàticament, i s'inicia sota demanda quan una aplicació intenta utilitzar una interfície de D-Bus que el proveeix o un dels seus mòduls.</para> +> directament. Les sessions d'escriptori &plasma; ho fan automàticament, i s'inicia sota demanda quan una aplicació intenta utilitzar una interfície de &DBus; que el proveeix o un dels seus mòduls.</para> </refsect1> @@ -134,17 +136,17 @@ >Configurar</title> <para -><command +>El <command >kded5</command > es pot configurar amb el fitxer de configuració a l'estil ini <filename >kded5rc</filename ->. Sobre els sistemes Unix, el podeu trobar a <filename +>. Sobre els sistemes &UNIX;, el trobareu a <filename ><varname >$XDG_CONFIG_HOME</varname >/kded5rc</filename >. Si no s'ha establert <varname >$XDG_CONFIG_HOME</varname ->, per omissió estarà a <filename +>, de manera predeterminada estarà a <filename >~/.config/kded5rc</filename >.</para> @@ -166,7 +168,7 @@ ></term> <listitem ><para ->Per actualitzar sycoca durant l'arrencada (per omissió: <constant +>Per a actualitzar sycoca durant l'arrencada (predeterminat: <constant >true</constant >).</para> </listitem> @@ -178,7 +180,7 @@ ></term> <listitem ><para ->Per a realitzar les actualitzacions pendents del KConfig durant l'arrencada (per omissió: <constant +>Per a realitzar les actualitzacions pendents del KConfig durant l'arrencada (predeterminat: <constant >true</constant >).</para> </listitem> @@ -190,9 +192,9 @@ ></term> <listitem ><para ->Per a comprovar les marques de temps dels fitxers en realitzar l'actualització inicial de sycoca (per omissió: <constant +>Per a comprovar les marques de temps dels fitxers en realitzar l'actualització inicial de sycoca (predeterminat: <constant >true</constant ->). Per a més detalls vegeu la documentació per a <command +>). Per a més detalls, vegeu la documentació per a <command >kbuildsycoca5</command >.</para> </listitem> @@ -204,7 +206,7 @@ ></term> <listitem ><para ->Per a retardar l'actualització inicial de sycoca fins al voltant d'un minut després de començar (per omissió: <constant +>Per a retardar l'actualització inicial de sycoca fins al voltant d'un minut després de començar (predeterminat: <constant >false</constant >).</para> </listitem> @@ -227,9 +229,9 @@ >autoload</option > que especifica si el mòdul s'haurà de carregar automàticament quan s'inicia > el <command >kded5</command -> (per omissió: <constant +> (predeterminat: <constant >false</constant ->). Tingueu en compte que aquest valor també es pot canviar a través de la interfície de D-Bus del <command +>). Cal tenir en compte que aquest valor també es pot canviar a través de la interfície de &DBus; del <command >kded5</command >.</para> </refsect1> @@ -261,9 +263,9 @@ <title >Errors</title> <para ->Useu el <ulink url="http://bugs.kde.org" ->seguidor d'errors del KDE</ulink -> (escriviu-hi en anglès) per a informar-ne.</para> +>Si us plau, empreu el <ulink url="https://bugs.kde.org" +>Seguidor d'errors del &kde;</ulink +> (escriviu-hi en anglès) per a informar dels errors.</para> </refsect1> </refentry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.75.0/po/de/docs/kded5/man-kded5.8.docbook new/kded-5.76.0/po/de/docs/kded5/man-kded5.8.docbook --- old/kded-5.75.0/po/de/docs/kded5/man-kded5.8.docbook 2020-10-04 20:42:17.000000000 +0200 +++ new/kded-5.76.0/po/de/docs/kded5/man-kded5.8.docbook 2020-11-07 13:03:09.000000000 +0100 @@ -85,7 +85,7 @@ <para ><command >kded5</command -> fasst mehrere kleine Dienste in einem Prozess zusammen. Dies sind vor allem D-Bus-Dienste von KDED-Modulen, aber verwaltet auch die Sycoca-Datenbank, einen binären Zwischenspeicher von Diensttypen, MIME-Typen und Diensten, die von KService benutzt werden., sowie von Aktualisierungs-Skripten für KConfig, falls nötig.</para> +> fasst mehrere kleine Dienste in einem Prozess zusammen. Dies sind vor allem &DBus;-Dienste von KDED-Modulen, aber verwaltet auch die Sycoca-Datenbank, einen binären Zwischenspeicher von Diensttypen, &MIME;-Typen und Diensten, die von KService benutzt werden., sowie von Aktualisierungs-Skripten für KConfig, falls nötig.</para> <para >Es überwacht die Ordner mit .desktop-Dateien für die Systemdatenbank mit den >Einstellungen. Wenn eine neue Datei hinzugefügt oder eine vorhandene entfernt >wird, wartet es 5 Sekunden (falls noch mehr Änderungen vorgenommen werden), >und startet anschließend <command @@ -103,7 +103,7 @@ <para >Normalerweise müssen Sie <command >kded5</command -> nicht direkt ausführen. In Plasma-Sitzungen wird es automatisch ausgeführt und immer dann gestartet, wenn eine Anwendung eine D-Bus-Schnittstelle direkt oder durch eines seiner Module benutzt.</para> +> nicht direkt ausführen. In &plasma;-Sitzungen wird es automatisch ausgeführt und immer dann gestartet, wenn eine Anwendung eine &DBus;-Schnittstelle direkt oder durch eines seiner Module benutzt.</para> </refsect1> @@ -138,7 +138,7 @@ >kded5</command > kann mit der Einrichtungsdatei <filename >kded5rc</filename -> im „ini“-Stil eingestellt werden. Auf Unix-Systemen finden Sie diese Datei in <filename +> im „ini“-Stil eingestellt werden. Auf &UNIX;-Systemen finden Sie diese Datei in <filename ><varname >$XDG_CONFIG_HOME</varname >/kded5rc</filename @@ -229,7 +229,7 @@ >kded5</command > geladen wird. Voreinstellung ist <constant >false</constant -> Beachten Sie, dass diese Einstellung über die D-Bus-Schnittstelle von <command +> Beachten Sie, dass diese Einstellung über die &DBus;-Schnittstelle von <command >kded5</command > geändert werden kann.</para> </refsect1> @@ -261,8 +261,8 @@ <title >Fehler</title> <para ->Bitte berichten Sie Fehler im <ulink url="http://bugs.kde.org" ->Fehlerverfolgungssystem von KDE</ulink +>Bitte berichten Sie Fehler im <ulink url="https://bugs.kde.org" +>Fehlerverfolgungssystem von &kde;</ulink >.</para> </refsect1> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.75.0/po/es/docs/kded5/man-kded5.8.docbook new/kded-5.76.0/po/es/docs/kded5/man-kded5.8.docbook --- old/kded-5.75.0/po/es/docs/kded5/man-kded5.8.docbook 2020-10-04 20:42:17.000000000 +0200 +++ new/kded-5.76.0/po/es/docs/kded5/man-kded5.8.docbook 2020-11-07 13:03:09.000000000 +0100 @@ -85,7 +85,7 @@ <para ><command >kded5</command -> une varios servicios pequeños en un proceso. La mayoría son servicios D-Bus proporcionados por módulos KDED, pero también gestiona sycoca (una caché ninaria de tipos de servicios, tipos MIME y servicios utilizados por KService) y los scripts de actualización de KConfig según se necesite.</para> +> une varios servicios pequeños en un proceso. La mayoría son servicios &DBus; proporcionados por módulos KDED, pero también gestiona sycoca (una caché binaria de tipos de servicios, tipos &MIME; y servicios utilizados por KService) y los scripts de actualización de KConfig según se necesite.</para> <para >Para sycoca, efectuará un seguimiento de los directorios que contienen >archivos .desktop. Cuando se agrega o elimina un archivo, espera 5 segundos >(en el caso de series de actualizaciones) y a continuación, lanza <command @@ -93,7 +93,7 @@ > para actualizar sycoca.</para> <para ->Para KConfig, comprueba archivos de actualización instalados recientemente, p.ej., los archivos *.upd utilizados para actualizar los archivos de configuración de los usuarios cuando cambia el formato de los archivos de configuración, y ejecuta la utilidad de actualización de KConfig para realizar las actualizaciones.</para> +>Para KConfig, comprueba archivos de actualización instalados recientemente, (como los archivos *.upd que se usan para actualizar los archivos de configuración de los usuarios cuando cambia el formato de los archivos de configuración) y ejecuta la utilidad de actualización de KConfig para realizar las actualizaciones.</para> <para >Esas tareas también se realizan siempre que se inicie <command @@ -103,7 +103,7 @@ <para >Normalmente, no se necesita ejecutar <command >kded5</command -> directamente, sino que las sesiones de escritorio de Plasma lo ejecutan automáticamente y se inicia a demanda cuando una aplicación intenta usar una interfaz D-Bus proporcionado por el o por uno de sus módulos.</para> +> directamente, sino que las sesiones de escritorio de &plasma; lo ejecutan automáticamente y se inicia a demanda cuando una aplicación intenta usar una interfaz &DBus; proporcionado por el o por uno de sus módulos.</para> </refsect1> @@ -138,7 +138,7 @@ >kded5</command > se puede configurar con el archivo de configuración de <filename >kded5rc</filename -> ini-style. En los sistemas Unix, se puede encontrar en <filename +> ini-style. En los sistemas &UNIX;, se puede encontrar en <filename ><varname >$XDG_CONFIG_HOME</varname >/kded5rc</filename @@ -229,7 +229,7 @@ >kded5</command > (de manera predeterminada: <constant >false</constant ->). Tenga en cuenta que esta preferencia se puede también se puede cambiar mediante la interfaz D-Bus de <command +>). Tenga en cuenta que esta preferencia se puede también se puede cambiar mediante la interfaz &DBus; de <command >kded5</command >.</para> </refsect1> @@ -261,8 +261,8 @@ <title >Fallos</title> <para ->Por favor, use la <ulink url="http://bugs.kde.org" ->herramienta de seguimiento de fallos de KDE</ulink +>Use la <ulink url="https://bugs.kde.org" +>herramienta de seguimiento de fallos de &kde;</ulink > para informar de fallos.</para> </refsect1> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.75.0/po/it/docs/kded5/man-kded5.8.docbook new/kded-5.76.0/po/it/docs/kded5/man-kded5.8.docbook --- old/kded-5.75.0/po/it/docs/kded5/man-kded5.8.docbook 2020-10-04 20:42:17.000000000 +0200 +++ new/kded-5.76.0/po/it/docs/kded5/man-kded5.8.docbook 2020-11-07 13:03:09.000000000 +0100 @@ -85,7 +85,7 @@ <para ><command >kded5</command -> mette insieme diversi piccoli servizi in un processo. Questi sono per lo più servizi D-Bus forniti dai moduli KDED, ma gestisce anche sycoca (una cache binaria di tipi di servizi, di file e servizi usati da KService) e gli script di aggiornamento di KConfig secondo necessità.</para> +> mette insieme diversi piccoli servizi in un processo. Questi sono per lo più servizi &DBus; forniti dai moduli KDED, ma gestisce anche sycoca (una cache binaria di tipi di servizi, di tipi &MIME; e di servizi usati da KService) e gli script di aggiornamento di KConfig secondo necessità.</para> <para >Per sycoca, sorveglia le cartelle contenenti file <literal role="extension" @@ -95,7 +95,7 @@ > per aggiornare Sycoca.</para> <para ->Per KConfig, controlla i file di aggiornamento installati recentemente, cioè i file <literal role="extension" +>Per KConfig, controlla i file di aggiornamento installati recentemente, &ie; i file <literal role="extension" >*.upd</literal > usati per aggiornare i file di configurazione degli utenti quando cambia il > formato dei file di configurazione, ed esegue il programma di aggiornamento > di KConfig per effettuare gli aggiornamenti.</para> @@ -107,7 +107,7 @@ <para >Normalmente non devi eseguire <command >kded5</command -> direttamente; le sessioni desktop di Plasma lo eseguono da sé, e viene avviato a richiesta quando un'applicazione cerca di usare un'interfaccia D-Bus fornita da kded5 o da uno dei suoi moduli.</para> +> direttamente; le sessioni desktop di &plasma; lo eseguono da sé, e viene avviato a richiesta quando un'applicazione cerca di usare un'interfaccia &DBus; fornita da kded5 o da uno dei suoi moduli.</para> </refsect1> @@ -142,7 +142,7 @@ >kded5</command > può essere configurato con il file di configurazione in stile ini <filename >kded5rc</filename ->. Sui sistemi Unix, questo si può trovare sotto <filename +>. Sui sistemi &UNIX;, questo si può trovare sotto <filename ><varname >$XDG_CONFIG_HOME</varname >/kded5rc</filename @@ -233,7 +233,7 @@ >kded5</filename > (predefinito: <constant >false</constant ->). Nota che questa impostazione può essere modificata anche con l'interfaccia D-Bus di <command +>). Nota che questa impostazione può essere modificata anche con l'interfaccia &DBus; di <command >kded5</command >.</para> </refsect1> @@ -265,8 +265,8 @@ <title >Errori</title> <para ->Usa <ulink url="http://bugs.kde.org" ->il sito di gestione dei bug di KDE</ulink +>Usa <ulink url="https://bugs.kde.org" +>il sito di gestione dei bug di &kde;</ulink > per segnalarli.</para> </refsect1> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.75.0/po/nl/docs/kded5/man-kded5.8.docbook new/kded-5.76.0/po/nl/docs/kded5/man-kded5.8.docbook --- old/kded-5.75.0/po/nl/docs/kded5/man-kded5.8.docbook 2020-10-04 20:42:17.000000000 +0200 +++ new/kded-5.76.0/po/nl/docs/kded5/man-kded5.8.docbook 2020-11-07 13:03:09.000000000 +0100 @@ -85,7 +85,7 @@ <para ><command >kded5</command -> consolideert verschillende kleine services in één proces. Dit zijn meestal D-Bus-services geleverd door KDED-modules, maar het bestuurt ook sycoca (een binaire cache van service-typen, mime-typen en services gebruikt door KService) en KConfig-scripts voor bijwerken zoals nodig is.</para> +> consolideert verschillende kleine services in één proces. Dit zijn meestal &DBus;-services geleverd door KDED-modules, maar het bestuurt ook sycoca (een binaire cache van service-typen, &MIME;-typen en services gebruikt door KService) en KConfig-scripts voor bijwerken zoals nodig is.</para> <para >Voor sycoca monitort het de mappen die .desktop-bestanden bevatten. Wanneer >een bestand wordt toegevoegd/verwijderd, dan wacht het 5 seconden (voor het >geval van een serie wijzigingen) en start dan <command @@ -93,7 +93,7 @@ > om de sycoca bij te werken.</para> <para ->Voor KConfig controleert het nieuw geïnstalleerd bestanden voor bijwerken, dwz. de *.upd bestanden die worden gebruikt om configuratiebestanden van gebruikers bij te werken wanneer de bestandsformaten voor de configuratie zich wijzigen en voert het hulpprogramma voor bijwerken van KConfig om het bijwerken uit te voeren.</para> +>Voor KConfig controleert het nieuw geïnstalleerd bestanden voor bijwerken, &ie; de *.upd bestanden die worden gebruikt om configuratiebestanden van gebruikers bij te werken wanneer de bestandsformaten voor de configuratie zich wijzigen en voert het hulpprogramma voor bijwerken van KConfig om het bijwerken uit te voeren.</para> <para >Deze taken worden ook altijd uitgevoerd bij het starten van <command @@ -103,7 +103,7 @@ <para >Normaal is het niet nodig om <command >kded5</command -> direct uit te voeren; bureaubladsessies van Plasma vieren het automatisch uit en het wordt op aanvraag gestart wanneer een toepassing een D-Bus-interface probeert te gebruiken dat er door geleverd wordt of door een van zijn modulen.</para> +> direct uit te voeren; bureaubladsessies van &plasma; vieren het automatisch uit en het wordt op aanvraag gestart wanneer een toepassing een &DBus;-interface probeert te gebruiken dat er door geleverd wordt of door een van zijn modulen.</para> </refsect1> @@ -138,7 +138,7 @@ >kded5</command > kan geconfigureerd worden met het configuratiebestand <filename >kded5rc</filename -> in ini-stijl. Onder Unix-systemen, is het te vinden in <filename +> in ini-stijl. Onder &UNIX;-systemen, is het te vinden in <filename ><varname >$XDG_CONFIG_HOME</varname >/kded5rc</filename @@ -229,7 +229,7 @@ >kded5</command > wordt gestart (standaard: <constant >false</constant ->). Merk op dat deze instelling gewijzigd kan worden via het D-Bus-interface van <command +>). Merk op dat deze instelling gewijzigd kan worden via het &DBus;-interface van <command >kded5</command >.</para> </refsect1> @@ -261,8 +261,8 @@ <title >Fouten/bugs</title> <para ->Gebruik <ulink url="http://bugskde.org" ->De volger van bugs van KDE</ulink +>Gebruik <ulink url="https://bugskde.org" +>De volger van bugs van &kde;</ulink > om ze te rapporteren.</para> </refsect1> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.75.0/po/sv/docs/kded5/man-kded5.8.docbook new/kded-5.76.0/po/sv/docs/kded5/man-kded5.8.docbook --- old/kded-5.75.0/po/sv/docs/kded5/man-kded5.8.docbook 2020-10-04 20:42:17.000000000 +0200 +++ new/kded-5.76.0/po/sv/docs/kded5/man-kded5.8.docbook 2020-11-07 13:03:09.000000000 +0100 @@ -85,7 +85,7 @@ <para ><command >kded5</command -> sammanför flera små tjänster i en process. De är i huvudsak D-Bus tjänster som tillhandahålls av KDED-moduler, men systemkonfigurationscachen sycoca (en binärcache av tjänsttyper, Mime-typer, och tjänster som används av KService) samt KConfig-uppdateringsskript hanteras också efter behov.</para> +> sammanför flera små tjänster i en process. De är i huvudsak &DBus; tjänster som tillhandahålls av KDED-moduler, men systemkonfigurationscachen sycoca (en binärcache av tjänsttyper, &MIME;-typer, och tjänster som används av KService) samt KConfig-uppdateringsskript hanteras också efter behov.</para> <para >För systemkonfigurationscachen sycoca övervakar den katalogerna som >innehåller .desktop-filer. När en fil läggs till eller tas bort, väntar den 5 >sekunder (i händelse av en serie uppdateringar), och startar därefter <command @@ -103,7 +103,7 @@ <para >Normalt behöver man inte köra <command >kded5</command -> direkt: Plasma-skrivbordssessionen kör det automatiskt, och det startas vid behov när ett program försöker använda ett D-Bus gränssnitt som tillhandahålls av det eller av en av dess moduler.</para> +> direkt: &plasma;-skrivbordssessionen kör det automatiskt, och det startas vid behov när ett program försöker använda ett &DBus; gränssnitt som tillhandahålls av det eller av en av dess moduler.</para> </refsect1> @@ -138,7 +138,7 @@ >kded5</command > kan anpassas med inställningsfilen <filename >kded5rc</filename -> som använder ini-stil. På Unix-system, finns den i <filename +> som använder ini-stil. På &UNIX;-system, finns den i <filename ><varname >$XDG_CONFIG_HOME</varname >/kded5rc</filename @@ -229,7 +229,7 @@ >kded5</command > startas (normalvärde <constant >false</constant ->). Observera att inställningen också kan ändras via D-Bus gränssnittet i <command +>). Observera att inställningen också kan ändras via &DBus; gränssnittet i <command >kded5</command >.</para> </refsect1> @@ -261,8 +261,8 @@ <title >Fel</title> <para ->Använd <ulink url="http://bugs.kde.org" ->KDE:s felspårningssystem</ulink +>Använd <ulink url="https://bugs.kde.org" +>&kde;:s felspårningssystem</ulink > för att rapportera fel.</para> </refsect1> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.75.0/po/uk/docs/kded5/man-kded5.8.docbook new/kded-5.76.0/po/uk/docs/kded5/man-kded5.8.docbook --- old/kded-5.75.0/po/uk/docs/kded5/man-kded5.8.docbook 2020-10-04 20:42:17.000000000 +0200 +++ new/kded-5.76.0/po/uk/docs/kded5/man-kded5.8.docbook 2020-11-07 13:03:09.000000000 +0100 @@ -85,7 +85,7 @@ <para ><command >kded5</command -> поєднує у одному процесі декілька невеликих служб. Цими службами є здебільшого служби D-Bus, роботу яких забезпечують модулі KDED. Окрім того, програма керує sycoca (бінарним кешем даних щодо типів файлів, типів MIME та служб, які використовуються KService) та скриптами оновлення KConfig, якщо це потрібно.</para> +> поєднує у одному процесі декілька невеликих служб. Цими службами є здебільшого служби &DBus;, роботу яких забезпечують модулі KDED. Окрім того, програма керує sycoca (бінарним кешем даних щодо типів файлів, типів &MIME; та служб, які використовуються KService) та скриптами оновлення KConfig, якщо це потрібно.</para> <para >Для кешу sycoca ця програма слідкує за каталогами, у яких містяться файли >.desktop. Після того, як до такого каталогу буде додано або вилучено файл, >програма зачекає 5 секунд (щоб відстежити послідовність оновлень), а потім >запустить команду <command @@ -262,7 +262,7 @@ >Вади</title> <para >Для сповіщення про вади скористайтеся адресою <ulink url="http://bugs.kde.org" ->системою стеження за вадами KDE</ulink +>системою стеження за вадами &kde;</ulink >.</para> </refsect1> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.75.0/src/kded.cpp new/kded-5.76.0/src/kded.cpp --- old/kded-5.75.0/src/kded.cpp 2020-10-04 20:42:17.000000000 +0200 +++ new/kded-5.76.0/src/kded.cpp 2020-11-07 13:03:09.000000000 +0100 @@ -16,7 +16,6 @@ #include <QLoggingCategory> #include <QDir> -#include <QTimer> #include <QCommandLineParser> #include <QApplication> #include <QProcess> _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
