pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/kio kio: update to 5.93.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a29b3751ce5d
branches:  trunk
changeset: 377804:a29b3751ce5d
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 25 04:34:43 2022 +0000

description:
kio: update to 5.93.0

5.81.0
FileCopyJob: fix regression when copying a data: URL
Handle errors during xattr copy in a more robust way
Port ktelnetservice away from kdeinitexec
MimeTypeFinderJob: don't put job on hold for local files
FileCopyJob: port to the async AskUserActionInterface
Fix crash in ApplicationLauncherJob(service) when service is null
Don't try to get mimetypes on empty urls
Fix appending file extensions in KFileWidget

5.82.0
kcm/webshortcuts: Show icons for web providers
KFilePlacesView: Make icon palette match the widget palette
Proxy KCM: Show a warning when a KIO-specific setting is selected
Deprecate the remnants of FSDevice-related code
Remove KDevicePropsPlugin from KPropertiesDialog
KDirOperator: show the progress bar above the horizontal scrollbar
Add an option to allow slaves to determine mime type when using KIO::listDir
OpenUrlJob: don't execute .exe files (via WINE) if running executables is forbidden
Fix assert in the kioslave executable when putting a slave on hold
When comparing KFilItem's, also compare user and group

5.83.0
New job: KTerminalLauncherJob
Remove the cache KCM
Remove the Browser Identification KCM
Updating caching logic for thumbnails, to detect encrypted devices
Improve strings for file/folder and URL link functionality
Allow selecting directories in KFileWidget
MimeTypeFinderJob: Resolve symlinks for a local file

5.84.0
PreviewJob: take devicePixelRatio parameters as qreal
KFileItem: add a new method isMostLocalUrl() that returns a struct
Deprecate KDesktopFileActions::executeService()

5.85.0
KProcessRunner: Use systemsettings desktop name if it's started
Split KCMs into separate plugins
Fix selecting binaries from component chooser KCM
KMountPoint: use libraries from util-linux in the Linux code path
KUrlNavigator: do not hardcode supported archive formats

5.86.0
KFilePlaceEditDialog: Make the trash url non-editable
KMountPoint: check for more network filesystems
Add icons for XDG publicshare and templates dirs
Change KIO's default behavior to fork slaves rather than use klauncher
Deprecate the last bit of QDomDocument in the public KIO API
SkipDialog: ask users about replacing invalid chars when copying files/dirs

5.87.0
New job: KEMailClientLauncherJob
[KUrlNavigator] Add the ability to show hidden folders in the subdirectories popup
Disable ACL functionality in kpropertiesdialog on FreeBSD
KMountPoint: restore findByPath() behaviour, i.e. resolve symlinks

5.88.0
kdeinit is gone, use KDE_SLAVE_DEBUG_WAIT in kioslave instead
file_unix: make the read/write loop the same as the copy_file_range one
file_unix: let copy_file_range() manage the fd's offsets
file_unix: emit processed size change after each copy_file_range() call
file_unix: only update sizeProcessed once per iteration
Deprecate KDiskFreeSpaceInfo
fix KTerminalLauncherJob working with exec
KUrlCompletion: Disregard the trailing slash when sorting directory paths
Deprecate KAutoMount/KAutoUnmount
file_unix: Fix endless loop during xattr copy
Improve "trash is full" error message

5.89.0
Add new signals and logic to handle open directories in new windows or tabs
Fix KRun::runApplication when xdg activation is involved
[KACLEditWidget] Load list of users/groups on demand

5.90.0
RenameDialog: Don't show size/dates if we don't know them
Revert "Do not create thumbnails when it requires to copy the file to /tmp"

5.91.0
KPropertiesDialog: only load plugins suitable for mime type of file
Use new KLibexec to locate kioslave5
[KFilePlacesView] Adjust entire delegate height during (dis)appear animation
Install plugins in kf<version>
file_unix: Do not try to preserve ownership when permission is -1
Deprecate the "connected slave" feature

5.92.0
Add the keywords kdeapi and api for KDE
Remove Qt4 runner
Update KDE and Qt runners
Update KDE API runner to current website
Have a runner for Krita Manual
Make KReddit more specific (KDE Reddit)
Hide mount point labels if mount point can't be found
Report error messages instead of error names
Check executables exist in PATH before passing them to QProcess
Introduce API to unwatch directories

