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:           Thu Jun 21 05:42:07 UTC 2018

Modified Files:
        pkgsrc/devel/kio: Makefile PLIST distinfo
Removed Files:
        pkgsrc/devel/kio/patches: patch-src_ioslaves_file_sharefd_p.h

Log Message:
kio: update to 5.47.0

* Check if destination exists also when pasting binary data
* Auth support: Return the actual length of socket buffer
* Auth support: Unify API for file descriptor sharing
* Auth support: Create socket file in user's runtime directory
* Auth support: Delete socket file after use
* Auth support: Move task of cleaning up socket file to FdReceiver
* Auth support: In linux don't use abstract socket to share file descriptor
* [kcoredirlister] Remove as many url.toString() as possible
* KFileItemActions: fallback to default mimetype when selecting only files
* Introduce KFileItemListProperties::isFile()
* KPropertiesDialogPlugin can now specify multiple supported protocols using
  X-KDE-Protocols
* Preserve fragment when redirecting from http to https
* [KUrlNavigator] Emit tabRequested when path in path selector menu is
  middle-clicked
* Performance: use the new uds implementation
* Don't redirect smb:/ to smb:// and then to smb:///
* Allow accepting by double-click in save dialog
* Enable preview by default in the filepicker dialog
* Hide file preview when icon is too small
* i18n: use plural form again for plugin message
* Use a regular dialog rather than a list dialog when trashing or deleting a
  single file
* Make the warning text for deletion operations emphasize its permanency and
  irreversibility
* Revert "Show view mode buttons in the open/save dialog's toolbar"


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/kio/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/kio/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/kio/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/kio/patches/patch-src_ioslaves_file_sharefd_p.h

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.24 pkgsrc/devel/kio/Makefile:1.25
--- pkgsrc/devel/kio/Makefile:1.24      Fri Jun 15 13:46:48 2018
+++ pkgsrc/devel/kio/Makefile   Thu Jun 21 05:42:07 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2018/06/15 13:46:48 jperkin Exp $
+# $NetBSD: Makefile,v 1.25 2018/06/21 05:42:07 markd Exp $
 
 DISTNAME=      kio-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
@@ -12,7 +11,7 @@ LICENSE=      gnu-lgpl-v2.1
 
 USE_TOOLS+=    msgmerge
 
-CMAKE_ARGS+=   -DKAUTH_DBUS_DIR=${PREFIX}/share/examples/kio
+#CMAKE_ARGS+=  -DKAUTH_DBUS_DIR=${PREFIX}/share/examples/kio
 
 LDFLAGS.SunOS+=        -lsocket
 
@@ -29,9 +28,9 @@ CONF_FILES+=  ${PREFIX}/share/examples/kd
 CONF_FILES+=   ${PREFIX}/share/examples/kde-xdg/kshorturifilterrc \
                ${PKG_SYSCONFDIR}/xdg/kshorturifilterrc
 
-MAKE_DIRS+=    ${PKG_SYSCONFDIR}/dbus-1/system.d
-CONF_FILES+=   ${PREFIX}/share/examples/kio/org.kde.kio.file.conf \
-               ${PKG_SYSCONFDIR}/dbus-1/system.d/org.kde.kio.file.conf
+#MAKE_DIRS+=   ${PKG_SYSCONFDIR}/dbus-1/system.d
+#CONF_FILES+=  ${PREFIX}/share/examples/kio/org.kde.kio.file.conf \
+#              ${PKG_SYSCONFDIR}/dbus-1/system.d/org.kde.kio.file.conf
 
 # generation of kcookieserver.moc fails when ${PREFIX}/include in the moc include path
 SUBST_CLASSES+=                fix-moc

Index: pkgsrc/devel/kio/PLIST
diff -u pkgsrc/devel/kio/PLIST:1.4 pkgsrc/devel/kio/PLIST:1.5
--- pkgsrc/devel/kio/PLIST:1.4  Wed Apr 11 11:50:35 2018
+++ pkgsrc/devel/kio/PLIST      Thu Jun 21 05:42:07 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/04/11 11:50:35 markd Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/06/21 05:42:07 markd Exp $
 bin/kcookiejar5
 bin/ktelnetservice5
 bin/ktrash5
@@ -264,7 +264,6 @@ lib/libKF5KIONTLM.so.${PKGVERSION}
 lib/libKF5KIOWidgets.so
 lib/libKF5KIOWidgets.so.5
 lib/libKF5KIOWidgets.so.${PKGVERSION}
