pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 26 11:42:12 UTC 2024

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/kf6-kio: DESCR Makefile PLIST buildlink3.mk distinfo
        pkgsrc/devel/kf6-kio/patches:
            patch-autotests_kcoredirlister__benchmark.cpp
            patch-src_core_kmountpoint.cpp
            patch-src_kioworkers_file_file__unix.cpp

Log Message:
kf6-kio: add version 6.2.0

KDE Frameworks 6 kio.

This framework implements almost all the file management functions you
will ever need. In fact, the KDE file manager (Dolphin) and the KDE
file dialog also uses this to provide its network-enabled file management.

It supports accessing files locally as well as via HTTP and FTP out of the
box and can be extended by plugins to support other protocols as well. There
is a variety of plugins available, e.g. to support access via SSH.

The framework can also be used to bridge a native protocol to a file-based
interface. This makes the data accessible in all applications using the KDE
file dialog or any other KIO enabled infrastructure.


To generate a diff of this commit:
cvs rdiff -u -r1.4289 -r1.4290 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/kf6-kio/DESCR \
    pkgsrc/devel/kf6-kio/Makefile pkgsrc/devel/kf6-kio/PLIST \
    pkgsrc/devel/kf6-kio/buildlink3.mk pkgsrc/devel/kf6-kio/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/kf6-kio/patches/patch-autotests_kcoredirlister__benchmark.cpp \
    pkgsrc/devel/kf6-kio/patches/patch-src_core_kmountpoint.cpp \
    pkgsrc/devel/kf6-kio/patches/patch-src_kioworkers_file_file__unix.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4289 pkgsrc/devel/Makefile:1.4290
--- pkgsrc/devel/Makefile:1.4289        Sun May 26 11:37:27 2024
+++ pkgsrc/devel/Makefile       Sun May 26 11:42:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4289 2024/05/26 11:37:27 markd Exp $
+# $NetBSD: Makefile,v 1.4290 2024/05/26 11:42:11 markd Exp $
 #
 
 COMMENT=       Development utilities
@@ -851,6 +851,7 @@ SUBDIR+=    kf6-kdeclarative
 SUBDIR+=       kf6-kdoctools
 SUBDIR+=       kf6-ki18n
 SUBDIR+=       kf6-kidletime
+SUBDIR+=       kf6-kio
 SUBDIR+=       ki18n
 SUBDIR+=       kidletime
 SUBDIR+=       kio

Added files:

