pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/krunner



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Apr 25 05:02:24 UTC 2022

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

Log Message:
krunner: update to 5.93.0

5.81.0
Deprecate concept of delayed runners & related methods
Deprecate methods to remove matches in RunnerContext

5.82.0
Allow runners to prevent duplicate results
RunnerManager: Do not set the enabledCategories by default
querymatch: Add property to display text as multiline string
runnermanager: Deprecate singleModeAdvertisedRunnerIds and runnerName
runnermanager: Allow loading runners in single runner mode if they are disabled
RunnerManager: Deprecate single runner mode related methods
Allow single runners to be specified only using the launchQuery overload
dbus runner: Fix interface definition
runnermanager: Remove logic for deferred runs
querymatch: Deprecate unused getter & setter for mimeType

5.83.0
RunnerManager::runnerMetaDataList: Do not return duplicate plugin IDs

5.85.0
Deprecate RunnerManager::runnerMetaDataList(QString parentApp) method
Deprecate TryExec property for runners
Use KFileUtils::findAllUniqueFiles to locate DBus runners

5.86.0
Output warning if unknown X-Plasma-API is requested
Deprecate constructor overload which can not be used with KPluginFactory
cmake: Remove intermediate copy target
Use the pointer-to-member-function QObject::connect() signal/slot syntax
Add snippet on how to port deprecated AbstractRunner action methods
abstractrunner: Deprecate utility methods for actions
dbusrunner: Add Teardown and Config methods to D-Bus interface

5.87.0
emove unneeded dependencies from .kde-ci.yml
Mark README.md as non-copyrightable
Add license information for runner C++ template
Mark non-copyrightable files as CC0-1.0
Add license information to cmake files

5.88.0
Deprecate K_EXPORT_PLASMA_RUNNER_WITH_JSON macro in favor or K_PLUGIN_CLASS_WITH_JSON
Deprecate RunnerManager::allowedRunners method

5.89.0
Port to KPluginMetaData::isEnabled instead of custom string magic

5.90.0
Do not require Plasma when building without deprecations
dbusrunner: Set parent for matches to the current runner
Allow runners to opt-out storage of entry to history
RunerContext: Allow runners to update the query string

5.91.0
search plugins in kf<version>
Put aliased classes in "KRunner"-namespace
Fix flickering in Application Launcher for every character typed
Port to KDEDeprecationSettings cmake function
KF5RunnerConfig.cmake.in: Explicitly require QtGui and KCoreAddons, exclude
Plasma on deprecation free builds
Add compatibility type definitions for classes without 'Plasma' namespace
Fixups for building without including KService/KIO/Plasma-Frameworks
Silence deprecation warning for KPluginInfo/KServiceTypeTrader in compatibility
blocks

5.92.0
Bundle plasma-runner.desktop into a qrc, for CI and Windows

5.93.0
Mark qrc file as non-copyrightable
Remove upper-limits for RunnerManagerTest's timeouts


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/krunner/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/krunner/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/krunner/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/krunner/Makefile
diff -u pkgsrc/devel/krunner/Makefile:1.49 pkgsrc/devel/krunner/Makefile:1.50
--- pkgsrc/devel/krunner/Makefile:1.49  Mon Apr 18 19:09:46 2022
+++ pkgsrc/devel/krunner/Makefile       Mon Apr 25 05:02:23 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 05:02:23 markd Exp $
 
 DISTNAME=      krunner-${KF5VER}
-PKGREVISION=   6
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
@@ -12,6 +11,13 @@ LICENSE=     gnu-lgpl-v2.1
 
 USE_TOOLS+=    gmake msgmerge
 
+SUBST_CLASSES+=                fix-moc
+SUBST_STAGE.fix-moc=   post-configure
+SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
+SUBST_FILES.fix-moc=   _KDE_build/autotests/CMakeFiles/*_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
+SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
+
 .include "../../x11/plasma-framework/buildlink3.mk"
 .include "../../devel/threadweaver/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"

Index: pkgsrc/devel/krunner/PLIST
diff -u pkgsrc/devel/krunner/PLIST:1.5 pkgsrc/devel/krunner/PLIST:1.6
--- pkgsrc/devel/krunner/PLIST:1.5      Tue Mar 30 10:58:23 2021
+++ pkgsrc/devel/krunner/PLIST  Mon Apr 25 05:02:23 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 05:02:23 markd Exp $
 include/KF5/KRunner/KRunner/AbstractRunner
 include/KF5/KRunner/KRunner/AbstractRunnerTest
 include/KF5/KRunner/KRunner/QueryMatch
@@ -12,7 +12,7 @@ include/KF5/KRunner/krunner/querymatch.h
 include/KF5/KRunner/krunner/runnercontext.h
 include/KF5/KRunner/krunner/runnermanager.h
 include/KF5/KRunner/krunner/runnersyntax.h
-include/KF5/krunner_version.h
+include/KF5/KRunner/krunner_version.h
 lib/cmake/KF5Runner/KF5KRunnerMacros.cmake
 lib/cmake/KF5Runner/KF5RunnerConfig.cmake
 lib/cmake/KF5Runner/KF5RunnerConfigVersion.cmake
@@ -25,8 +25,8 @@ qt5/mkspecs/modules/qt_KRunner.pri
 qt5/qml/org/kde/runnermodel/librunnermodelplugin.so
 qt5/qml/org/kde/runnermodel/qmldir
 share/dbus-1/interfaces/kf5_org.kde.krunner1.xml
-share/kdevappwizard/templates/runner.tar.bz2
-share/kdevappwizard/templates/runnerpython.tar.bz2
+share/kdevfiletemplates/templates/runner.tar.bz2
+share/kdevfiletemplates/templates/runnerpython.tar.bz2
 share/kservicetypes5/plasma-runner.desktop
 share/qlogging-categories5/krunner.categories
 share/qlogging-categories5/krunner.renamecategories

Index: pkgsrc/devel/krunner/distinfo
diff -u pkgsrc/devel/krunner/distinfo:1.12 pkgsrc/devel/krunner/distinfo:1.13
--- pkgsrc/devel/krunner/distinfo:1.12  Tue Oct 26 10:15:12 2021
+++ pkgsrc/devel/krunner/distinfo       Mon Apr 25 05:02:23 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:15:12 nia Exp $
+$NetBSD: distinfo,v 1.13 2022/04/25 05:02:23 markd Exp $
 
-BLAKE2s (krunner-5.80.0.tar.xz) = cd734c38560b3c0aee8276cf655c79388377d90f811979fc2d06447d3fa85825
-SHA512 (krunner-5.80.0.tar.xz) = 71cc43ec6f52993c9a9d5fb6d736734af45b141fef50675a7825a1d03edadc4edfeecd52b5e229aa387a6bd28078cb887d63ecfc259f7b44c1aca1ecfd929d28
-Size (krunner-5.80.0.tar.xz) = 74620 bytes
+BLAKE2s (krunner-5.93.0.tar.xz) = baf892289cc35ec6c61825b417eeb4c6327c4cee7a0bae62744cf267b88a0ce9
+SHA512 (krunner-5.93.0.tar.xz) = 45088539e5e016bcc58090f4bb40e5632b773ceaf2a724142b7f6469eb47b1d405c35ba91e92381caa3efc3d7cf3179975cf2dbfa74f859223bd668cc96707d6
+Size (krunner-5.93.0.tar.xz) = 86100 bytes



Home | Main Index | Thread Index | Old Index