5.93.0
Add Yandex search keywords
KOpenWithDialog: alternative fix for the sort filter model regex
Introduce KCoreUrlNavigator
filewidgets: Auto-select filename before extension in filename dialog
Add support in krecentdocument to add to recently-used.xbel
KRecentDocuments: don't save history for hidden files by default
[KPropertiesDialog] Use PlainText format for most labels
KFileItem: protect againt ' ' passed mimeType
KOpenWithDialog: Include arguments in name when writing a new desktop file
[KPropertiesDialog] Make read-only filename label selectable by mouse
[KFilePlacesModel] Improve outcome of dropped places

diffstat:

 devel/kio/Makefile                                          |    6 +-
 devel/kio/PLIST                                             |  188 ++++-------
 devel/kio/distinfo                                          |   11 +-
 devel/kio/patches/patch-src_core_config-kmountpoint.h.cmake |   10 -
 devel/kio/patches/patch-src_core_kmountpoint.cpp            |   14 +
 devel/kio/patches/patch-src_filewidgets_kurlnavigator.cpp   |   22 +
 6 files changed, 107 insertions(+), 144 deletions(-)

diffs (truncated from 657 to 300 lines):

diff -r e7dbeba6d6a7 -r a29b3751ce5d devel/kio/Makefile
--- a/devel/kio/Makefile        Mon Apr 25 04:06:09 2022 +0000
+++ b/devel/kio/Makefile        Mon Apr 25 04:34:43 2022 +0000
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2022/04/18 19:09:45 adam Exp $
+# $NetBSD: Makefile,v 1.61 2022/04/25 04:34:43 markd Exp $
 
-DISTNAME=      kio-5.80.1
-#DISTNAME=     kio-${KF5VER}
-PKGREVISION=   7
+DISTNAME=      kio-${KF5VER}
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r e7dbeba6d6a7 -r a29b3751ce5d devel/kio/PLIST
--- a/devel/kio/PLIST   Mon Apr 25 04:06:09 2022 +0000
+++ b/devel/kio/PLIST   Mon Apr 25 04:34:43 2022 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.12 2021/03/30 10:58:22 markd Exp $
+@comment $NetBSD: PLIST,v 1.13 2022/04/25 04:34:43 markd Exp $
 bin/kcookiejar5
 bin/ktelnetservice5
 bin/ktrash5
 bin/protocoltojson
+include/KF5/KIO/kio_version.h
 include/KF5/KIOCore/KACL
 include/KF5/KIOCore/KCoreDirLister
 include/KF5/KIOCore/KDirNotify
@@ -174,15 +175,21 @@
 include/KF5/KIOFileWidgets/krecentdirs.h
 include/KF5/KIOFileWidgets/kstatusbarofflineindicator.h
 include/KF5/KIOFileWidgets/kurlnavigator.h
+include/KF5/KIOGui/KEMailClientLauncherJob
 include/KF5/KIOGui/KIO/ApplicationLauncherJob
 include/KF5/KIOGui/KIO/CommandLauncherJob
 include/KF5/KIOGui/KIO/FavIconRequestJob
+include/KF5/KIOGui/KIO/KCoreUrlNavigator
 include/KF5/KIOGui/KIO/OpenUrlJob
+include/KF5/KIOGui/KTerminalLauncherJob
+include/KF5/KIOGui/kemailclientlauncherjob.h
 include/KF5/KIOGui/kio/applicationlauncherjob.h
 include/KF5/KIOGui/kio/commandlauncherjob.h
 include/KF5/KIOGui/kio/faviconrequestjob.h
+include/KF5/KIOGui/kio/kcoreurlnavigator.h
 include/KF5/KIOGui/kio/openurljob.h
 include/KF5/KIOGui/kiogui_export.h
+include/KF5/KIOGui/kterminallauncherjob.h
 include/KF5/KIOWidgets/KAbstractFileItemActionPlugin
 include/KF5/KIOWidgets/KAutoMount
 include/KF5/KIOWidgets/KBuildSycocaProgressDialog
@@ -266,26 +273,25 @@
 include/KF5/KIOWidgets/kurlrequesterdialog.h
 include/KF5/kio/kntlm.h
 include/KF5/kio/kntlm_export.h
