pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Update KDE Frameworks to 5.25.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2b72c8310ce
branches:  trunk
changeset: 351538:d2b72c8310ce
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Aug 21 21:17:57 2016 +0000

description:
Update KDE Frameworks to 5.25.0

5.22:
KCoreAddons
* Provide a way to disable inotify use in KDirWatch
* Fix KAboutData::applicationData() to init from current
  Q*Application metadata
* Make clear that KRandom is not recommended for cryptography purposes
KDeclarative
* Don't crash if we have no openGL context
KDocTools
* Added entity applications
KI18n
* libgettext: Fix potential use-after-free using non-g++ compilers
KIO
* kurlnavigatortoolbutton.cpp - use buttonWidth in paintEvent()
* New file menu: filter out duplicates (e.g. between .qrc and system files)
* Fix error message on startup of the cookies KCM
* Remove kmailservice5, it can only do harm at this point
* Fix KFileItem::refresh() for symlinks. The wrong size, filetype
  and permissions were being set
* Fix regression in KFileItem: refresh() would lose the file type,
  so a dir became a file
* Set text on QCheckbox widget rather than using a separate label
* Don't enable acl permissions widget if we don't own the file
* Fix double-slash in KUriFilter results when a name filter is set
* KUrlRequester: add signal textEdited (forwarded from QLineEdit)
KItemModels
* Fix template syntax for test case generation
* Fix linking with Qt 5.4 (wrongly placed #endif)
KParts
* Fix the layout of the BrowserOpenOrSaveQuestion dialogue
KPeople
* Add a check for PersonData being valid
KRunner
* Fix metainfo.yaml: KRunner is neither a porting aid nor deprecated
KService
* Remove too-strict maximum string length in KSycoca database
KTextEditor
* Use proper char syntax '"' instead of '\"'
* doxygen.xml: Use default style dsAnnotation for "Custom Tags" as
  well (less hard-coded colors)
* Add option to show the counter of words
* Improved foreground color contrast for search & replace highlightings
* Fix crash when closing Kate through dbus while the print dialog is open
* Cursor::isValid(): add note about isValidTextPosition()
* Add API {Cursor, Range}::{toString, static fromString}

5.23:
KDE Doxygen Tools
* Major rework of the API docs generation
KCMUtils
* Use QQuickWidget for QML KCMs
KConfig
* Avoid skipping KAuthorized check
KCoreAddons
* Print the failing plugin when notifying a cast warning
* [kshareddatacache] Fix invalid use of & to avoid unaligned reads
* Kdelibs4ConfigMigrator: skip reparsing if nothing was migrated
* krandom: Add testcase to catch bug 362161 (failure to auto-seed)
KCrash
* Check size of unix domain socket path before copying to it
KDeclarative
* Support selected state
* KCMShell import can now be used to query for whether opening a KCM
  is actually allowed
KDocTools
* Add commonly used entities for keys to en/user.entities
* Update man-docbook template
* Update book template + man template + add arcticle template
* Call kdoctools_create_handbook only for index.docbook
KIO
* Give clearer error message when KRun(URL) is given a URL without
  scheme
* Add KProtocolInfo::archiveMimetypes()
* use selected icon mode in file open dialog sidebar
* kshorturifilter: fix regression with mailto: not prepended when
* no mailer is installed
KNotification
* use QUrl::fromUserInput to construct sound url
KNotifyConfig
* use QUrl::fromUserInput to construct sound url
KService
* Fix associated applications for mimetypes with uppercase characters
* Lowercase the lookup key for mimetypes, to make it case insensitive
* Fix ksycoca notifications when the DB doesn't exist yet
KTextEditor
* Fix default encoding to UTF-8
* Fix color configurability of default style "Error"
* Search & Replace: Fix replace background color (regression introduced
  in v5.22)
* New color scheme "Breeze Dark", see https://kate-editor.org/?post=3745
* KateUndoManager::setUndoRedoCursorOfLastGroup(): pass Cursor as const
  reference
* sql-postgresql.xml improve syntax highlighting by ignoring multiline
  function bodies
* Add syntax highlighting for Elixir and Kotlin
* VHDL syntax highlighting in ktexteditor: add support for functions
  inside architecture statements
* vimode: Don't crash when given a range for a nonexistent command
* Properly remove composed characters when using Indic locales

5.24:
KBookmarks
* Cleanup KBookmarkManagerList before qApp exits, to avoid deadlocks
  with the DBus thread
KConfig
* Deprecate authorizeKAction() in favor of authorizeAction()
* Fix reproducibility in builds by ensuring utf-8 encoding
KDeclarative
* Make epoxy optional
KDocTools
* Allow KDocTools to always locate at least its own installed stuff
* Use CMAKE_INSTALL_DATAROOTDIR to look for docbook instead of share
* Update qt5options manpage docbook to qt 5.4
* Update kf5options manpage docbook
KI18n
* Also search catalogs for stripped variants of values in env var LANGUAGE
* Fix parsing of env var values WRT modifier and codeset, done in wrong order
KIO
* KIO: add SlaveBase::openPasswordDialogV2 for better error checking,
  please port your kioslaves to it
* Fix KUrlRequester opening file dialog in wrong directory
* Fix unsafe KDirModelDirNode* casts
* Add cmake option KIO_FORK_SLAVES to set default value
* ShortUri filter: fix filtering of mailto:user@host
* Add OpenFileManagerWindowJob to highlight file within a folder
* KRun: add runApplication method
* Add soundcloud search provider
* Fix an alignment issue with the OS X native "macintosh" style
KItemModels
* Add KExtraColumnsProxyModel::removeExtraColumn, will be needed
  by StatisticsProxyModel
KNotifyConfig
* KNotifyConfigWidget: add disableAllSounds() method
KParts
* Add switch to disable KParts' handling of window titles
* Add donate menu item to help menu of our apps
KRunner
* [QueryMatch] Add iconName
KTextEditor
* Show Scrollbar Text Preview after a delay of 250ms
* hide preview and stuff on view content scrolling
* set parent + toolview, I think this is needed to avoid task switcher
  entry in Win10
* Remove "KDE-Standard" from encoding box
* Folding preview on per default
* Avoid dashed underline for preview & avoid poisoning of line layout cache
* Always enable "Show preview of folded text" option
* TextPreview: Adjust the grooveRect-height when scrollPastEnd is enabled
* Scrollbar preview: use groove rect if scrollbar does not use full height
* Add KTE::MovingRange::numberOfLines() just like KTE::Range has
* Code folding preview: set popup height so that all hidden lines fit
* Add option to disable preview of folded text
* Add modeline 'folding-preview' of type bool
* View ConfigInterface: support 'folding-preview' of type bool
* Add bool KateViewConfig::foldingPreview() and setFoldingPreview(bool)
* Feature: Show text preview when hovering over folded code block
* KateTextPreview: add setShowFoldedLines() and showFoldedLines()
* Add modelines 'scrollbar-minimap' [bool], and 'scrollbar-preview' [bool]
* Enable mini-map scrollbar by default
* New feature: Show text preview when hovering over the scrollbar
* KateUndoGroup::editEnd(): pass KTE::Range by const ref
* Fix vim-mode shortcut handling, after behaviour changes in Qt 5.5
* Autobrace: don't insert ' character in text
* ConfigInterface: add scrollbar-minimap config key to enable/disable
  scrollbar mini map
* Fix KTE::View::cursorToCoordinate() when top message widget is visible
* Refactoring of the Emulated Command Bar
* Fix drawing artifacts when scrolling while notifications are visible

5.25:
KBookmarks
* KBookmarkGroup::moveBookmark: fix return value when item is
  already at the right position
KConfig
* Add DeleteFile and RenameFile standard shortcut
KCoreAddons
* Install known licenses and find them at runtime (regression fix)
KDeclarative
* Actually emit valueChanged
KIO
* Fix KIO::linkAs() to work as advertised, i.e. fail if dest already
  exists
* Fix KIO::put("file:///path") to respect the umask
* Fix KIO::pasteActionText for null dest item and for empty URL
* Add support for undoing symlink creation
* GUI option to configure global MarkPartial for KIO slaves
* Fix MaxCacheSize limited to 99 KiB
* Add clipboard buttons to checksums tab
* KNewFileMenu: fix copying template file from embedded resource
* KNewFileMenu: Fix creating link to application
* KNewFileMenu: Fix suggestion of new filename when file already
  exist in desktop
* KNewFileMenu: ensure fileCreated() is emitted for app desktop files too
* KNewFileMenu: fix creating symlinks with a relative target
* KPropertiesDialog: simplify button box usage, fix behavior on Esc
* KProtocolInfo: refill cache to find newly installed protocols
* KIO::CopyJob: port to qCDebug (with its own area, since this can
  be quite verbose)
* KPropertiesDialog: add Checksums tab
* Clean url's path before initializing KUrlNavigator
KItemModels
* KRearrangeColumnsProxyModel: fix assert in index(0, 0) on empty model
* Fix KDescendantsProxyModel::setSourceModel() not clearing internal
  caches
* KRecursiveFilterProxyModel: fix QSFPM corruption due to filtering
  out rowsRemoved signal
* KExtraColumnsProxyModel: implement hasChildren()
KNotification
* Don't set parent of sublayout manually, silences warning
KService
* applications.menu: remove references to unused categories
* Always update the Trader parser from yacc/lex sources
KTextEditor
* Do not ask for overwriting a file twice with native dialogs
* added FASTQ syntax

diffstat:

 devel/kbookmarks/Makefile     |    3 +-
 devel/kbookmarks/distinfo     |   10 +-
 devel/kcmutils/Makefile       |    3 +-
 devel/kcmutils/distinfo       |   10 +-
 devel/kconfig/Makefile        |    3 +-
 devel/kconfig/distinfo        |   10 +-
 devel/kcoreaddons/Makefile    |    5 +-
 devel/kcoreaddons/PLIST       |   10 +-
 devel/kcoreaddons/distinfo    |   10 +-
 devel/kcrash/distinfo         |   10 +-
 devel/kdeclarative/Makefile   |    3 +-
 devel/kdeclarative/distinfo   |   10 +-
 devel/kdoctools/Makefile      |    3 +-
 devel/kdoctools/distinfo      |   10 +-
 devel/ki18n/Makefile          |    3 +-
 devel/ki18n/distinfo          |   10 +-
 devel/kidletime/distinfo      |   10 +-
 devel/kio/Makefile            |    3 +-
 devel/kio/PLIST               |  197 +++++++++++++++++++++++++++++++++++++++++-
 devel/kio/distinfo            |   10 +-
 devel/kitemmodels/Makefile    |    3 +-
 devel/kitemmodels/distinfo    |   10 +-
 devel/knotifications/Makefile |    3 +-
 devel/knotifications/distinfo |   10 +-
 devel/knotifyconfig/Makefile  |    3 +-
 devel/knotifyconfig/distinfo  |   10 +-
 devel/kpackage/Makefile       |    3 +-
 devel/kpackage/PLIST          |    4 +-
 devel/kpackage/distinfo       |   10 +-
 devel/kparts/Makefile         |    3 +-
 devel/kparts/distinfo         |   10 +-
 devel/kpeople/PLIST           |    3 +-
 devel/kpeople/distinfo        |   10 +-
 devel/kpty/distinfo           |   10 +-
 devel/krunner/DESCR           |    9 +
 devel/krunner/Makefile        |   17 +++
 devel/krunner/PLIST           |   25 +++++
 devel/krunner/buildlink3.mk   |   16 +++
 devel/kservice/PLIST          |    3 +-
 devel/kservice/distinfo       |   10 +-
 devel/ktexteditor/Makefile    |    3 +-
 devel/ktexteditor/distinfo    |   10 +-
 devel/threadweaver/distinfo   |   10 +-
 43 files changed, 393 insertions(+), 135 deletions(-)

diffs (truncated from 898 to 300 lines):

diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kbookmarks/Makefile
--- a/devel/kbookmarks/Makefile Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kbookmarks/Makefile Sun Aug 21 21:17:57 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/08/04 17:03:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/21 21:17:57 markd Exp $
 
 DISTNAME=      kbookmarks-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kbookmarks/distinfo
--- a/devel/kbookmarks/distinfo Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kbookmarks/distinfo Sun Aug 21 21:17:57 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/05/26 08:29:04 markd Exp $
+$NetBSD: distinfo,v 1.2 2016/08/21 21:17:57 markd Exp $
 
-SHA1 (kbookmarks-5.21.0.tar.xz) = 788b1ecac01d436d67498011ef3d4106f1b981ad
-RMD160 (kbookmarks-5.21.0.tar.xz) = a710f7ecbfc87fb8f01b1b6d886ca86a522f1534
-SHA512 (kbookmarks-5.21.0.tar.xz) = 19dca230f0caef0c4aae44b9cbb834e00795248670351276ba165e6d388f4b6ea79060fcec3f902ab352f95f79db19cc1cf84f6a2d5cd666207d2d3969ae09cb
-Size (kbookmarks-5.21.0.tar.xz) = 115432 bytes
+SHA1 (kbookmarks-5.25.0.tar.xz) = 819c935357c29a0e802a350aac8d82cf015fa17b
+RMD160 (kbookmarks-5.25.0.tar.xz) = 35eb2e098d95dad8face4be0c528719ebcee1adc
+SHA512 (kbookmarks-5.25.0.tar.xz) = 499777766069e74248f6150503afe5e9a77c69317cc085739738c4ee015af2248923d52d56e07c9e8a392fa78029dd5a705ada5eb5f2cc5100e192e87e010084
+Size (kbookmarks-5.25.0.tar.xz) = 115676 bytes
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kcmutils/Makefile
--- a/devel/kcmutils/Makefile   Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kcmutils/Makefile   Sun Aug 21 21:17:57 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/08/04 17:03:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2016/08/21 21:17:57 markd Exp $
 
 DISTNAME=      kcmutils-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kcmutils/distinfo
--- a/devel/kcmutils/distinfo   Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kcmutils/distinfo   Sun Aug 21 21:17:57 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/05/26 08:29:04 markd Exp $
+$NetBSD: distinfo,v 1.2 2016/08/21 21:17:57 markd Exp $
 
-SHA1 (kcmutils-5.21.0.tar.xz) = 6f419f631669ab109826febd43af4ae0b19d62c5
-RMD160 (kcmutils-5.21.0.tar.xz) = 884ac194dff3e55ff05e92cec5e7c9e1199e034f
-SHA512 (kcmutils-5.21.0.tar.xz) = 3b8ad7efe7bebc0260e4715dfee7d6cd054115c0231f897ed026ea47c452e0318c7577a46e17401e15f99d33de9ca013121d701c8ba0d13cc183078ab880af8e
-Size (kcmutils-5.21.0.tar.xz) = 234748 bytes
+SHA1 (kcmutils-5.25.0.tar.xz) = 7ea6971484afa9c764ecdb83836d05bf83092b55
+RMD160 (kcmutils-5.25.0.tar.xz) = 9f6611f4578110e1802f8250ce2a1d87f311d5cc
+SHA512 (kcmutils-5.25.0.tar.xz) = f04f137d59ec8f4ba8793fa457671ffe691d4fa710731acadecadc518940413fb03e0f8023ca24e7fb88db049a5c5f9d38e6b1fdd3e37e23a20bea63516b8a17
+Size (kcmutils-5.25.0.tar.xz) = 234812 bytes
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kconfig/Makefile
--- a/devel/kconfig/Makefile    Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kconfig/Makefile    Sun Aug 21 21:17:57 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/08/04 17:03:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/21 21:17:57 markd Exp $
 
 DISTNAME=      kconfig-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kconfig/distinfo
--- a/devel/kconfig/distinfo    Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kconfig/distinfo    Sun Aug 21 21:17:57 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/05/26 08:29:04 markd Exp $
+$NetBSD: distinfo,v 1.2 2016/08/21 21:17:57 markd Exp $
 
-SHA1 (kconfig-5.21.0.tar.xz) = 89be0b9be8108b3f0e0a99bb504b15afd1ab5585
-RMD160 (kconfig-5.21.0.tar.xz) = ddcaa8d0e60638091a0b395d1823de5262d15918
-SHA512 (kconfig-5.21.0.tar.xz) = 62f7c0383c01504de89db40bb2a14eee78131195a4ba5e8887e7474be30a6a063ccaf6c602b9ae2648e2d23dfe279019fbe747d250662829ad5ddae8c3f9223e
-Size (kconfig-5.21.0.tar.xz) = 225076 bytes
+SHA1 (kconfig-5.25.0.tar.xz) = f018d45fa50767b0993e182ca4f94317b177fced
+RMD160 (kconfig-5.25.0.tar.xz) = c3b063735145ceb384e37b2acaa7e37fc8fad160
+SHA512 (kconfig-5.25.0.tar.xz) = 483516e4cdad38934e1aa8706bf34944c9c1350dd98f1de6ba01ad0d322b4c3602b4369aa3d906dbb3c42bdc7b9593a15e76afff87c147fc6895e643637f0012
+Size (kconfig-5.25.0.tar.xz) = 226372 bytes
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kcoreaddons/Makefile
--- a/devel/kcoreaddons/Makefile        Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kcoreaddons/Makefile        Sun Aug 21 21:17:57 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/08/04 17:03:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2016/08/21 21:17:57 markd Exp $
 
 DISTNAME=      kcoreaddons-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
@@ -10,6 +9,8 @@
 
 .include "../../meta-pkgs/kf5/Makefile.common"
 
+#CMAKE_ARGS+=  -DENABLE_INOTIFY=OFF
+
 .include "../../databases/shared-mime-info/buildlink3.mk"
 .include "../../mk/fam.buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kcoreaddons/PLIST
--- a/devel/kcoreaddons/PLIST   Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kcoreaddons/PLIST   Sun Aug 21 21:17:57 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/05/26 08:29:04 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/08/21 21:17:57 markd Exp $
 bin/desktoptojson
 include/KF5/KCoreAddons/KAboutData
 include/KF5/KCoreAddons/KAutoSaveFile
@@ -71,6 +71,14 @@
 lib/libKF5CoreAddons.so.5
 lib/libKF5CoreAddons.so.${PKGVERSION}
 qt5/mkspecs/modules/qt_KCoreAddons.pri
+share/kf5/licenses/ARTISTIC
+share/kf5/licenses/BSD
+share/kf5/licenses/GPL_V2
+share/kf5/licenses/GPL_V3
+share/kf5/licenses/LGPL_V2
+share/kf5/licenses/LGPL_V21
+share/kf5/licenses/LGPL_V3
+share/kf5/licenses/QPL_V1.0
 share/locale/af/LC_MESSAGES/kcoreaddons5_qt.qm
 share/locale/ar/LC_MESSAGES/kcoreaddons5_qt.qm
 share/locale/as/LC_MESSAGES/kcoreaddons5_qt.qm
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kcoreaddons/distinfo
--- a/devel/kcoreaddons/distinfo        Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kcoreaddons/distinfo        Sun Aug 21 21:17:57 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2016/05/26 08:29:04 markd Exp $
+$NetBSD: distinfo,v 1.2 2016/08/21 21:17:57 markd Exp $
 
-SHA1 (kcoreaddons-5.21.0.tar.xz) = 36f8e50020851ec835787fe1806b548048034538
-RMD160 (kcoreaddons-5.21.0.tar.xz) = 23881cbe929a1e95670fd70292a3e3617b41efa7
-SHA512 (kcoreaddons-5.21.0.tar.xz) = 29e027a5330966bd86af08638cb52c0cd9a7018873c2b850a6638d214b963ae520c58b21f2c1cf6a10822784afbf4d88db1c38c0ce14eb1ebfb52b2885966748
-Size (kcoreaddons-5.21.0.tar.xz) = 313344 bytes
+SHA1 (kcoreaddons-5.25.0.tar.xz) = 799ee75d8fc414814eb3c4e0122722afdff8f575
+RMD160 (kcoreaddons-5.25.0.tar.xz) = ec51077bf55f377dbaae1a200a585fc0a9995d8e
+SHA512 (kcoreaddons-5.25.0.tar.xz) = 83c8248305680922925829067c9b41943cb015db3fb31e7d26bce77a8872410dbe7421d96b70c9ca54fe9abc110f496a46a414777123c8a2f4c0fb5eef855ec6
+Size (kcoreaddons-5.25.0.tar.xz) = 330744 bytes
 SHA1 (patch-src_lib_caching_kshareddatacache_p.h) = 7683c70dad2d244aee2a60b3c1630335a40e18d3
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kcrash/distinfo
--- a/devel/kcrash/distinfo     Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kcrash/distinfo     Sun Aug 21 21:17:57 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/05/26 08:29:04 markd Exp $
+$NetBSD: distinfo,v 1.2 2016/08/21 21:17:57 markd Exp $
 
-SHA1 (kcrash-5.21.0.tar.xz) = f81f809b4199bcc8867c2763ed82175edd590061
-RMD160 (kcrash-5.21.0.tar.xz) = b36a0d27cc195baccfd2e26d366d6182b6b01cd0
-SHA512 (kcrash-5.21.0.tar.xz) = 8aab546950567f41f2090007a846dae9722e99db2b003aef64bbe3754af1a4e5ba6241aa01ee1d4ab8c77cd54f4383d2e09aac982069dd1a7ae9f4f37321c728
-Size (kcrash-5.21.0.tar.xz) = 20108 bytes
+SHA1 (kcrash-5.25.0.tar.xz) = 37d3557e05752d721797a048a1c64f96bf1cc0e4
+RMD160 (kcrash-5.25.0.tar.xz) = 2a9959023a7b2a156abe5da4717f75fe0d5a6d76
+SHA512 (kcrash-5.25.0.tar.xz) = b05b1423e831c80ce2bef917ef70512e896edd81b524a3533c1d0b7f1a65caf10ce515d6264c7a2003ce972e2cd4ed402465d858bfc09ea78010a501818ff5fb
+Size (kcrash-5.25.0.tar.xz) = 20208 bytes
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kdeclarative/Makefile
--- a/devel/kdeclarative/Makefile       Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kdeclarative/Makefile       Sun Aug 21 21:17:57 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/08/04 17:03:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2016/08/21 21:17:57 markd Exp $
 
 DISTNAME=      kdeclarative-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kdeclarative/distinfo
--- a/devel/kdeclarative/distinfo       Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kdeclarative/distinfo       Sun Aug 21 21:17:57 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/05/26 08:29:05 markd Exp $
+$NetBSD: distinfo,v 1.2 2016/08/21 21:17:57 markd Exp $
 
-SHA1 (kdeclarative-5.21.0.tar.xz) = d98f24436d9703c9b75338aa70e730141a533033
-RMD160 (kdeclarative-5.21.0.tar.xz) = 26f80b56c15d44e50fd6c0cd6caf7b74548054cb
-SHA512 (kdeclarative-5.21.0.tar.xz) = 0d42d617cbc8b9eb93fabaa67e386a1fa944d02ab574a7734a60d0f465b3bf4b290d2f568c33e4a0eb96c267d295d3e996ad7c03e4cd26cf1a64a002ca21d05d
-Size (kdeclarative-5.21.0.tar.xz) = 167344 bytes
+SHA1 (kdeclarative-5.25.0.tar.xz) = 7b38c8583a7cea78bb126dd90fca102d6b0645c2
+RMD160 (kdeclarative-5.25.0.tar.xz) = 69ec2d113b8fe1dee208dc01222f5f32ebcb1457
+SHA512 (kdeclarative-5.25.0.tar.xz) = f3cf3c17a144496cddf63840a39cd0f6f40e8e6a11c5b817e1806a7f6c5225897cd2ef75b2078f0e3d38a19e0965b567f3b72d0381b7eaddab886c325d6648ad
+Size (kdeclarative-5.25.0.tar.xz) = 167732 bytes
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kdoctools/Makefile
--- a/devel/kdoctools/Makefile  Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kdoctools/Makefile  Sun Aug 21 21:17:57 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/07/09 06:38:08 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/21 21:17:57 markd Exp $
 
 DISTNAME=      kdoctools-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kdoctools/distinfo
--- a/devel/kdoctools/distinfo  Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kdoctools/distinfo  Sun Aug 21 21:17:57 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/05/26 08:29:05 markd Exp $
+$NetBSD: distinfo,v 1.2 2016/08/21 21:17:57 markd Exp $
 
-SHA1 (kdoctools-5.21.0.tar.xz) = 1cf8a531e62947f3e6ff70db74dd86fb6fc59ed4
-RMD160 (kdoctools-5.21.0.tar.xz) = 42acbbdbfee6885bae22bdb5ada49736e4418808
-SHA512 (kdoctools-5.21.0.tar.xz) = bb1bb37e80ab2c21fc24fedc62b3e2ce24dc8b7dffcf2d9fb28e7faaabb15cbf8c347b3225310e35bd6911cb465e5419b38382bb1aa11dff3c5eccc97cd1b6f8
-Size (kdoctools-5.21.0.tar.xz) = 407996 bytes
+SHA1 (kdoctools-5.25.0.tar.xz) = 189b8ecd3f9161146bc05a4b02fa14fac3ded4a8
+RMD160 (kdoctools-5.25.0.tar.xz) = 68e0a44c8de5d3a8ff0fb2d9ba6f425aba26a797
+SHA512 (kdoctools-5.25.0.tar.xz) = db5b9b9f4e85d74385597dd6549fd28a526390c78af1b0de87d23079229b23c69a6aa2a5d37e80599c4129114116946c5a90f0ac9909bb817c5713273b09542a
+Size (kdoctools-5.25.0.tar.xz) = 412760 bytes
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/ki18n/Makefile
--- a/devel/ki18n/Makefile      Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/ki18n/Makefile      Sun Aug 21 21:17:57 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/08/04 17:03:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2016/08/21 21:17:57 markd Exp $
 
 DISTNAME=      ki18n-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/ki18n/distinfo
--- a/devel/ki18n/distinfo      Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/ki18n/distinfo      Sun Aug 21 21:17:57 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/05/26 08:29:05 markd Exp $
+$NetBSD: distinfo,v 1.2 2016/08/21 21:17:57 markd Exp $
 
-SHA1 (ki18n-5.21.0.tar.xz) = 3360ed9d70bb9df4ede76591396f2ddeb982fd1a
-RMD160 (ki18n-5.21.0.tar.xz) = 8ad2569098e1b560fc6849293124ca4afcbfc0e5
-SHA512 (ki18n-5.21.0.tar.xz) = ab40182291b0d300405732cbb9bdee0e1d0b3e9a1c3deb3d6dc36e6f4f2c9710b59496bc5849ef75f8e7981bc50da219abb58afabaf021128481276ff0d7b8ed
-Size (ki18n-5.21.0.tar.xz) = 603756 bytes
+SHA1 (ki18n-5.25.0.tar.xz) = e75895157ba15f26efa552786746fd77e4d17e05
+RMD160 (ki18n-5.25.0.tar.xz) = 9f1f50134e49bc2e788b76d259f4edbd433a3e2e
+SHA512 (ki18n-5.25.0.tar.xz) = 368c2a470e16f2094a83e2d73a4c9580aa3607a7da1248ccec2b539e3feab07edcec86e285f1f299bbcd684cd730e33b05c7ba004b24d2dd7712199f467ff454
+Size (ki18n-5.25.0.tar.xz) = 603696 bytes
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kidletime/distinfo
--- a/devel/kidletime/distinfo  Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kidletime/distinfo  Sun Aug 21 21:17:57 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/05/26 08:29:05 markd Exp $
+$NetBSD: distinfo,v 1.2 2016/08/21 21:17:57 markd Exp $
 
-SHA1 (kidletime-5.21.0.tar.xz) = ed50b4022c048be7a4a29390e7ba27c5f96bfc67
-RMD160 (kidletime-5.21.0.tar.xz) = 97c115d58642d4161b1d909e3c58cd52ba6428d1
-SHA512 (kidletime-5.21.0.tar.xz) = b3f145ff6ac8518d8dbc54a73245ba2d93ef7702a1dff8e7e96dd321026cf83881185721aa90fd8fe0cf27749381c2c29d402a04fad734be81269bf0582e2916
-Size (kidletime-5.21.0.tar.xz) = 26352 bytes
+SHA1 (kidletime-5.25.0.tar.xz) = a72ea0d7e138c6f5aef93dc571a6d562917d44b0
+RMD160 (kidletime-5.25.0.tar.xz) = 714c5903f2bc444be62ed813d03e61c143cc1829
+SHA512 (kidletime-5.25.0.tar.xz) = a8cc51e4ff09deaea357f285bf2b2f9260ff2f259b0a1ad3e75e8ee6b823953ebc4dacb3e57988f17025df3a5b4921282cd31ebd0c258509addaf222c63096c7
+Size (kidletime-5.25.0.tar.xz) = 26384 bytes
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kio/Makefile
--- a/devel/kio/Makefile        Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kio/Makefile        Sun Aug 21 21:17:57 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/08/04 17:03:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/21 21:17:58 markd Exp $
 
 DISTNAME=      kio-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r 06121a3f2ff3 -r d2b72c8310ce devel/kio/PLIST
--- a/devel/kio/PLIST   Sun Aug 21 21:13:42 2016 +0000
+++ b/devel/kio/PLIST   Sun Aug 21 21:17:57 2016 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2016/05/26 08:29:05 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/08/21 21:17:58 markd Exp $
 bin/kcookiejar5
-bin/kmailservice5
 bin/ktelnetservice5
 bin/ktrash5
 bin/protocoltojson
@@ -177,6 +176,7 @@
 include/KF5/KIOWidgets/KIO/FileUndoManager
 include/KF5/KIOWidgets/KIO/JobUiDelegate
 include/KF5/KIOWidgets/KIO/KUriFilterSearchProviderActions
+include/KF5/KIOWidgets/KIO/OpenFileManagerWindowJob
 include/KF5/KIOWidgets/KIO/Paste
 include/KF5/KIOWidgets/KIO/PasteJob
 include/KF5/KIOWidgets/KIO/PixmapLoader
@@ -214,6 +214,7 @@
 include/KF5/KIOWidgets/kio/fileundomanager.h
 include/KF5/KIOWidgets/kio/jobuidelegate.h
 include/KF5/KIOWidgets/kio/kurifiltersearchprovideractions.h
+include/KF5/KIOWidgets/kio/openfilemanagerwindowjob.h
 include/KF5/KIOWidgets/kio/paste.h
 include/KF5/KIOWidgets/kio/pastejob.h
 include/KF5/KIOWidgets/kio/pixmaploader.h
@@ -295,7 +296,6 @@
 qt5/plugins/kf5/urifilters/kuriikwsfilter.so
 qt5/plugins/kf5/urifilters/kurisearchfilter.so
 qt5/plugins/kf5/urifilters/localdomainurifilter.so
-share/applications/kmailservice5.desktop
 share/applications/ktelnetservice5.desktop
 share/dbus-1/interfaces/kf5_org.kde.KCookieServer.xml
 share/dbus-1/interfaces/kf5_org.kde.KDirNotify.xml



Home | Main Index | Thread Index | Old Index