-libexec/kauth/file_helper
 libexec/kf5/kio_http_cache_cleaner
 libexec/kf5/kiod5
 libexec/kf5/kioexec
@@ -317,7 +316,6 @@ share/dbus-1/services/org.kde.kiod5.serv
 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/dbus-1/system-services/org.kde.kio.file.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
@@ -614,6 +612,8 @@ share/doc/HTML/ru/kioslave5/file/index.c
 share/doc/HTML/ru/kioslave5/file/index.docbook
 share/doc/HTML/ru/kioslave5/ftp/index.cache.bz2
 share/doc/HTML/ru/kioslave5/ftp/index.docbook
+share/doc/HTML/ru/kioslave5/help/documentationnotfound/index.cache.bz2
+share/doc/HTML/ru/kioslave5/help/documentationnotfound/index.docbook
 share/doc/HTML/ru/kioslave5/help/index.cache.bz2
 share/doc/HTML/ru/kioslave5/help/index.docbook
 share/doc/HTML/ru/kioslave5/telnet/index.cache.bz2
@@ -754,7 +754,7 @@ share/doc/HTML/uk/kioslave5/webdav/index
 share/doc/HTML/uk/kioslave5/webdav/index.docbook
 share/examples/kde-xdg/accept-languages.codes
 share/examples/kde-xdg/kshorturifilterrc
-share/examples/kio/org.kde.kio.file.conf
+share/kconf_update/filepicker.upd
 share/kf5/kcookiejar/domain_info
 share/knotifications5/proxyscout.notifyrc
 share/kservices5/cache.desktop
@@ -1035,4 +1035,3 @@ share/locale/wa/LC_MESSAGES/kio5.mo
 share/locale/xh/LC_MESSAGES/kio5.mo
 share/locale/zh_CN/LC_MESSAGES/kio5.mo
 share/locale/zh_TW/LC_MESSAGES/kio5.mo
-share/polkit-1/actions/org.kde.kio.file.policy

Index: pkgsrc/devel/kio/distinfo
diff -u pkgsrc/devel/kio/distinfo:1.6 pkgsrc/devel/kio/distinfo:1.7
--- pkgsrc/devel/kio/distinfo:1.6       Fri Jun 15 13:46:48 2018
+++ pkgsrc/devel/kio/distinfo   Thu Jun 21 05:42:07 2018
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.6 2018/06/15 13:46:48 jperkin Exp $
+$NetBSD: distinfo,v 1.7 2018/06/21 05:42:07 markd Exp $
 
-SHA1 (kio-5.44.0.tar.xz) = 272c7fce9fbcc895204b8eeb3e75d6261d47d5fa
-RMD160 (kio-5.44.0.tar.xz) = baf8671698b24b1688510dfe3e8ed9287c946b77
-SHA512 (kio-5.44.0.tar.xz) = ec50fce1b60eda5ba637abd37a14e10d853bbf35be2d1ef48ee69681ed2f5356d919e06f0156558187f0e7bc5f642790e72af6f7554a1c72ffd445d22844429b
-Size (kio-5.44.0.tar.xz) = 3145388 bytes
+SHA1 (kio-5.47.0.tar.xz) = 7b0ddaadc6871a4263939264bf13175a9d896d27
+RMD160 (kio-5.47.0.tar.xz) = 99b8c5034193b517d0a7cd4b1b75381c1a9f5ea1
+SHA512 (kio-5.47.0.tar.xz) = 2f0003fb8f6d755cb101e82841f1b4d7f0b464759624794ad6289aff4cd1ddfcaa2d5605b00733e021955cf5b601058f06f09c7e154934735fbbbd785fdc4c8e
+Size (kio-5.47.0.tar.xz) = 3159580 bytes
 SHA1 (patch-src_core_config-kmountpoint.h.cmake) = 7da0ea584a8c10b7b5476dd91f56a284869f056c
 SHA1 (patch-src_ioslaves_file_file.cpp) = 2c6269f8a4b7a505612ff84cb247190b5f5096e6
 SHA1 (patch-src_ioslaves_file_file__unix.cpp) = 2f5350b513364099fde558745fdd608c629c07d1
-SHA1 (patch-src_ioslaves_file_sharefd_p.h) = b54cc6f5fea7fe99467b92bbea1e6120116d2f9e



Home | Main Index | Thread Index | Old Index