-include/KF5/kio_version.h
 lib/cmake/KF5KIO/KF5KIOConfig.cmake
 lib/cmake/KF5KIO/KF5KIOConfigVersion.cmake
 lib/cmake/KF5KIO/KF5KIOTargets-noconfig.cmake
 lib/cmake/KF5KIO/KF5KIOTargets.cmake
 lib/libKF5KIOCore.so
 lib/libKF5KIOCore.so.5
-lib/libKF5KIOCore.so.5.80.0
+lib/libKF5KIOCore.so.${PKGVERSION}
 lib/libKF5KIOFileWidgets.so
 lib/libKF5KIOFileWidgets.so.5
-lib/libKF5KIOFileWidgets.so.5.80.0
+lib/libKF5KIOFileWidgets.so.${PKGVERSION}
 lib/libKF5KIOGui.so
 lib/libKF5KIOGui.so.5
-lib/libKF5KIOGui.so.5.80.0
+lib/libKF5KIOGui.so.${PKGVERSION}
 lib/libKF5KIONTLM.so
 lib/libKF5KIONTLM.so.5
-lib/libKF5KIONTLM.so.5.80.0
+lib/libKF5KIONTLM.so.${PKGVERSION}
 lib/libKF5KIOWidgets.so
 lib/libKF5KIOWidgets.so.5
-lib/libKF5KIOWidgets.so.5.80.0
+lib/libKF5KIOWidgets.so.${PKGVERSION}
 libexec/kf5/kio_http_cache_cleaner
 libexec/kf5/kiod5
 libexec/kf5/kioexec
@@ -308,19 +314,22 @@
 qt5/mkspecs/modules/qt_KIOWidgets.pri
 qt5/mkspecs/modules/qt_KNTLM.pri
 qt5/plugins/designer/kio5widgets.so
-qt5/plugins/kcm_kio.so
+qt5/plugins/kcm_cookies.so
+qt5/plugins/kcm_netpref.so
+qt5/plugins/kcm_proxy.so
+qt5/plugins/kcm_smb.so
 qt5/plugins/kcm_trash.so
 qt5/plugins/kcm_webshortcuts.so
 qt5/plugins/kf5/kded/kcookiejar.so
 qt5/plugins/kf5/kded/proxyscout.so
 qt5/plugins/kf5/kded/remotenotifier.so
-qt5/plugins/kf5/kio/file.so
-qt5/plugins/kf5/kio/ftp.so
-qt5/plugins/kf5/kio/ghelp.so
-qt5/plugins/kf5/kio/help.so
-qt5/plugins/kf5/kio/http.so
-qt5/plugins/kf5/kio/remote.so
-qt5/plugins/kf5/kio/trash.so
+qt5/plugins/kf5/kio/kio_file.so
+qt5/plugins/kf5/kio/kio_ftp.so
+qt5/plugins/kf5/kio/kio_ghelp.so
+qt5/plugins/kf5/kio/kio_help.so
+qt5/plugins/kf5/kio/kio_http.so
+qt5/plugins/kf5/kio/kio_remote.so
+qt5/plugins/kf5/kio/kio_trash.so
 qt5/plugins/kf5/kiod/kioexecd.so
 qt5/plugins/kf5/kiod/kpasswdserver.so
 qt5/plugins/kf5/kiod/kssld.so
@@ -329,6 +338,7 @@
 qt5/plugins/kf5/urifilters/kuriikwsfilter.so
 qt5/plugins/kf5/urifilters/kurisearchfilter.so
 qt5/plugins/kf5/urifilters/localdomainurifilter.so
+share/applications/kcm_trash.desktop
 share/applications/ktelnetservice5.desktop
 share/dbus-1/interfaces/kf5_org.kde.KCookieServer.xml
 share/dbus-1/interfaces/kf5_org.kde.KDirNotify.xml
@@ -340,8 +350,6 @@
 share/dbus-1/services/org.kde.kioexecd.service
 share/dbus-1/services/org.kde.kpasswdserver.service
 share/dbus-1/services/org.kde.kssld5.service
-share/doc/HTML/ca/kcontrol5/cache/index.cache.bz2
-share/doc/HTML/ca/kcontrol5/cache/index.docbook
 share/doc/HTML/ca/kcontrol5/cookies/index.cache.bz2
 share/doc/HTML/ca/kcontrol5/cookies/index.docbook
 share/doc/HTML/ca/kcontrol5/netpref/index.cache.bz2
