pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/kpackage kpackage: update to 5.93.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/426deb7c3a53
branches:  trunk
changeset: 377808:426deb7c3a53
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 25 04:48:55 2022 +0000

description:
kpackage: update to 5.93.0

5.82.0
Remove kpluginindex.json caching

5.84.0
KF5PackageMacros: Only include ECM manually if config vars are missing
Deprecate kpackage/version.h header
KF5PackageMacros: Install JSON metadata file if it exists in source

5.85.0
Deprecate kpackage_install_bundled_package cmake function
Reduce severity of warnings about appstream generations
Deprecate implicitly  defining X-KDE-ParentApp by parent structure
Introduce new KPackageStructure property to identify plugins & packages
Include a warning when setting the path without a structure

5.86.0
Deprecate unused virtual functions in PackageLoader
Try loading package structures by name
kpackagetool: Fix small typo in its output

5.88.0
Allow KCM kpackages to use metadata of C++ plugin
Utilize std::optional to check if we have already searched for a KPluginMetaData
object
KPackage: Copy KPluginMetaData object when copying d-ptr

5.89.0
Utilize type-safe KPluginMetaData API methods
Utilize KPluginMetaData::value overloads

5.90.0
Add a service type property definition for NoDisplay

5.91.0
Simplify code using KPluginMetaData::fromJsonFile
Explicitly call KPluginMetaData::fromJsonFile when constructing metadata objects
Fix unintended result in readKPackageTypes
Use ecm_mark_nongui_executable() for mock:// handler
PackageJob: Use QStandardPaths::findExecutable() to find resolvers
QueryTest: validate the install() result
Build static libs which are linked into shared libs as PIC

5.93.0
PackageJobThread: Also check if metadata.json file exists
Explicitly call KPluginMetaData::fromJsonFile when constructing metadata
objects
Fix desktoptojson invocation when cross-compiling

diffstat:

 devel/kpackage/Makefile |  3 +--
 devel/kpackage/PLIST    |  4 ++--
 devel/kpackage/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r a60b35a0df74 -r 426deb7c3a53 devel/kpackage/Makefile
--- a/devel/kpackage/Makefile   Mon Apr 25 04:45:08 2022 +0000
+++ b/devel/kpackage/Makefile   Mon Apr 25 04:48:55 2022 +0000
@@ -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:48:55 markd Exp $
 
 DISTNAME=      kpackage-${KF5VER}
-PKGREVISION=   6
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r a60b35a0df74 -r 426deb7c3a53 devel/kpackage/PLIST
--- a/devel/kpackage/PLIST      Mon Apr 25 04:45:08 2022 +0000
+++ b/devel/kpackage/PLIST      Mon Apr 25 04:48:55 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/03/30 10:58:23 markd Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/04/25 04:48:55 markd Exp $
 bin/kpackagetool5
 include/KF5/KPackage/KPackage/Package
 include/KF5/KPackage/KPackage/PackageLoader
@@ -8,7 +8,7 @@
 include/KF5/KPackage/kpackage/packageloader.h
 include/KF5/KPackage/kpackage/packagestructure.h
 include/KF5/KPackage/kpackage/version.h
-include/KF5/kpackage_version.h
+include/KF5/KPackage/kpackage_version.h
 lib/cmake/KF5Package/KF5PackageConfig.cmake
 lib/cmake/KF5Package/KF5PackageConfigVersion.cmake
 lib/cmake/KF5Package/KF5PackageMacros.cmake
diff -r a60b35a0df74 -r 426deb7c3a53 devel/kpackage/distinfo
--- a/devel/kpackage/distinfo   Mon Apr 25 04:45:08 2022 +0000
+++ b/devel/kpackage/distinfo   Mon Apr 25 04:48:55 2022 +0000
@@ -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:48:55 markd Exp $
 
-BLAKE2s (kpackage-5.80.0.tar.xz) = 55784a0df50f2f215152985570b7366e94406e2436a3a877504acca505609b19
-SHA512 (kpackage-5.80.0.tar.xz) = f8768f4b8d037166e7fd4a6e7bc171d23a82b63b26f391e1cb37b259b5090d1a6b1b0b96662d61a5ec374117f575bce6808a9da77b54c9971dd9259bf7c7c5b1
-Size (kpackage-5.80.0.tar.xz) = 141148 bytes
+BLAKE2s (kpackage-5.93.0.tar.xz) = 27c8e0034b3b425e3e303af2db8b1acaf686d63f0404e1ce58530a620584e618
+SHA512 (kpackage-5.93.0.tar.xz) = 0ec7737bdca823f00d7f778ee37326a6536391da850135be2dc1aa75e30d75e454cbdf59b95360104634d92db52402b4c449524a6ef7782085a7a7affedcb26b
+Size (kpackage-5.93.0.tar.xz) = 141384 bytes



Home | Main Index | Thread Index | Old Index