pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kio



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun  7 11:08:59 UTC 2020

Modified Files:
        pkgsrc/devel/kio: Makefile PLIST distinfo

Log Message:
kio: update to 5.70.0

5.67
  Add missing renamed event when a destination file already existed
  KFilePlacesModel: On new profile in recent show only recentlyused:/ based
  entries by default
  Add KFileCustomDialog constructor with a startDir parameter
  Fix QRegularExpression::wildcardToRegularExpression() usage
  Allow to handle apps with Terminal=True in their desktop file, handle
  their associated mimetype properly
  KOpenWithDialog: Allow to return a newly created KService created
  associated to a mimetype
  Add KIO::DropJobFlag to allow manually showing the menu
  Revert effective removal of KUrlPixmapProvider from API
  SlaveBase::dispatchLoop: Fix timeout calculation
  [KDirOperator] Allow renaming files from the context menu
5.68
  [KFileFilterCombo] Don't add invalid QMimeType to mimes filter
  KIO::iconNameForUrl(): handle the case of a file/folder under trash:/
  [krun] Share implementation of runService and runApplication
  [krun] Drop KToolInvocation support from KRun::runService
  Improve KDirModel to avoid showing '+' if there are no subdirs
  KIO::iconNameForUrl: fix searching for kde protocol icons
  Change "AutoSkip" to "Skip All"
  Fix memory leak in KUrlNavigatorPlacesSelector::updateMenu
  file ioslave: stop copying as soon as the ioslave is killed
5.69
  New class KIO::CommandLauncherJob in KIOGui to replace KRun::runCommand
  New class KIO::ApplicationLauncherJob in KIOGui to replace KRun::run
  File ioslave : use Better setting for sendfile syscall
  FileWidgets: Ignore Return events from KDirOperator
  [DirectorySizeJob] Fix sub-dirs count when resolving symlinks to dirs
  Mark KIOFuse mounts as Probably slow
  kio_file: honour KIO::StatResolveSymlink for UDS_DEVICE_ID and UDS_INODE
  [KNewFileMenu] Add extension to proposed filename
  [KOpenWithDialog] Add generic name from .desktop files as a tooltip
  KDirModel: implement showing a root node for the requested URL
  Register spawned applications as an independent cgroups
  Add "Stat" prefix to StatDetails Enum entries
  Windows: Add suport for file date creation
  KAbstractFileItemActionPlugin: Add missing quotes in code example
  Avoid double fetch and temporary hex encoding for NTFS attributes
  [DesktopExecParser] Open {ssh,telnet,rlogin}:// urls with ktelnetservice
  [KPasswdServer] replace foreach with range/index-based for
  KRun's KProcessRunner: terminate startup notification on error too
5.70
  [RenameDialog] Add an arrow indicating direction from src to dest
  KIO_SILENT Adjust API docs to match reality
  Move handling of untrusted programs to ApplicationLauncherJob
  Detect executables without +x permission in $PATH to improve error message
  Make the HTML file template more useful
  Add JobUiDelegate constructor with AutoErrorHandling flag and window
  Fix cache directory calculation when adding to trash
  File protocol: ensure KIO::StatAcl works without implicitely depending on
KIO::StatBasic
  Add KIO::StatRecursiveSize detail value so kio_trash only does this on
demand
  [KFileBookMarkHandler] Port to new KBookmarkMenu-5.69
  Mark KStatusBarOfflineIndicator as deprecated
  Avoid crash in release mode after the warning about unexpected child items
  Docu: remove mention of non-existing signal
  kio_trash: Add size, modification, access and create date for trash:/
  [KDirOperator] Use new "Show/Hide Hidden Files" standard shortcut
  Show previews on encrypted filesystems
  [KPropertiesDialog] Disable changing remote dir icons
  [KPropertiesDialog] Fix QLayout warning


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/kio/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/kio/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/kio/distinfo

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

Modified files:

Index: pkgsrc/devel/kio/Makefile
diff -u pkgsrc/devel/kio/Makefile:1.43 pkgsrc/devel/kio/Makefile:1.44
--- pkgsrc/devel/kio/Makefile:1.43      Tue Jun  2 08:22:36 2020
+++ pkgsrc/devel/kio/Makefile   Sun Jun  7 11:08:59 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2020/06/02 08:22:36 adam Exp $
+# $NetBSD: Makefile,v 1.44 2020/06/07 11:08:59 markd Exp $
 
 DISTNAME=      kio-${KF5VER}
-PKGREVISION=   4
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks

Index: pkgsrc/devel/kio/PLIST
diff -u pkgsrc/devel/kio/PLIST:1.9 pkgsrc/devel/kio/PLIST:1.10
--- pkgsrc/devel/kio/PLIST:1.9  Wed Jan 29 11:49:24 2020
+++ pkgsrc/devel/kio/PLIST      Sun Jun  7 11:08:59 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/01/29 11:49:24 markd Exp $
+@comment $NetBSD: PLIST,v 1.10 2020/06/07 11:08:59 markd Exp $
 bin/kcookiejar5
 bin/ktelnetservice5
 bin/ktrash5