@@ -352,8 +360,6 @@
 share/doc/HTML/ca/kcontrol5/smb/index.docbook
 share/doc/HTML/ca/kcontrol5/trash/index.cache.bz2
 share/doc/HTML/ca/kcontrol5/trash/index.docbook
-share/doc/HTML/ca/kcontrol5/useragent/index.cache.bz2
-share/doc/HTML/ca/kcontrol5/useragent/index.docbook
 share/doc/HTML/ca/kcontrol5/webshortcuts/index.cache.bz2
 share/doc/HTML/ca/kcontrol5/webshortcuts/index.docbook
 share/doc/HTML/ca/kioslave5/data/index.cache.bz2
@@ -374,8 +380,6 @@
 share/doc/HTML/ca/kioslave5/telnet/index.docbook
 share/doc/HTML/ca/kioslave5/webdav/index.cache.bz2
 share/doc/HTML/ca/kioslave5/webdav/index.docbook
-share/doc/HTML/de/kcontrol5/cache/index.cache.bz2
-share/doc/HTML/de/kcontrol5/cache/index.docbook
 share/doc/HTML/de/kcontrol5/cookies/index.cache.bz2
 share/doc/HTML/de/kcontrol5/cookies/index.docbook
 share/doc/HTML/de/kcontrol5/netpref/index.cache.bz2
@@ -386,8 +390,6 @@
 share/doc/HTML/de/kcontrol5/smb/index.docbook
 share/doc/HTML/de/kcontrol5/trash/index.cache.bz2
 share/doc/HTML/de/kcontrol5/trash/index.docbook
-share/doc/HTML/de/kcontrol5/useragent/index.cache.bz2
-share/doc/HTML/de/kcontrol5/useragent/index.docbook
 share/doc/HTML/de/kcontrol5/webshortcuts/index.cache.bz2
 share/doc/HTML/de/kcontrol5/webshortcuts/index.docbook
 share/doc/HTML/de/kioslave5/data/index.cache.bz2
@@ -408,8 +410,6 @@
 share/doc/HTML/de/kioslave5/telnet/index.docbook
 share/doc/HTML/de/kioslave5/webdav/index.cache.bz2
 share/doc/HTML/de/kioslave5/webdav/index.docbook
-share/doc/HTML/en/kcontrol5/cache/index.cache.bz2
-share/doc/HTML/en/kcontrol5/cache/index.docbook
 share/doc/HTML/en/kcontrol5/cookies/index.cache.bz2
 share/doc/HTML/en/kcontrol5/cookies/index.docbook
 share/doc/HTML/en/kcontrol5/netpref/index.cache.bz2
@@ -420,8 +420,6 @@
 share/doc/HTML/en/kcontrol5/smb/index.docbook
 share/doc/HTML/en/kcontrol5/trash/index.cache.bz2
 share/doc/HTML/en/kcontrol5/trash/index.docbook
-share/doc/HTML/en/kcontrol5/useragent/index.cache.bz2
-share/doc/HTML/en/kcontrol5/useragent/index.docbook
 share/doc/HTML/en/kcontrol5/webshortcuts/index.cache.bz2
 share/doc/HTML/en/kcontrol5/webshortcuts/index.docbook
 share/doc/HTML/en/kioslave5/data/index.cache.bz2
@@ -442,8 +440,6 @@
 share/doc/HTML/en/kioslave5/telnet/index.docbook
 share/doc/HTML/en/kioslave5/webdav/index.cache.bz2
 share/doc/HTML/en/kioslave5/webdav/index.docbook
-share/doc/HTML/es/kcontrol5/cache/index.cache.bz2
-share/doc/HTML/es/kcontrol5/cache/index.docbook
 share/doc/HTML/es/kcontrol5/cookies/index.cache.bz2
 share/doc/HTML/es/kcontrol5/cookies/index.docbook
 share/doc/HTML/es/kcontrol5/netpref/index.cache.bz2
@@ -454,8 +450,6 @@
 share/doc/HTML/es/kcontrol5/smb/index.docbook
 share/doc/HTML/es/kcontrol5/trash/index.cache.bz2
 share/doc/HTML/es/kcontrol5/trash/index.docbook