Index: pkgsrc/devel/kf6-kio/DESCR
diff -u /dev/null pkgsrc/devel/kf6-kio/DESCR:1.1
--- /dev/null   Sun May 26 11:42:12 2024
+++ pkgsrc/devel/kf6-kio/DESCR  Sun May 26 11:42:11 2024
@@ -0,0 +1,11 @@
+This framework implements almost all the file management functions you
+will ever need. In fact, the KDE file manager (Dolphin) and the KDE
+file dialog also uses this to provide its network-enabled file management.
+
+It supports accessing files locally as well as via HTTP and FTP out of the
+box and can be extended by plugins to support other protocols as well. There
+is a variety of plugins available, e.g. to support access via SSH.
+
+The framework can also be used to bridge a native protocol to a file-based
+interface. This makes the data accessible in all applications using the KDE
+file dialog or any other KIO enabled infrastructure.
Index: pkgsrc/devel/kf6-kio/Makefile
diff -u /dev/null pkgsrc/devel/kf6-kio/Makefile:1.1
--- /dev/null   Sun May 26 11:42:12 2024
+++ pkgsrc/devel/kf6-kio/Makefile       Sun May 26 11:42:11 2024
@@ -0,0 +1,45 @@
+# $NetBSD: Makefile,v 1.1 2024/05/26 11:42:11 markd Exp $
+
+DISTNAME=      kio-${KF6VER}
+CATEGORIES=    devel
+
+HOMEPAGE=      https://community.kde.org/Frameworks
+COMMENT=       Resource and network access abstraction
+LICENSE=       gnu-lgpl-v2.1
+
+.include "../../meta-pkgs/kde/kf6.mk"
+
+USE_TOOLS+=    msgmerge gmake
+
+TEST_TARGET=   test
+TEST_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/_KDE_build/bin
+
+LDFLAGS.SunOS+=        -lsocket
+
+.include "../../mk/krb5.buildlink3.mk"
+.include "../../archivers/kf6-karchive/buildlink3.mk"
+.include "../../devel/kf6-kbookmarks/buildlink3.mk"
+.include "../../devel/kf6-kcolorscheme/buildlink3.mk"
+.include "../../devel/kf6-kconfig/buildlink3.mk"
+.include "../../devel/kf6-kcoreaddons/buildlink3.mk"
+.include "../../devel/kf6-kcrash/buildlink3.mk"
+.include "../../devel/kf6-kdoctools/buildlink3.mk"
+.include "../../devel/kf6-ki18n/buildlink3.mk"
+.include "../../devel/kf6-kservice/buildlink3.mk"
+.include "../../devel/qt6-qt5compat/buildlink3.mk"
+.include "../../devel/qt6-qttools/buildlink3.mk"
+.include "../../graphics/kf6-kiconthemes/buildlink3.mk"
+.include "../../lang/qt6-qtdeclarative/buildlink3.mk"
+.include "../../security/kf6-kauth/buildlink3.mk"
+.include "../../security/kf6-kwallet/buildlink3.mk"
+.include "../../sysutils/kf6-kdbusaddons/buildlink3.mk"
+.include "../../sysutils/kf6-solid/buildlink3.mk"
+.include "../../textproc/kf6-kcompletion/buildlink3.mk"
+.include "../../x11/kf6-kconfigwidgets/buildlink3.mk"
+.include "../../x11/kf6-kguiaddons/buildlink3.mk"
+.include "../../x11/kf6-kitemviews/buildlink3.mk"
+.include "../../x11/kf6-kjobwidgets/buildlink3.mk"
+.include "../../x11/kf6-kwidgetsaddons/buildlink3.mk"
+.include "../../x11/kf6-kwindowsystem/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/kf6-kio/PLIST
diff -u /dev/null pkgsrc/devel/kf6-kio/PLIST:1.1
--- /dev/null   Sun May 26 11:42:12 2024
+++ pkgsrc/devel/kf6-kio/PLIST  Sun May 26 11:42:11 2024
@@ -0,0 +1,766 @@
+@comment $NetBSD: PLIST,v 1.1 2024/05/26 11:42:11 markd Exp $
+bin/ktelnetservice6
+bin/ktrash6
+include/KF6/KIO/kio_version.h
+include/KF6/KIOCore/KACL
+include/KF6/KIOCore/KCoreDirLister
+include/KF6/KIOCore/KDirNotify
+include/KF6/KIOCore/KFileFilter
+include/KF6/KIOCore/KFileItem
+include/KF6/KIOCore/KFileItemListProperties
+include/KF6/KIOCore/KIO/AskUserActionInterface
+include/KF6/KIOCore/KIO/AuthInfo
+include/KF6/KIOCore/KIO/BatchRenameJob
+include/KF6/KIOCore/KIO/ChmodJob
+include/KF6/KIOCore/KIO/CopyJob
+include/KF6/KIOCore/KIO/DavJob
+include/KF6/KIOCore/KIO/DeleteJob
+include/KF6/KIOCore/KIO/DesktopExecParser
+include/KF6/KIOCore/KIO/DirectorySizeJob
+include/KF6/KIOCore/KIO/EmptyTrashJob
+include/KF6/KIOCore/KIO/FileCopyJob
+include/KF6/KIOCore/KIO/FileJob
+include/KF6/KIOCore/KIO/FileSystemFreeSpaceJob
+include/KF6/KIOCore/KIO/ForwardingWorkerBase
+include/KF6/KIOCore/KIO/Global
+include/KF6/KIOCore/KIO/Job
+include/KF6/KIOCore/KIO/JobTracker
+include/KF6/KIOCore/KIO/JobUiDelegateExtension
+include/KF6/KIOCore/KIO/JobUiDelegateFactory
+include/KF6/KIOCore/KIO/ListJob
+include/KF6/KIOCore/KIO/MetaData
+include/KF6/KIOCore/KIO/MimeTypeFinderJob
+include/KF6/KIOCore/KIO/MimetypeJob
+include/KF6/KIOCore/KIO/MkdirJob
+include/KF6/KIOCore/KIO/MkpathJob
+include/KF6/KIOCore/KIO/NameFinderJob
+include/KF6/KIOCore/KIO/OpenWith
+include/KF6/KIOCore/KIO/RestoreJob
+include/KF6/KIOCore/KIO/SimpleJob
+include/KF6/KIOCore/KIO/SpecialJob
+include/KF6/KIOCore/KIO/StatJob
+include/KF6/KIOCore/KIO/StoredTransferJob
+include/KF6/KIOCore/KIO/TransferJob
+include/KF6/KIOCore/KIO/UDSEntry
+include/KF6/KIOCore/KIO/UntrustedProgramHandlerInterface
+include/KF6/KIOCore/KIO/WorkerBase
+include/KF6/KIOCore/KIO/WorkerFactory
+include/KF6/KIOCore/KMountPoint
+include/KF6/KIOCore/KOverlayIconPlugin
+include/KF6/KIOCore/KPasswdServerClient
+include/KF6/KIOCore/KProtocolInfo
+include/KF6/KIOCore/KProtocolManager
+include/KF6/KIOCore/KRecentDirs
+include/KF6/KIOCore/KRecentDocument
+include/KF6/KIOCore/KRemoteEncoding
+include/KF6/KIOCore/KSambaShare
+include/KF6/KIOCore/KSambaShareData
+include/KF6/KIOCore/KSslErrorUiData
+include/KF6/KIOCore/KUrlAuthorized
+include/KF6/KIOCore/kacl.h
+include/KF6/KIOCore/kcoredirlister.h
+include/KF6/KIOCore/kdirnotify.h
+include/KF6/KIOCore/kfilefilter.h
+include/KF6/KIOCore/kfileitem.h
+include/KF6/KIOCore/kfileitemlistproperties.h
+include/KF6/KIOCore/kio/askuseractioninterface.h
+include/KF6/KIOCore/kio/authinfo.h
+include/KF6/KIOCore/kio/batchrenamejob.h
+include/KF6/KIOCore/kio/chmodjob.h
+include/KF6/KIOCore/kio/copyjob.h
+include/KF6/KIOCore/kio/davjob.h
+include/KF6/KIOCore/kio/deletejob.h
+include/KF6/KIOCore/kio/desktopexecparser.h
+include/KF6/KIOCore/kio/directorysizejob.h
+include/KF6/KIOCore/kio/emptytrashjob.h
+include/KF6/KIOCore/kio/filecopyjob.h
+include/KF6/KIOCore/kio/filejob.h
+include/KF6/KIOCore/kio/filesystemfreespacejob.h
+include/KF6/KIOCore/kio/forwardingworkerbase.h
+include/KF6/KIOCore/kio/global.h
+include/KF6/KIOCore/kio/ioworker_defaults.h
+include/KF6/KIOCore/kio/job.h
+include/KF6/KIOCore/kio/job_base.h
+include/KF6/KIOCore/kio/jobtracker.h
+include/KF6/KIOCore/kio/jobuidelegateextension.h
+include/KF6/KIOCore/kio/jobuidelegatefactory.h
+include/KF6/KIOCore/kio/listjob.h
+include/KF6/KIOCore/kio/metadata.h
+include/KF6/KIOCore/kio/mimetypefinderjob.h
+include/KF6/KIOCore/kio/mimetypejob.h
+include/KF6/KIOCore/kio/mkdirjob.h
+include/KF6/KIOCore/kio/mkpathjob.h
+include/KF6/KIOCore/kio/namefinderjob.h
+include/KF6/KIOCore/kio/openwith.h
+include/KF6/KIOCore/kio/restorejob.h
+include/KF6/KIOCore/kio/simplejob.h
+include/KF6/KIOCore/kio/specialjob.h
+include/KF6/KIOCore/kio/statjob.h
+include/KF6/KIOCore/kio/storedtransferjob.h
+include/KF6/KIOCore/kio/transferjob.h
+include/KF6/KIOCore/kio/udsentry.h
+include/KF6/KIOCore/kio/untrustedprogramhandlerinterface.h
+include/KF6/KIOCore/kio/workerbase.h
+include/KF6/KIOCore/kio/workerfactory.h
+include/KF6/KIOCore/kiocore_export.h
+include/KF6/KIOCore/kmountpoint.h
+include/KF6/KIOCore/koverlayiconplugin.h
+include/KF6/KIOCore/kpasswdserverclient.h
+include/KF6/KIOCore/kprotocolinfo.h
+include/KF6/KIOCore/kprotocolmanager.h
+include/KF6/KIOCore/krecentdirs.h
+include/KF6/KIOCore/krecentdocument.h
+include/KF6/KIOCore/kremoteencoding.h
+include/KF6/KIOCore/ksambashare.h
+include/KF6/KIOCore/ksambasharedata.h
+include/KF6/KIOCore/ksslerroruidata.h
+include/KF6/KIOCore/kurlauthorized.h
+include/KF6/KIOFileWidgets/KAbstractViewAdapter
+include/KF6/KIOFileWidgets/KDirOperator
+include/KF6/KIOFileWidgets/KDirSortFilterProxyModel
+include/KF6/KIOFileWidgets/KEncodingFileDialog
+include/KF6/KIOFileWidgets/KFileCopyToMenu
+include/KF6/KIOFileWidgets/KFileCustomDialog
+include/KF6/KIOFileWidgets/KFileFilterCombo
+include/KF6/KIOFileWidgets/KFilePlaceEditDialog
+include/KF6/KIOFileWidgets/KFilePlacesModel
+include/KF6/KIOFileWidgets/KFilePlacesView
+include/KF6/KIOFileWidgets/KFilePreviewGenerator
+include/KF6/KIOFileWidgets/KFileWidget
+include/KF6/KIOFileWidgets/KImageFilePreview
+include/KF6/KIOFileWidgets/KNameAndUrlInputDialog
+include/KF6/KIOFileWidgets/KNewFileMenu
+include/KF6/KIOFileWidgets/KPreviewWidgetBase
+include/KF6/KIOFileWidgets/KUrlNavigator
+include/KF6/KIOFileWidgets/kabstractviewadapter.h
+include/KF6/KIOFileWidgets/kdiroperator.h
+include/KF6/KIOFileWidgets/kdirsortfilterproxymodel.h
+include/KF6/KIOFileWidgets/kencodingfiledialog.h
+include/KF6/KIOFileWidgets/kfilecopytomenu.h
+include/KF6/KIOFileWidgets/kfilecustomdialog.h
+include/KF6/KIOFileWidgets/kfilefiltercombo.h
+include/KF6/KIOFileWidgets/kfileplaceeditdialog.h
+include/KF6/KIOFileWidgets/kfileplacesmodel.h
+include/KF6/KIOFileWidgets/kfileplacesview.h
+include/KF6/KIOFileWidgets/kfilepreviewgenerator.h
+include/KF6/KIOFileWidgets/kfilewidget.h
+include/KF6/KIOFileWidgets/kimagefilepreview.h
+include/KF6/KIOFileWidgets/kiofilewidgets_export.h
+include/KF6/KIOFileWidgets/knameandurlinputdialog.h
+include/KF6/KIOFileWidgets/knewfilemenu.h
+include/KF6/KIOFileWidgets/kpreviewwidgetbase.h
+include/KF6/KIOFileWidgets/kurlnavigator.h
+include/KF6/KIOGui/KCoreUrlNavigator
+include/KF6/KIOGui/KEMailClientLauncherJob
+include/KF6/KIOGui/KIO/ApplicationLauncherJob
+include/KF6/KIOGui/KIO/CommandLauncherJob
+include/KF6/KIOGui/KIO/DndPopupMenuPlugin
+include/KF6/KIOGui/KIO/FavIconRequestJob
+include/KF6/KIOGui/KIO/OpenFileManagerWindowJob
+include/KF6/KIOGui/KIO/OpenUrlJob
+include/KF6/KIOGui/KIO/OpenWithHandlerInterface
+include/KF6/KIOGui/KIO/PreviewJob
+include/KF6/KIOGui/KIO/ThumbnailCreator
+include/KF6/KIOGui/KTerminalLauncherJob
+include/KF6/KIOGui/KUriFilter
+include/KF6/KIOGui/kcoreurlnavigator.h
+include/KF6/KIOGui/kemailclientlauncherjob.h
+include/KF6/KIOGui/kio/applicationlauncherjob.h
+include/KF6/KIOGui/kio/commandlauncherjob.h
+include/KF6/KIOGui/kio/dndpopupmenuplugin.h
+include/KF6/KIOGui/kio/faviconrequestjob.h
+include/KF6/KIOGui/kio/openfilemanagerwindowjob.h
+include/KF6/KIOGui/kio/openurljob.h
+include/KF6/KIOGui/kio/openwithhandlerinterface.h
+include/KF6/KIOGui/kio/previewjob.h
+include/KF6/KIOGui/kio/thumbnailcreator.h
+include/KF6/KIOGui/kiogui_export.h
+include/KF6/KIOGui/kterminallauncherjob.h
+include/KF6/KIOGui/kurifilter.h
+include/KF6/KIOWidgets/KAbstractFileItemActionPlugin
+include/KF6/KIOWidgets/KBuildSycocaProgressDialog
+include/KF6/KIOWidgets/KDirLister
+include/KF6/KIOWidgets/KDirModel
+include/KF6/KIOWidgets/KFile
+include/KF6/KIOWidgets/KFileItemActions
+include/KF6/KIOWidgets/KFileItemDelegate
+include/KF6/KIOWidgets/KIO/DeleteOrTrashJob
+include/KF6/KIOWidgets/KIO/DropJob
+include/KF6/KIOWidgets/KIO/FileUndoManager
+include/KF6/KIOWidgets/KIO/JobUiDelegate
+include/KF6/KIOWidgets/KIO/KUriFilterSearchProviderActions
+include/KF6/KIOWidgets/KIO/Paste
+include/KF6/KIOWidgets/KIO/PasteJob
+include/KF6/KIOWidgets/KIO/RenameDialog
+include/KF6/KIOWidgets/KIO/RenameFileDialog
+include/KF6/KIOWidgets/KIO/SkipDialog
+include/KF6/KIOWidgets/KIO/SslUi
+include/KF6/KIOWidgets/KIO/WidgetsAskUserActionHandler
+include/KF6/KIOWidgets/KOpenWithDialog
+include/KF6/KIOWidgets/KPropertiesDialog
+include/KF6/KIOWidgets/KPropertiesDialogPlugin
+include/KF6/KIOWidgets/KShellCompletion
+include/KF6/KIOWidgets/KSslCertificateBox
+include/KF6/KIOWidgets/KSslInfoDialog
+include/KF6/KIOWidgets/KUrlComboBox
+include/KF6/KIOWidgets/KUrlCompletion
+include/KF6/KIOWidgets/KUrlRequester
+include/KF6/KIOWidgets/KUrlRequesterDialog
+include/KF6/KIOWidgets/kabstractfileitemactionplugin.h
+include/KF6/KIOWidgets/kbuildsycocaprogressdialog.h
+include/KF6/KIOWidgets/kdirlister.h
+include/KF6/KIOWidgets/kdirmodel.h
+include/KF6/KIOWidgets/kfile.h
+include/KF6/KIOWidgets/kfileitemactions.h
+include/KF6/KIOWidgets/kfileitemdelegate.h
+include/KF6/KIOWidgets/kio/deleteortrashjob.h
+include/KF6/KIOWidgets/kio/dropjob.h
+include/KF6/KIOWidgets/kio/fileundomanager.h
+include/KF6/KIOWidgets/kio/jobuidelegate.h
+include/KF6/KIOWidgets/kio/kurifiltersearchprovideractions.h
+include/KF6/KIOWidgets/kio/paste.h
+include/KF6/KIOWidgets/kio/pastejob.h
+include/KF6/KIOWidgets/kio/renamedialog.h
+include/KF6/KIOWidgets/kio/renamefiledialog.h
+include/KF6/KIOWidgets/kio/skipdialog.h
+include/KF6/KIOWidgets/kio/sslui.h
+include/KF6/KIOWidgets/kio/widgetsaskuseractionhandler.h
+include/KF6/KIOWidgets/kiowidgets_export.h
+include/KF6/KIOWidgets/kopenwithdialog.h
+include/KF6/KIOWidgets/kpropertiesdialog.h
+include/KF6/KIOWidgets/kpropertiesdialogplugin.h
+include/KF6/KIOWidgets/kshellcompletion.h
+include/KF6/KIOWidgets/ksslcertificatebox.h
+include/KF6/KIOWidgets/ksslinfodialog.h
+include/KF6/KIOWidgets/kurlcombobox.h
+include/KF6/KIOWidgets/kurlcompletion.h
+include/KF6/KIOWidgets/kurlrequester.h
+include/KF6/KIOWidgets/kurlrequesterdialog.h
+lib/cmake/KF6KIO/KF6KIOConfig.cmake
+lib/cmake/KF6KIO/KF6KIOConfigVersion.cmake
+lib/cmake/KF6KIO/KF6KIOTargets-noconfig.cmake
+lib/cmake/KF6KIO/KF6KIOTargets.cmake
+lib/libKF6KIOCore.so
+lib/libKF6KIOCore.so.6
+lib/libKF6KIOCore.so.${PKGVERSION}
+lib/libKF6KIOFileWidgets.so
+lib/libKF6KIOFileWidgets.so.6
+lib/libKF6KIOFileWidgets.so.${PKGVERSION}
+lib/libKF6KIOGui.so
+lib/libKF6KIOGui.so.6
+lib/libKF6KIOGui.so.${PKGVERSION}
+lib/libKF6KIOWidgets.so
+lib/libKF6KIOWidgets.so.6
+lib/libKF6KIOWidgets.so.${PKGVERSION}
+lib/libkuriikwsfiltereng_private.so
+libexec/kf6/kiod6
+libexec/kf6/kioexec
+libexec/kf6/kioworker
+qt6/plugins/designer/kio6widgets.so
+qt6/plugins/kf6/kded/remotenotifier.so
+qt6/plugins/kf6/kio/kio_file.so
+qt6/plugins/kf6/kio/kio_ftp.so
+qt6/plugins/kf6/kio/kio_ghelp.so
+qt6/plugins/kf6/kio/kio_help.so
+qt6/plugins/kf6/kio/kio_http.so
+qt6/plugins/kf6/kio/kio_remote.so
+qt6/plugins/kf6/kio/kio_trash.so
+qt6/plugins/kf6/kiod/kioexecd.so
+qt6/plugins/kf6/kiod/kpasswdserver.so
+qt6/plugins/kf6/kiod/kssld.so
+qt6/plugins/kf6/urifilters/fixhosturifilter.so
+qt6/plugins/kf6/urifilters/kshorturifilter.so
+qt6/plugins/kf6/urifilters/kuriikwsfilter.so
+qt6/plugins/kf6/urifilters/kurisearchfilter.so
+qt6/plugins/kf6/urifilters/localdomainurifilter.so
+share/applications/ktelnetservice6.desktop
+share/dbus-1/services/org.kde.kiod6.service
+share/dbus-1/services/org.kde.kioexecd6.service
+share/dbus-1/services/org.kde.kpasswdserver6.service
+share/dbus-1/services/org.kde.kssld6.service
+share/doc/HTML/ca/kioworker6/data/index.cache.bz2
+share/doc/HTML/ca/kioworker6/data/index.docbook
+share/doc/HTML/ca/kioworker6/file/index.cache.bz2
+share/doc/HTML/ca/kioworker6/file/index.docbook
+share/doc/HTML/ca/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/ca/kioworker6/ftp/index.docbook
+share/doc/HTML/ca/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/ca/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/ca/kioworker6/help/index.cache.bz2
+share/doc/HTML/ca/kioworker6/help/index.docbook
+share/doc/HTML/ca/kioworker6/http/index.cache.bz2
+share/doc/HTML/ca/kioworker6/http/index.docbook
+share/doc/HTML/ca/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/ca/kioworker6/webdav/index.docbook
+share/doc/HTML/ca@valencia/kioworker6/data/index.cache.bz2
+share/doc/HTML/ca@valencia/kioworker6/data/index.docbook
+share/doc/HTML/ca@valencia/kioworker6/file/index.cache.bz2
+share/doc/HTML/ca@valencia/kioworker6/file/index.docbook
+share/doc/HTML/ca@valencia/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/ca@valencia/kioworker6/ftp/index.docbook
+share/doc/HTML/ca@valencia/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/ca@valencia/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/ca@valencia/kioworker6/help/index.cache.bz2
+share/doc/HTML/ca@valencia/kioworker6/help/index.docbook
+share/doc/HTML/ca@valencia/kioworker6/http/index.cache.bz2
+share/doc/HTML/ca@valencia/kioworker6/http/index.docbook
+share/doc/HTML/ca@valencia/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/ca@valencia/kioworker6/webdav/index.docbook
+share/doc/HTML/de/kioworker6/data/index.cache.bz2
+share/doc/HTML/de/kioworker6/data/index.docbook
+share/doc/HTML/de/kioworker6/file/index.cache.bz2
+share/doc/HTML/de/kioworker6/file/index.docbook
+share/doc/HTML/de/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/de/kioworker6/ftp/index.docbook
+share/doc/HTML/de/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/de/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/de/kioworker6/help/index.cache.bz2
+share/doc/HTML/de/kioworker6/help/index.docbook
+share/doc/HTML/de/kioworker6/http/index.cache.bz2
+share/doc/HTML/de/kioworker6/http/index.docbook
+share/doc/HTML/de/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/de/kioworker6/webdav/index.docbook
+share/doc/HTML/en/kioworker6/data/index.cache.bz2
+share/doc/HTML/en/kioworker6/data/index.docbook
+share/doc/HTML/en/kioworker6/file/index.cache.bz2
+share/doc/HTML/en/kioworker6/file/index.docbook
+share/doc/HTML/en/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/en/kioworker6/ftp/index.docbook
+share/doc/HTML/en/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/en/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/en/kioworker6/help/index.cache.bz2
+share/doc/HTML/en/kioworker6/help/index.docbook
+share/doc/HTML/en/kioworker6/http/index.cache.bz2
+share/doc/HTML/en/kioworker6/http/index.docbook
+share/doc/HTML/en/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/en/kioworker6/webdav/index.docbook
+share/doc/HTML/es/kioworker6/data/index.cache.bz2
+share/doc/HTML/es/kioworker6/data/index.docbook
+share/doc/HTML/es/kioworker6/file/index.cache.bz2
+share/doc/HTML/es/kioworker6/file/index.docbook
+share/doc/HTML/es/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/es/kioworker6/ftp/index.docbook
+share/doc/HTML/es/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/es/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/es/kioworker6/help/index.cache.bz2
+share/doc/HTML/es/kioworker6/help/index.docbook
+share/doc/HTML/es/kioworker6/http/index.cache.bz2
+share/doc/HTML/es/kioworker6/http/index.docbook
+share/doc/HTML/es/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/es/kioworker6/webdav/index.docbook
+share/doc/HTML/et/kioworker6/data/index.cache.bz2
+share/doc/HTML/et/kioworker6/data/index.docbook
+share/doc/HTML/et/kioworker6/file/index.cache.bz2
+share/doc/HTML/et/kioworker6/file/index.docbook
+share/doc/HTML/et/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/et/kioworker6/ftp/index.docbook
+share/doc/HTML/et/kioworker6/help/index.cache.bz2
+share/doc/HTML/et/kioworker6/help/index.docbook
+share/doc/HTML/et/kioworker6/http/index.cache.bz2
+share/doc/HTML/et/kioworker6/http/index.docbook
+share/doc/HTML/et/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/et/kioworker6/webdav/index.docbook
+share/doc/HTML/fr/kioworker6/data/index.cache.bz2
+share/doc/HTML/fr/kioworker6/data/index.docbook
+share/doc/HTML/fr/kioworker6/file/index.cache.bz2
+share/doc/HTML/fr/kioworker6/file/index.docbook
+share/doc/HTML/fr/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/fr/kioworker6/ftp/index.docbook
+share/doc/HTML/fr/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/fr/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/fr/kioworker6/help/index.cache.bz2
+share/doc/HTML/fr/kioworker6/help/index.docbook
+share/doc/HTML/fr/kioworker6/http/index.cache.bz2
+share/doc/HTML/fr/kioworker6/http/index.docbook
+share/doc/HTML/fr/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/fr/kioworker6/webdav/index.docbook
+share/doc/HTML/gl/kioworker6/file/index.cache.bz2
+share/doc/HTML/gl/kioworker6/file/index.docbook
+share/doc/HTML/gl/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/gl/kioworker6/ftp/index.docbook
+share/doc/HTML/gl/kioworker6/help/index.cache.bz2
+share/doc/HTML/gl/kioworker6/help/index.docbook
+share/doc/HTML/gl/kioworker6/http/index.cache.bz2
+share/doc/HTML/gl/kioworker6/http/index.docbook
+share/doc/HTML/gl/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/gl/kioworker6/webdav/index.docbook
+share/doc/HTML/it/kioworker6/data/index.cache.bz2
+share/doc/HTML/it/kioworker6/data/index.docbook
+share/doc/HTML/it/kioworker6/file/index.cache.bz2
+share/doc/HTML/it/kioworker6/file/index.docbook
+share/doc/HTML/it/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/it/kioworker6/ftp/index.docbook
+share/doc/HTML/it/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/it/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/it/kioworker6/help/index.cache.bz2
+share/doc/HTML/it/kioworker6/help/index.docbook
+share/doc/HTML/it/kioworker6/http/index.cache.bz2
+share/doc/HTML/it/kioworker6/http/index.docbook
+share/doc/HTML/it/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/it/kioworker6/webdav/index.docbook
+share/doc/HTML/nl/kioworker6/data/index.cache.bz2
+share/doc/HTML/nl/kioworker6/data/index.docbook
+share/doc/HTML/nl/kioworker6/file/index.cache.bz2
+share/doc/HTML/nl/kioworker6/file/index.docbook
+share/doc/HTML/nl/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/nl/kioworker6/ftp/index.docbook
+share/doc/HTML/nl/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/nl/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/nl/kioworker6/help/index.cache.bz2
+share/doc/HTML/nl/kioworker6/help/index.docbook
+share/doc/HTML/nl/kioworker6/http/index.cache.bz2
+share/doc/HTML/nl/kioworker6/http/index.docbook
+share/doc/HTML/nl/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/nl/kioworker6/webdav/index.docbook
+share/doc/HTML/pt/kioworker6/data/index.cache.bz2
+share/doc/HTML/pt/kioworker6/data/index.docbook
+share/doc/HTML/pt/kioworker6/file/index.cache.bz2
+share/doc/HTML/pt/kioworker6/file/index.docbook
+share/doc/HTML/pt/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/pt/kioworker6/ftp/index.docbook
+share/doc/HTML/pt/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/pt/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/pt/kioworker6/help/index.cache.bz2
+share/doc/HTML/pt/kioworker6/help/index.docbook
+share/doc/HTML/pt/kioworker6/http/index.cache.bz2
+share/doc/HTML/pt/kioworker6/http/index.docbook
+share/doc/HTML/pt/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/pt/kioworker6/webdav/index.docbook
+share/doc/HTML/pt_BR/kioworker6/data/index.cache.bz2
+share/doc/HTML/pt_BR/kioworker6/data/index.docbook
+share/doc/HTML/pt_BR/kioworker6/file/index.cache.bz2
+share/doc/HTML/pt_BR/kioworker6/file/index.docbook
+share/doc/HTML/pt_BR/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/pt_BR/kioworker6/ftp/index.docbook
+share/doc/HTML/pt_BR/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/pt_BR/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/pt_BR/kioworker6/help/index.cache.bz2
+share/doc/HTML/pt_BR/kioworker6/help/index.docbook
+share/doc/HTML/pt_BR/kioworker6/http/index.cache.bz2
+share/doc/HTML/pt_BR/kioworker6/http/index.docbook
+share/doc/HTML/pt_BR/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/pt_BR/kioworker6/webdav/index.docbook
+share/doc/HTML/ru/kioworker6/data/index.cache.bz2
+share/doc/HTML/ru/kioworker6/data/index.docbook
+share/doc/HTML/ru/kioworker6/file/index.cache.bz2
+share/doc/HTML/ru/kioworker6/file/index.docbook
+share/doc/HTML/ru/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/ru/kioworker6/ftp/index.docbook
+share/doc/HTML/ru/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/ru/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/ru/kioworker6/help/index.cache.bz2
+share/doc/HTML/ru/kioworker6/help/index.docbook
+share/doc/HTML/ru/kioworker6/http/index.cache.bz2
+share/doc/HTML/ru/kioworker6/http/index.docbook
+share/doc/HTML/ru/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/ru/kioworker6/webdav/index.docbook
+share/doc/HTML/sr/kioworker6/data/index.cache.bz2
+share/doc/HTML/sr/kioworker6/data/index.docbook
+share/doc/HTML/sr/kioworker6/file/index.cache.bz2
+share/doc/HTML/sr/kioworker6/file/index.docbook
+share/doc/HTML/sr/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/sr/kioworker6/ftp/index.docbook
+share/doc/HTML/sr/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/sr/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/sr/kioworker6/help/index.cache.bz2
+share/doc/HTML/sr/kioworker6/help/index.docbook
+share/doc/HTML/sr/kioworker6/http/index.cache.bz2
+share/doc/HTML/sr/kioworker6/http/index.docbook
+share/doc/HTML/sr/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/sr/kioworker6/webdav/index.docbook
+share/doc/HTML/sr@latin/kioworker6/data/index.cache.bz2
+share/doc/HTML/sr@latin/kioworker6/data/index.docbook
+share/doc/HTML/sr@latin/kioworker6/file/index.cache.bz2
+share/doc/HTML/sr@latin/kioworker6/file/index.docbook
+share/doc/HTML/sr@latin/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/sr@latin/kioworker6/ftp/index.docbook
+share/doc/HTML/sr@latin/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/sr@latin/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/sr@latin/kioworker6/help/index.cache.bz2
+share/doc/HTML/sr@latin/kioworker6/help/index.docbook
+share/doc/HTML/sr@latin/kioworker6/http/index.cache.bz2
+share/doc/HTML/sr@latin/kioworker6/http/index.docbook
+share/doc/HTML/sr@latin/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/sr@latin/kioworker6/webdav/index.docbook
+share/doc/HTML/sv/kioworker6/data/index.cache.bz2
+share/doc/HTML/sv/kioworker6/data/index.docbook
+share/doc/HTML/sv/kioworker6/file/index.cache.bz2
+share/doc/HTML/sv/kioworker6/file/index.docbook
+share/doc/HTML/sv/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/sv/kioworker6/ftp/index.docbook
+share/doc/HTML/sv/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/sv/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/sv/kioworker6/help/index.cache.bz2
+share/doc/HTML/sv/kioworker6/help/index.docbook
+share/doc/HTML/sv/kioworker6/http/index.cache.bz2
+share/doc/HTML/sv/kioworker6/http/index.docbook
+share/doc/HTML/sv/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/sv/kioworker6/webdav/index.docbook
+share/doc/HTML/tr/kioworker6/data/index.cache.bz2
+share/doc/HTML/tr/kioworker6/data/index.docbook
+share/doc/HTML/tr/kioworker6/file/index.cache.bz2
+share/doc/HTML/tr/kioworker6/file/index.docbook
+share/doc/HTML/tr/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/tr/kioworker6/ftp/index.docbook
+share/doc/HTML/tr/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/tr/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/tr/kioworker6/help/index.cache.bz2
+share/doc/HTML/tr/kioworker6/help/index.docbook
+share/doc/HTML/tr/kioworker6/http/index.cache.bz2
+share/doc/HTML/tr/kioworker6/http/index.docbook
+share/doc/HTML/tr/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/tr/kioworker6/webdav/index.docbook
+share/doc/HTML/uk/kioworker6/data/index.cache.bz2
+share/doc/HTML/uk/kioworker6/data/index.docbook
+share/doc/HTML/uk/kioworker6/file/index.cache.bz2
+share/doc/HTML/uk/kioworker6/file/index.docbook
+share/doc/HTML/uk/kioworker6/ftp/index.cache.bz2
+share/doc/HTML/uk/kioworker6/ftp/index.docbook
+share/doc/HTML/uk/kioworker6/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/uk/kioworker6/help/documentationnotfound/index.docbook
+share/doc/HTML/uk/kioworker6/help/index.cache.bz2
+share/doc/HTML/uk/kioworker6/help/index.docbook
+share/doc/HTML/uk/kioworker6/http/index.cache.bz2
+share/doc/HTML/uk/kioworker6/http/index.docbook
+share/doc/HTML/uk/kioworker6/webdav/index.cache.bz2
+share/doc/HTML/uk/kioworker6/webdav/index.docbook
+share/kdevappwizard/templates/kioworker6.tar.bz2
+share/kf6/searchproviders/7digital.desktop
+share/kf6/searchproviders/acronym.desktop
+share/kf6/searchproviders/amazon.desktop
+share/kf6/searchproviders/amazon_mp3.desktop
+share/kf6/searchproviders/amg.desktop
+share/kf6/searchproviders/archpkg.desktop
+share/kf6/searchproviders/archwiki.desktop
+share/kf6/searchproviders/backports.desktop
+share/kf6/searchproviders/baidu.desktop
+share/kf6/searchproviders/beolingus.desktop
+share/kf6/searchproviders/bing.desktop
+share/kf6/searchproviders/boo.desktop
+share/kf6/searchproviders/bug.desktop
+share/kf6/searchproviders/call.desktop
+share/kf6/searchproviders/cia.desktop
+share/kf6/searchproviders/citeseer.desktop
+share/kf6/searchproviders/codeberg.desktop
+share/kf6/searchproviders/cpan.desktop
+share/kf6/searchproviders/cplusplus.desktop
+share/kf6/searchproviders/cppreference.desktop
+share/kf6/searchproviders/ctan.desktop
+share/kf6/searchproviders/ctan_cat.desktop
+share/kf6/searchproviders/dbug.desktop
+share/kf6/searchproviders/de2en.desktop
+share/kf6/searchproviders/de2fr.desktop
+share/kf6/searchproviders/deb.desktop
+share/kf6/searchproviders/deepl.desktop
+share/kf6/searchproviders/dictfr.desktop
+share/kf6/searchproviders/docbook.desktop
+share/kf6/searchproviders/doi.desktop
+share/kf6/searchproviders/duckduckgo.desktop
+share/kf6/searchproviders/duckduckgo_info.desktop
+share/kf6/searchproviders/duckduckgo_shopping.desktop
+share/kf6/searchproviders/ecosia.desktop
+share/kf6/searchproviders/en2de.desktop
+share/kf6/searchproviders/en2es.desktop
+share/kf6/searchproviders/en2fr.desktop
+share/kf6/searchproviders/en2it.desktop
+share/kf6/searchproviders/es2en.desktop
+share/kf6/searchproviders/facebook.desktop
+share/kf6/searchproviders/feedster.desktop
+share/kf6/searchproviders/flatpak.desktop
+share/kf6/searchproviders/flickr.desktop
+share/kf6/searchproviders/flickrcc.desktop
+share/kf6/searchproviders/foldoc.desktop
+share/kf6/searchproviders/fr2de.desktop
+share/kf6/searchproviders/fr2en.desktop
+share/kf6/searchproviders/freecode.desktop
+share/kf6/searchproviders/freedb.desktop
+share/kf6/searchproviders/fsd.desktop
+share/kf6/searchproviders/github.desktop
+share/kf6/searchproviders/gitlab.desktop
+share/kf6/searchproviders/google.desktop
+share/kf6/searchproviders/google_advanced.desktop
+share/kf6/searchproviders/google_code.desktop
+share/kf6/searchproviders/google_groups.desktop
+share/kf6/searchproviders/google_images.desktop
+share/kf6/searchproviders/google_lucky.desktop
+share/kf6/searchproviders/google_maps.desktop
+share/kf6/searchproviders/google_movie.desktop
+share/kf6/searchproviders/google_news.desktop
+share/kf6/searchproviders/google_shopping.desktop
+share/kf6/searchproviders/grec.desktop
+share/kf6/searchproviders/hyperdictionary.desktop
+share/kf6/searchproviders/hyperdictionary_thesaurus.desktop
+share/kf6/searchproviders/identica_groups.desktop
+share/kf6/searchproviders/identica_notices.desktop
+share/kf6/searchproviders/identica_people.desktop
+share/kf6/searchproviders/imdb.desktop
+share/kf6/searchproviders/invent.desktop
+share/kf6/searchproviders/invent_issues.desktop
+share/kf6/searchproviders/invent_mr.desktop
+share/kf6/searchproviders/invent_repo.desktop
+share/kf6/searchproviders/it2en.desktop
+share/kf6/searchproviders/jamendo.desktop
+share/kf6/searchproviders/jeeves.desktop
+share/kf6/searchproviders/kde.desktop
+share/kf6/searchproviders/kde_apps.desktop
+share/kf6/searchproviders/kde_forums.desktop
+share/kf6/searchproviders/kde_store.desktop
+share/kf6/searchproviders/kde_techbase.desktop
+share/kf6/searchproviders/kde_userbase.desktop
+share/kf6/searchproviders/kreddit.desktop
+share/kf6/searchproviders/krita.desktop
+share/kf6/searchproviders/learncpp.desktop
+share/kf6/searchproviders/leo.desktop
+share/kf6/searchproviders/linguee.desktop
+share/kf6/searchproviders/magnatune.desktop
+share/kf6/searchproviders/metacrawler.desktop
+share/kf6/searchproviders/microsoft_cpp.desktop
+share/kf6/searchproviders/msdn.desktop
+share/kf6/searchproviders/multitran-deru.desktop
+share/kf6/searchproviders/multitran-enru.desktop
+share/kf6/searchproviders/multitran-esru.desktop
+share/kf6/searchproviders/multitran-frru.desktop
+share/kf6/searchproviders/multitran-itru.desktop
+share/kf6/searchproviders/multitran-nlru.desktop
+share/kf6/searchproviders/netcraft.desktop
+share/kf6/searchproviders/nl-telephone.desktop
+share/kf6/searchproviders/nl-teletekst.desktop
+share/kf6/searchproviders/opendesktop.desktop
+share/kf6/searchproviders/opensuse.desktop
+share/kf6/searchproviders/pgpkeys.desktop
+share/kf6/searchproviders/php.desktop
+share/kf6/searchproviders/protondb.desktop
+share/kf6/searchproviders/pypi.desktop
+share/kf6/searchproviders/python.desktop
+share/kf6/searchproviders/qt5.desktop
+share/kf6/searchproviders/qt6.desktop
+share/kf6/searchproviders/qwant.desktop
+share/kf6/searchproviders/qwant_images.desktop
+share/kf6/searchproviders/qwant_news.desktop
+share/kf6/searchproviders/qwant_shopping.desktop
+share/kf6/searchproviders/qwant_social.desktop
+share/kf6/searchproviders/qwant_videos.desktop
+share/kf6/searchproviders/rae.desktop
+share/kf6/searchproviders/rag.desktop
+share/kf6/searchproviders/reddit.desktop
+share/kf6/searchproviders/rfc.desktop
+share/kf6/searchproviders/rpmfind.desktop
+share/kf6/searchproviders/ruby_application_archive.desktop
+share/kf6/searchproviders/rust.desktop
+share/kf6/searchproviders/soundcloud.desktop
+share/kf6/searchproviders/sourceforge.desktop
+share/kf6/searchproviders/technorati.desktop
+share/kf6/searchproviders/technoratitags.desktop
+share/kf6/searchproviders/thesaurus.desktop
+share/kf6/searchproviders/tvtome.desktop
+share/kf6/searchproviders/ubuntu.desktop
+share/kf6/searchproviders/urbandictionary.desktop
+share/kf6/searchproviders/uspto.desktop
+share/kf6/searchproviders/vimeo.desktop
+share/kf6/searchproviders/voila.desktop
+share/kf6/searchproviders/webster.desktop
+share/kf6/searchproviders/wikia.desktop
+share/kf6/searchproviders/wikipedia.desktop
+share/kf6/searchproviders/wiktionary.desktop
+share/kf6/searchproviders/wine.desktop
+share/kf6/searchproviders/wolfram_alpha.desktop
+share/kf6/searchproviders/wordref.desktop
+share/kf6/searchproviders/yahoo.desktop
+share/kf6/searchproviders/yahoo_image.desktop
+share/kf6/searchproviders/yahoo_local.desktop
+share/kf6/searchproviders/yahoo_shopping.desktop
+share/kf6/searchproviders/yahoo_video.desktop
+share/kf6/searchproviders/yandex.desktop
+share/kf6/searchproviders/youtube.desktop
+share/locale/af/LC_MESSAGES/kio6.mo
+share/locale/ar/LC_MESSAGES/kio6.mo
+share/locale/ast/LC_MESSAGES/kio6.mo
+share/locale/az/LC_MESSAGES/kio6.mo
+share/locale/be/LC_MESSAGES/kio6.mo
+share/locale/be@latin/LC_MESSAGES/kio6.mo
+share/locale/bg/LC_MESSAGES/kio6.mo
+share/locale/bn/LC_MESSAGES/kio6.mo
+share/locale/br/LC_MESSAGES/kio6.mo
+share/locale/bs/LC_MESSAGES/kio6.mo
+share/locale/ca/LC_MESSAGES/kio6.mo
+share/locale/ca@valencia/LC_MESSAGES/kio6.mo
+share/locale/cs/LC_MESSAGES/kio6.mo
+share/locale/csb/LC_MESSAGES/kio6.mo
+share/locale/cy/LC_MESSAGES/kio6.mo
+share/locale/da/LC_MESSAGES/kio6.mo
+share/locale/de/LC_MESSAGES/kio6.mo
+share/locale/el/LC_MESSAGES/kio6.mo
+share/locale/en_GB/LC_MESSAGES/kio6.mo
+share/locale/eo/LC_MESSAGES/kio6.mo
+share/locale/es/LC_MESSAGES/kio6.mo
+share/locale/et/LC_MESSAGES/kio6.mo
+share/locale/eu/LC_MESSAGES/kio6.mo
+share/locale/fa/LC_MESSAGES/kio6.mo
+share/locale/fi/LC_MESSAGES/kio6.mo
+share/locale/fr/LC_MESSAGES/kio6.mo
+share/locale/fy/LC_MESSAGES/kio6.mo
+share/locale/ga/LC_MESSAGES/kio6.mo
+share/locale/gl/LC_MESSAGES/kio6.mo
+share/locale/gu/LC_MESSAGES/kio6.mo
+share/locale/he/LC_MESSAGES/kio6.mo
+share/locale/hi/LC_MESSAGES/kio6.mo
+share/locale/hr/LC_MESSAGES/kio6.mo
+share/locale/hsb/LC_MESSAGES/kio6.mo
+share/locale/hu/LC_MESSAGES/kio6.mo
+share/locale/ia/LC_MESSAGES/kio6.mo
+share/locale/id/LC_MESSAGES/kio6.mo
+share/locale/ie/LC_MESSAGES/kio6.mo
+share/locale/is/LC_MESSAGES/kio6.mo
+share/locale/it/LC_MESSAGES/kio6.mo
+share/locale/ja/LC_MESSAGES/kio6.mo
+share/locale/ka/LC_MESSAGES/kio6.mo
+share/locale/kk/LC_MESSAGES/kio6.mo
+share/locale/km/LC_MESSAGES/kio6.mo
+share/locale/ko/LC_MESSAGES/kio6.mo
+share/locale/ku/LC_MESSAGES/kio6.mo
+share/locale/lt/LC_MESSAGES/kio6.mo
+share/locale/lv/LC_MESSAGES/kio6.mo
+share/locale/mai/LC_MESSAGES/kio6.mo
+share/locale/mk/LC_MESSAGES/kio6.mo
+share/locale/ml/LC_MESSAGES/kio6.mo
+share/locale/mr/LC_MESSAGES/kio6.mo
+share/locale/ms/LC_MESSAGES/kio6.mo
+share/locale/my/LC_MESSAGES/kio6.mo
+share/locale/nb/LC_MESSAGES/kio6.mo
+share/locale/nds/LC_MESSAGES/kio6.mo
+share/locale/ne/LC_MESSAGES/kio6.mo
+share/locale/nl/LC_MESSAGES/kio6.mo
+share/locale/nn/LC_MESSAGES/kio6.mo
+share/locale/oc/LC_MESSAGES/kio6.mo
+share/locale/pa/LC_MESSAGES/kio6.mo
+share/locale/pl/LC_MESSAGES/kio6.mo
+share/locale/pt/LC_MESSAGES/kio6.mo
+share/locale/pt_BR/LC_MESSAGES/kio6.mo
+share/locale/ro/LC_MESSAGES/kio6.mo
+share/locale/ru/LC_MESSAGES/kio6.mo
+share/locale/sa/LC_MESSAGES/kio6.mo
+share/locale/se/LC_MESSAGES/kio6.mo
+share/locale/sk/LC_MESSAGES/kio6.mo
+share/locale/sl/LC_MESSAGES/kio6.mo
+share/locale/sq/LC_MESSAGES/kio6.mo
+share/locale/sr/LC_MESSAGES/kio6.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kio6.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kio6.mo
+share/locale/sr@latin/LC_MESSAGES/kio6.mo
+share/locale/sv/LC_MESSAGES/kio6.mo
+share/locale/ta/LC_MESSAGES/kio6.mo
+share/locale/tg/LC_MESSAGES/kio6.mo
+share/locale/th/LC_MESSAGES/kio6.mo
+share/locale/tok/LC_MESSAGES/kio6.mo
+share/locale/tr/LC_MESSAGES/kio6.mo
+share/locale/ug/LC_MESSAGES/kio6.mo
+share/locale/uk/LC_MESSAGES/kio6.mo
+share/locale/uz/LC_MESSAGES/kio6.mo
+share/locale/uz@cyrillic/LC_MESSAGES/kio6.mo
+share/locale/vi/LC_MESSAGES/kio6.mo
+share/locale/wa/LC_MESSAGES/kio6.mo
+share/locale/xh/LC_MESSAGES/kio6.mo
+share/locale/zh_CN/LC_MESSAGES/kio6.mo
+share/locale/zh_TW/LC_MESSAGES/kio6.mo
+share/qlogging-categories6/kio.categories
+share/qlogging-categories6/kio.renamecategories
Index: pkgsrc/devel/kf6-kio/buildlink3.mk
diff -u /dev/null pkgsrc/devel/kf6-kio/buildlink3.mk:1.1
--- /dev/null   Sun May 26 11:42:12 2024
+++ pkgsrc/devel/kf6-kio/buildlink3.mk  Sun May 26 11:42:11 2024
@@ -0,0 +1,36 @@
+# $NetBSD: buildlink3.mk,v 1.1 2024/05/26 11:42:11 markd Exp $
+
+BUILDLINK_TREE+=       kf6-kio
+
+.if !defined(KF6_KIO_BUILDLINK3_MK)
+KF6_KIO_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kf6-kio+=        kf6-kio>=6.2.0
+BUILDLINK_PKGSRCDIR.kf6-kio?=  ../../devel/kf6-kio
+
+.include "../../archivers/kf6-karchive/buildlink3.mk"
+.include "../../devel/kf6-kbookmarks/buildlink3.mk"
+.include "../../devel/kf6-kcolorscheme/buildlink3.mk"
+.include "../../devel/kf6-kconfig/buildlink3.mk"
+.include "../../devel/kf6-kcoreaddons/buildlink3.mk"
+.include "../../devel/kf6-kcrash/buildlink3.mk"
+.include "../../devel/kf6-kdoctools/buildlink3.mk"
+.include "../../devel/kf6-ki18n/buildlink3.mk"
+.include "../../devel/kf6-kservice/buildlink3.mk"
+.include "../../graphics/kf6-kiconthemes/buildlink3.mk"
+.include "../../lang/qt6-qtdeclarative/buildlink3.mk"
+.include "../../security/kf6-kauth/buildlink3.mk"
+.include "../../security/kf6-kwallet/buildlink3.mk"
+.include "../../sysutils/kf6-kdbusaddons/buildlink3.mk"
+.include "../../sysutils/kf6-solid/buildlink3.mk"
+.include "../../textproc/kf6-kcompletion/buildlink3.mk"
+.include "../../x11/kf6-kconfigwidgets/buildlink3.mk"
+.include "../../x11/kf6-kguiaddons/buildlink3.mk"
+.include "../../x11/kf6-kitemviews/buildlink3.mk"
+.include "../../x11/kf6-kjobwidgets/buildlink3.mk"
+.include "../../x11/kf6-kwidgetsaddons/buildlink3.mk"
+.include "../../x11/kf6-kwindowsystem/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.endif # KF6_KIO_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -kf6-kio
Index: pkgsrc/devel/kf6-kio/distinfo
diff -u /dev/null pkgsrc/devel/kf6-kio/distinfo:1.1
--- /dev/null   Sun May 26 11:42:12 2024
+++ pkgsrc/devel/kf6-kio/distinfo       Sun May 26 11:42:12 2024
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1 2024/05/26 11:42:12 markd Exp $
+
+BLAKE2s (kio-6.2.0.tar.xz) = 708d2bd286451be904ad75440912497eb4e12423b9ed8c33ef0836e2bdfb44a4
+SHA512 (kio-6.2.0.tar.xz) = 36f0311ad9ee44562ebf40da1746cf9945d0284bd5153b92b9703cefefb947032265330152f4bd7a17672d15f83d5dbf1d4087ea278b18c76c057608ae881463
+Size (kio-6.2.0.tar.xz) = 3346336 bytes
+SHA1 (patch-autotests_kcoredirlister__benchmark.cpp) = b0d8c7543c15682f4f1699e9db2cba560a7ab5c2
+SHA1 (patch-src_core_kmountpoint.cpp) = 463809efb317c5eb721209504521a0c0013b0442
+SHA1 (patch-src_kioworkers_file_file__unix.cpp) = 277c1dcbccab38c3393d540396b1e3615034253c