@@ -168,7 +168,11 @@ include/KF5/KIOFileWidgets/kpreviewwidge
 include/KF5/KIOFileWidgets/krecentdirs.h
 include/KF5/KIOFileWidgets/kstatusbarofflineindicator.h
 include/KF5/KIOFileWidgets/kurlnavigator.h
+include/KF5/KIOGui/KIO/ApplicationLauncherJob
+include/KF5/KIOGui/KIO/CommandLauncherJob
 include/KF5/KIOGui/KIO/FavIconRequestJob
+include/KF5/KIOGui/kio/applicationlauncherjob.h
+include/KF5/KIOGui/kio/commandlauncherjob.h
 include/KF5/KIOGui/kio/faviconrequestjob.h
 include/KF5/KIOGui/kiogui_export.h
 include/KF5/KIOWidgets/KAbstractFileItemActionPlugin
@@ -192,6 +196,7 @@ include/KF5/KIOWidgets/KIO/PasteJob
 include/KF5/KIOWidgets/KIO/PixmapLoader
 include/KF5/KIOWidgets/KIO/PreviewJob
 include/KF5/KIOWidgets/KIO/RenameDialog
+include/KF5/KIOWidgets/KIO/RenameFileDialog
 include/KF5/KIOWidgets/KIO/SkipDialog
 include/KF5/KIOWidgets/KIO/SslUi
 include/KF5/KIOWidgets/KIO/ThumbCreator
@@ -230,6 +235,7 @@ include/KF5/KIOWidgets/kio/pastejob.h
 include/KF5/KIOWidgets/kio/pixmaploader.h
 include/KF5/KIOWidgets/kio/previewjob.h
 include/KF5/KIOWidgets/kio/renamedialog.h
+include/KF5/KIOWidgets/kio/renamefiledialog.h
 include/KF5/KIOWidgets/kio/skipdialog.h
 include/KF5/KIOWidgets/kio/sslui.h
 include/KF5/KIOWidgets/kio/thumbcreator.h
@@ -475,6 +481,18 @@ share/doc/HTML/et/kioslave5/telnet/index
 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/kioslave5/file/index.cache.bz2
+share/doc/HTML/fr/kioslave5/file/index.docbook
+share/doc/HTML/fr/kioslave5/ftp/index.cache.bz2
+share/doc/HTML/fr/kioslave5/ftp/index.docbook
+share/doc/HTML/fr/kioslave5/help/index.cache.bz2
+share/doc/HTML/fr/kioslave5/help/index.docbook
+share/doc/HTML/fr/kioslave5/http/index.cache.bz2
+share/doc/HTML/fr/kioslave5/http/index.docbook
+share/doc/HTML/fr/kioslave5/telnet/index.cache.bz2
+share/doc/HTML/fr/kioslave5/telnet/index.docbook
+share/doc/HTML/fr/kioslave5/webdav/index.cache.bz2
+share/doc/HTML/fr/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

Index: pkgsrc/devel/kio/distinfo
diff -u pkgsrc/devel/kio/distinfo:1.11 pkgsrc/devel/kio/distinfo:1.12
--- pkgsrc/devel/kio/distinfo:1.11      Wed Jan 29 11:49:24 2020
+++ pkgsrc/devel/kio/distinfo   Sun Jun  7 11:08:59 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2020/01/29 11:49:24 markd Exp $
+$NetBSD: distinfo,v 1.12 2020/06/07 11:08:59 markd Exp $
 
-SHA1 (kio-5.66.0.tar.xz) = 53989d77a38856b35859831e5c96d7013ba66372
-RMD160 (kio-5.66.0.tar.xz) = ecde5efc44e68ee84343c2e3ee822240899cc38e
-SHA512 (kio-5.66.0.tar.xz) = 7be872029fb93e76663291e868e829603f14fadfb0264c2c7dff351eba64a8574776a595ae57ca920a394e56940b220fc1065c01d0d88858fe3b7a3e5757ce87
-Size (kio-5.66.0.tar.xz) = 3202728 bytes
+SHA1 (kio-5.70.0.tar.xz) = 20b4920882516c1abfacc4f6997a3879369d085a
+RMD160 (kio-5.70.0.tar.xz) = d0b5f1e50b29238b34f6690d82c8726cd4789698
+SHA512 (kio-5.70.0.tar.xz) = 80e8e8bcd49c09228c9a439f97aecca784880b852eeb82c84ec44868de44d2b0c5a63a4d220e6c2f2c264b7e87fe0d5b639f652b1f50c9fe1b1b941b366d929a
+Size (kio-5.70.0.tar.xz) = 3200704 bytes
 SHA1 (patch-src_core_config-kmountpoint.h.cmake) = 7da0ea584a8c10b7b5476dd91f56a284869f056c
 SHA1 (patch-src_ioslaves_file_file.cpp) = ecd5574c59b4f4db8a2e303e71894e0c527f4650



Home | Main Index | Thread Index | Old Index