-share/doc/HTML/es/kcontrol5/useragent/index.cache.bz2
-share/doc/HTML/es/kcontrol5/useragent/index.docbook
 share/doc/HTML/es/kcontrol5/webshortcuts/index.cache.bz2
 share/doc/HTML/es/kcontrol5/webshortcuts/index.docbook
 share/doc/HTML/es/kioslave5/data/index.cache.bz2
@@ -492,8 +486,6 @@
 share/doc/HTML/et/kioslave5/telnet/index.docbook
 share/doc/HTML/et/kioslave5/webdav/index.cache.bz2
 share/doc/HTML/et/kioslave5/webdav/index.docbook
-share/doc/HTML/fr/kcontrol5/cache/index.cache.bz2
-share/doc/HTML/fr/kcontrol5/cache/index.docbook
 share/doc/HTML/fr/kcontrol5/cookies/index.cache.bz2
 share/doc/HTML/fr/kcontrol5/cookies/index.docbook
 share/doc/HTML/fr/kcontrol5/netpref/index.cache.bz2
@@ -504,8 +496,6 @@
 share/doc/HTML/fr/kcontrol5/smb/index.docbook
 share/doc/HTML/fr/kcontrol5/trash/index.cache.bz2
 share/doc/HTML/fr/kcontrol5/trash/index.docbook
-share/doc/HTML/fr/kcontrol5/useragent/index.cache.bz2
-share/doc/HTML/fr/kcontrol5/useragent/index.docbook
 share/doc/HTML/fr/kcontrol5/webshortcuts/index.cache.bz2
 share/doc/HTML/fr/kcontrol5/webshortcuts/index.docbook
 share/doc/HTML/fr/kioslave5/data/index.cache.bz2
@@ -536,8 +526,6 @@
 share/doc/HTML/gl/kioslave5/telnet/index.docbook
 share/doc/HTML/gl/kioslave5/webdav/index.cache.bz2
 share/doc/HTML/gl/kioslave5/webdav/index.docbook
-share/doc/HTML/it/kcontrol5/cache/index.cache.bz2
-share/doc/HTML/it/kcontrol5/cache/index.docbook
 share/doc/HTML/it/kcontrol5/cookies/index.cache.bz2
 share/doc/HTML/it/kcontrol5/cookies/index.docbook
 share/doc/HTML/it/kcontrol5/netpref/index.cache.bz2
@@ -548,8 +536,6 @@
 share/doc/HTML/it/kcontrol5/smb/index.docbook
 share/doc/HTML/it/kcontrol5/trash/index.cache.bz2
 share/doc/HTML/it/kcontrol5/trash/index.docbook
-share/doc/HTML/it/kcontrol5/useragent/index.cache.bz2
-share/doc/HTML/it/kcontrol5/useragent/index.docbook
 share/doc/HTML/it/kcontrol5/webshortcuts/index.cache.bz2
 share/doc/HTML/it/kcontrol5/webshortcuts/index.docbook
 share/doc/HTML/it/kioslave5/data/index.cache.bz2
@@ -572,8 +558,6 @@
 share/doc/HTML/it/kioslave5/webdav/index.docbook
 share/doc/HTML/nb/kcontrol5/trash/index.cache.bz2
 share/doc/HTML/nb/kcontrol5/trash/index.docbook
-share/doc/HTML/nl/kcontrol5/cache/index.cache.bz2
-share/doc/HTML/nl/kcontrol5/cache/index.docbook
 share/doc/HTML/nl/kcontrol5/cookies/index.cache.bz2
 share/doc/HTML/nl/kcontrol5/cookies/index.docbook
 share/doc/HTML/nl/kcontrol5/netpref/index.cache.bz2
@@ -584,8 +568,6 @@
 share/doc/HTML/nl/kcontrol5/smb/index.docbook
 share/doc/HTML/nl/kcontrol5/trash/index.cache.bz2
 share/doc/HTML/nl/kcontrol5/trash/index.docbook
-share/doc/HTML/nl/kcontrol5/useragent/index.cache.bz2
-share/doc/HTML/nl/kcontrol5/useragent/index.docbook
 share/doc/HTML/nl/kcontrol5/webshortcuts/index.cache.bz2
 share/doc/HTML/nl/kcontrol5/webshortcuts/index.docbook
 share/doc/HTML/nl/kioslave5/data/index.cache.bz2
