Received: by mail.netbsd.org (Postfix, from userid 605) id E87C784EAE; Mon, 25 Apr 2022 04:51:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2DD1884E56 for ; Mon, 25 Apr 2022 04:51:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oWluVJxo5K4f for ; Mon, 25 Apr 2022 04:51:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7DCAE84D69 for ; Mon, 25 Apr 2022 04:51:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 717AFFB1A; Mon, 25 Apr 2022 04:51:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165086231382350" MIME-Version: 1.0 Date: Mon, 25 Apr 2022 04:51:53 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/kparts To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220425045153.717AFFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165086231382350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Apr 25 04:51:53 UTC 2022 Modified Files: pkgsrc/devel/kparts: Makefile PLIST distinfo Log Message: kparts: update to 5.93.0 5.81.0 Add a new signal to replace the now deprecated completed(bool) 5.82.0 Deprecate Part::iconLoader Use new version-controlled enumerator deprecation warning macros 5.83.0 Deprecate BrowserExtension::actionSlotMap() 5.86.0 Don't use D-Bus on Android 5.88.0 Deprecate unused & internal method PartLoader::createPartInstanceForMimeType: Port inlined code from hack Increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT version Un-Overload KParts::BrowserExtension::selectionInfo signal 5.89.0 Remove calls to KIO::Scheduler::publishSlaveOnHold 5.90.0 partviewer test: Add assertion to make sure we load the plugin factory successful Increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT to latest released frameworks version Port deprecated KFileItemActions::associatedApplications method call Port deprecated KService::instantiatePlugin method call Call KPluginFactory::create overload without plugin keyword Deprecate KParts::Plugin class Port KPart template away from deprecated KPluginLoader Port from KPluginLoader::findPlugins to KPluginMetaData::findPlugins 5.93.0 Mark copy job when opening remote URLs as transient Mark Android as supported To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/kparts/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/kparts/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/kparts/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165086231382350 Content-Disposition: inline Content-Length: 2708 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/kparts/Makefile diff -u pkgsrc/devel/kparts/Makefile:1.49 pkgsrc/devel/kparts/Makefile:1.50 --- pkgsrc/devel/kparts/Makefile:1.49 Mon Apr 18 19:09:46 2022 +++ pkgsrc/devel/kparts/Makefile Mon Apr 25 04:51:53 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2022/04/18 19:09:46 adam Exp $ +# $NetBSD: Makefile,v 1.50 2022/04/25 04:51:53 markd Exp $ DISTNAME= kparts-${KF5VER} -PKGREVISION= 6 CATEGORIES= devel HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/devel/kparts/PLIST diff -u pkgsrc/devel/kparts/PLIST:1.5 pkgsrc/devel/kparts/PLIST:1.6 --- pkgsrc/devel/kparts/PLIST:1.5 Tue Mar 30 10:58:23 2021 +++ pkgsrc/devel/kparts/PLIST Mon Apr 25 04:51:53 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2021/03/30 10:58:23 markd Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/04/25 04:51:53 markd Exp $ include/KF5/KParts/KParts/BrowserArguments include/KF5/KParts/KParts/BrowserExtension include/KF5/KParts/KParts/BrowserHostExtension @@ -65,7 +65,7 @@ include/KF5/KParts/kparts/selectorinterf include/KF5/KParts/kparts/statusbarextension.h include/KF5/KParts/kparts/textextension.h include/KF5/KParts/kparts/windowargs.h -include/KF5/kparts_version.h +include/KF5/KParts/kparts_version.h lib/cmake/KF5Parts/KF5PartsConfig.cmake lib/cmake/KF5Parts/KF5PartsConfigVersion.cmake lib/cmake/KF5Parts/KF5PartsTargets-noconfig.cmake @@ -140,6 +140,7 @@ share/locale/mk/LC_MESSAGES/kparts5.mo share/locale/ml/LC_MESSAGES/kparts5.mo share/locale/mr/LC_MESSAGES/kparts5.mo share/locale/ms/LC_MESSAGES/kparts5.mo +share/locale/my/LC_MESSAGES/kparts5.mo share/locale/nb/LC_MESSAGES/kparts5.mo share/locale/nds/LC_MESSAGES/kparts5.mo share/locale/ne/LC_MESSAGES/kparts5.mo Index: pkgsrc/devel/kparts/distinfo diff -u pkgsrc/devel/kparts/distinfo:1.13 pkgsrc/devel/kparts/distinfo:1.14 --- pkgsrc/devel/kparts/distinfo:1.13 Tue Oct 26 10:15:11 2021 +++ pkgsrc/devel/kparts/distinfo Mon Apr 25 04:51:53 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 10:15:11 nia Exp $ +$NetBSD: distinfo,v 1.14 2022/04/25 04:51:53 markd Exp $ -BLAKE2s (kparts-5.80.0.tar.xz) = e47e85af3de16a8dc74436f6fc7e9f29cac0d9ce4abfc4d869fd33e58ddf5196 -SHA512 (kparts-5.80.0.tar.xz) = 5954636d179062948a02659b6baea8ce7f47122c9b07420a4bed495867167ddddc642fccd985375c5fa846432a98872ad2fca6b90db162e277c76559aa1cc8a8 -Size (kparts-5.80.0.tar.xz) = 191824 bytes +BLAKE2s (kparts-5.93.0.tar.xz) = 5c9428a13eb4535e098afc2662c9bb22ba9c9738e99f121aa36439ef20534340 +SHA512 (kparts-5.93.0.tar.xz) = adf5d195bdc531cc4120726c93e0e1bebc349833ab6745b5fd7309f9e22c131097de97ddf30b53f917af01c416ff61f0ec4b5bd965ccfe53d62f7cc21f72d630 +Size (kparts-5.93.0.tar.xz) = 196692 bytes --_----------=_165086231382350--