Index: pkgsrc/devel/kf6-kio/patches/patch-autotests_kcoredirlister__benchmark.cpp
diff -u /dev/null pkgsrc/devel/kf6-kio/patches/patch-autotests_kcoredirlister__benchmark.cpp:1.1
--- /dev/null   Sun May 26 11:42:12 2024
+++ pkgsrc/devel/kf6-kio/patches/patch-autotests_kcoredirlister__benchmark.cpp  Sun May 26 11:42:12 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-autotests_kcoredirlister__benchmark.cpp,v 1.1 2024/05/26 11:42:12 markd Exp $
+
+Avoid ambiguous function call.
+
+--- autotests/kcoredirlister_benchmark.cpp.orig        2022-04-02 10:22:23.000000000 +0000
++++ autotests/kcoredirlister_benchmark.cpp
+@@ -16,6 +16,8 @@
+ #include <algorithm>
+ #include <random>
+ 
++using std::pow;
++
+ // BEGIN Global variables
+ const QString fileNameArg = QLatin1String("/home/user/Folder1/SubFolder2/a%1.txt");
+ // to check with 10, 100, 1000, ... KFileItem
Index: pkgsrc/devel/kf6-kio/patches/patch-src_core_kmountpoint.cpp
diff -u /dev/null pkgsrc/devel/kf6-kio/patches/patch-src_core_kmountpoint.cpp:1.1
--- /dev/null   Sun May 26 11:42:12 2024
+++ pkgsrc/devel/kf6-kio/patches/patch-src_core_kmountpoint.cpp Sun May 26 11:42:12 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_core_kmountpoint.cpp,v 1.1 2024/05/26 11:42:12 markd Exp $
+
+statvfs has f_flag
+
+--- src/core/kmountpoint.cpp.orig      2022-04-02 10:22:23.000000000 +0000
++++ src/core/kmountpoint.cpp
+@@ -293,6 +293,7 @@ KMountPoint::List KMountPoint::currentMo
+ 
+ #if GETMNTINFO_USES_STATVFS
+     struct statvfs *mounted;
++#   define f_flags f_flag
+ #else
+     struct statfs *mounted;
+ #endif
Index: pkgsrc/devel/kf6-kio/patches/patch-src_kioworkers_file_file__unix.cpp
diff -u /dev/null pkgsrc/devel/kf6-kio/patches/patch-src_kioworkers_file_file__unix.cpp:1.1
--- /dev/null   Sun May 26 11:42:12 2024
+++ pkgsrc/devel/kf6-kio/patches/patch-src_kioworkers_file_file__unix.cpp       Sun May 26 11:42:12 2024
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_kioworkers_file_file__unix.cpp,v 1.1 2024/05/26 11:42:12 markd Exp $
+
+Fix HAVE_DIRENT_D_TYPE type.
+
+--- src/kioworkers/file/file_unix.cpp.orig     2022-04-02 10:22:23.000000000 +0000
++++ src/kioworkers/file/file_unix.cpp
+@@ -1088,7 +1088,7 @@ void FileProtocol::listDir(const QUrl &u
+     // qDebug() << "========= LIST " << url << "details=" << details << " =========";
+     UDSEntry entry;
+ 
+-#ifndef HAVE_DIRENT_D_TYPE
++#if !HAVE_DIRENT_D_TYPE
+     QT_STATBUF st;
+ #endif
+     QT_DIRENT *ep;
+@@ -1109,7 +1109,7 @@ void FileProtocol::listDir(const QUrl &u
+          */
+         if (details == KIO::StatBasic) {
+             entry.fastInsert(KIO::UDSEntry::UDS_NAME, filename);
+-#ifdef HAVE_DIRENT_D_TYPE
++#if HAVE_DIRENT_D_TYPE
+             entry.fastInsert(KIO::UDSEntry::UDS_FILE_TYPE, (ep->d_type == DT_DIR) ? S_IFDIR : S_IFREG);
+             const bool isSymLink = (ep->d_type == DT_LNK);
+ #else



Home | Main Index | Thread Index | Old Index