@@ -606,8 +588,6 @@
 share/doc/HTML/nl/kioslave5/telnet/index.docbook
 share/doc/HTML/nl/kioslave5/webdav/index.cache.bz2
 share/doc/HTML/nl/kioslave5/webdav/index.docbook
-share/doc/HTML/pt/kcontrol5/cache/index.cache.bz2
-share/doc/HTML/pt/kcontrol5/cache/index.docbook
 share/doc/HTML/pt/kcontrol5/cookies/index.cache.bz2
 share/doc/HTML/pt/kcontrol5/cookies/index.docbook
 share/doc/HTML/pt/kcontrol5/netpref/index.cache.bz2
@@ -618,8 +598,6 @@
 share/doc/HTML/pt/kcontrol5/smb/index.docbook
 share/doc/HTML/pt/kcontrol5/trash/index.cache.bz2
 share/doc/HTML/pt/kcontrol5/trash/index.docbook
-share/doc/HTML/pt/kcontrol5/useragent/index.cache.bz2
-share/doc/HTML/pt/kcontrol5/useragent/index.docbook
 share/doc/HTML/pt/kcontrol5/webshortcuts/index.cache.bz2
 share/doc/HTML/pt/kcontrol5/webshortcuts/index.docbook
 share/doc/HTML/pt/kioslave5/data/index.cache.bz2
@@ -640,8 +618,6 @@
 share/doc/HTML/pt/kioslave5/telnet/index.docbook
 share/doc/HTML/pt/kioslave5/webdav/index.cache.bz2
 share/doc/HTML/pt/kioslave5/webdav/index.docbook
-share/doc/HTML/pt_BR/kcontrol5/cache/index.cache.bz2
-share/doc/HTML/pt_BR/kcontrol5/cache/index.docbook
 share/doc/HTML/pt_BR/kcontrol5/cookies/index.cache.bz2
 share/doc/HTML/pt_BR/kcontrol5/cookies/index.docbook
 share/doc/HTML/pt_BR/kcontrol5/netpref/index.cache.bz2
@@ -652,8 +628,6 @@
 share/doc/HTML/pt_BR/kcontrol5/smb/index.docbook
 share/doc/HTML/pt_BR/kcontrol5/trash/index.cache.bz2
 share/doc/HTML/pt_BR/kcontrol5/trash/index.docbook
-share/doc/HTML/pt_BR/kcontrol5/useragent/index.cache.bz2
-share/doc/HTML/pt_BR/kcontrol5/useragent/index.docbook
 share/doc/HTML/pt_BR/kcontrol5/webshortcuts/index.cache.bz2
 share/doc/HTML/pt_BR/kcontrol5/webshortcuts/index.docbook
 share/doc/HTML/pt_BR/kioslave5/data/index.cache.bz2
@@ -676,8 +650,16 @@
 share/doc/HTML/pt_BR/kioslave5/webdav/index.docbook
 share/doc/HTML/ru/kcontrol5/cookies/index.cache.bz2
 share/doc/HTML/ru/kcontrol5/cookies/index.docbook
+share/doc/HTML/ru/kcontrol5/netpref/index.cache.bz2
+share/doc/HTML/ru/kcontrol5/netpref/index.docbook
 share/doc/HTML/ru/kcontrol5/proxy/index.cache.bz2
 share/doc/HTML/ru/kcontrol5/proxy/index.docbook
+share/doc/HTML/ru/kcontrol5/smb/index.cache.bz2
+share/doc/HTML/ru/kcontrol5/smb/index.docbook
+share/doc/HTML/ru/kcontrol5/trash/index.cache.bz2
+share/doc/HTML/ru/kcontrol5/trash/index.docbook
+share/doc/HTML/ru/kcontrol5/webshortcuts/index.cache.bz2
+share/doc/HTML/ru/kcontrol5/webshortcuts/index.docbook
 share/doc/HTML/ru/kioslave5/data/index.cache.bz2
 share/doc/HTML/ru/kioslave5/data/index.docbook
 share/doc/HTML/ru/kioslave5/file/index.cache.bz2



Home | Main Index | Thread Index | Old Index