pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/kpackage
Module Name: pkgsrc
Committed By: markd
Date: Mon Apr 25 04:48:55 UTC 2022
Modified Files:
pkgsrc/devel/kpackage: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/kpackage/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/kpackage/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/kpackage/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/kpackage/Makefile
diff -u pkgsrc/devel/kpackage/Makefile:1.49 pkgsrc/devel/kpackage/Makefile:1.50
--- pkgsrc/devel/kpackage/Makefile:1.49 Mon Apr 18 19:09:46 2022
+++ pkgsrc/devel/kpackage/Makefile Mon Apr 25 04:48:55 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:48:55 markd Exp $
DISTNAME= kpackage-${KF5VER}
-PKGREVISION= 6
CATEGORIES= devel
HOMEPAGE= https://community.kde.org/Frameworks
Index: pkgsrc/devel/kpackage/PLIST
diff -u pkgsrc/devel/kpackage/PLIST:1.8 pkgsrc/devel/kpackage/PLIST:1.9
--- pkgsrc/devel/kpackage/PLIST:1.8 Tue Mar 30 10:58:23 2021
+++ pkgsrc/devel/kpackage/PLIST Mon Apr 25 04:48:55 2022
@@ -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/package_ex
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
Index: pkgsrc/devel/kpackage/distinfo
diff -u pkgsrc/devel/kpackage/distinfo:1.13 pkgsrc/devel/kpackage/distinfo:1.14
--- pkgsrc/devel/kpackage/distinfo:1.13 Tue Oct 26 10:15:11 2021
+++ pkgsrc/devel/kpackage/distinfo Mon Apr 25 04:48:55 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: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