Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: kpackage | Distribution: openSUSE Tumbleweed |
Version: 5.95.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Jun 17 22:03:45 2022 |
Group: System/GUI/KDE | Build host: obs-arm-10 |
Size: 279410 | Source RPM: kpackage-5.95.0-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.kde.org | |
Summary: Non-binary asset user-installable package managing framework |
This framework lets applications to manage user installable packages of non-binary assets.
GPL-2.0-or-later AND LGPL-2.0-or-later
* Fri Jun 10 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.95.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.95.0 - Changes since 5.94.0: * port to standard C++ smart pointers where possible * Tue May 10 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Require unit tests to pass on CI * Remove CMAKE_AUTOMOC_RELAXED_MODE * Fix build with deprecation version 5.92 or above * Add windows CI * Sun Apr 03 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.93.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.93.0 - Changes since 5.92.0: * PackageJobThread: Also check if metadata.json file exists * Explicitly call KPluginMetaData::fromJsonFile when constructing metadata objects * Fix desktoptojson invocation when cross-compiling * Mon Mar 07 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.92.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.92.0 - No code change since 5.91.0 * Sun Feb 06 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.91.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.91.0 - Changes since 5.90.0: * Simplify code using KPluginMetaData::fromJsonFile * Explicitly call KPluginMetaData::fromJsonFile when constructing metadata objects * Fix unintended result in readKPackageTypes (kde#448625) * Use ecm_mark_nongui_executable() for mock:// handler * PackageJob: Use QStandardPaths::findExecutable() to find resolvers * QueryTest: validate the install() result * Add CI qt6 support * Build static libs which are linked into shared libs as PIC * Mon Jan 03 2022 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.90.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.90.0 - Changes since 5.89.0: * PackagePrivate: use unique_ptr for fallbackPackage * Add a service type property definition for NoDisplay * Fix macro. We need to use specific rcc program * Fix compile against qt6 * Change build system for building against qt6 * Port away from KPluginMetaData::serviceTypes * Sat Dec 04 2021 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.89.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.89.0 - Changes since 5.88.0: * Utilize type-safe KPluginMetaData API methods * Utilize KPluginMetaData::value overloads * Sun Nov 07 2021 Christophe Giboudeaux <christophe@krop.fr> - Strip 'Source' URL for faster submissions * Sun Nov 07 2021 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.88.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.88.0 - Changes since 5.87.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 * Add FreeBSD CI * Sun Oct 03 2021 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.87.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.87.0 - Changes since 5.86.0: * Add Gitlab CI configuration * Wed Sep 15 2021 Christophe Giboudeaux <christophe@krop.fr> - Drop the unneeded baselibs.conf. * Mon Sep 06 2021 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.86.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.86.0 - Changes since 5.85.0: * Port away from deprecated KPluginLoader * Deprecate unused virtual functions in PackageLoader * Try loading package structures by name * kpackagetool: Fix small typo in its output * Fri Aug 06 2021 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.85.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.85.0 - Changes since 5.84.0: * Deprecate kpackage_install_bundled_package cmake function * Clean up leftovers from index generation * Reduce severity of warnings about appstream generations * Remove unused PackageLoaderPrivate::parentAppConstraint method * Deprecate implicitly defining X-KDE-ParentApp by parent structure * Introduce new KPackageStructure property to identify plugins & packages * autotests: Organize package structures into subdir * autotests: Avoid compiling the same files 5 times * Include a warning when setting the path without a structure * Sun Jul 04 2021 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.84.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.84.0 - Changes since 5.83.0: * Simplify plugin loading * KF5PackageMacros: Only include ECM manually if config vars are missing * Remove unused includes * Deprecate kpackage/version.h header * Prefer K_PLUGIN_CLASS_WITH_JSON macro in README code snippet * PackageStructure: Remove unneeded version export * KF5PackageMacros: Install JSON metadata file if it exists in source - Only install the license files once * Sat Jun 05 2021 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.83.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.83.0 - Changes since 5.82.0: * Bump required CMake version to 3.16 * Call ki18n_install() unconditionally * Sat May 01 2021 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.82.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.82.0 - Changes since 5.81.0: * Remove kpluginindex.json caching * Mon Apr 05 2021 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.81.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.81.0 - No code change since 5.80.0 * Sun Mar 07 2021 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.80.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.80.0 - Changes since 5.79.0: * Run clang-format * Add clang-format configuration * Mon Feb 08 2021 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.79.0 * New feature release * For more details please see: * https://kde.org/announcements/kde-frameworks-5.79.0 - Changes since 5.78.0: * Add missing includes * Document PackageStructure ownership when using PackageLoader * Wed Jan 06 2021 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.78.0 * New feature release * For more details please see: * https://kde.org/announcements/kde-frameworks-5.78.0 - Changes since 5.77.0: * autotests: attempt to fix them on Windows, or at least expect failures * autotests: clarify very confusing test. The expected value is actually empty. * Sat Dec 05 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.77.0 * New feature release * For more details please see: * https://kde.org/announcements/kde-frameworks-5.77.0 - Changes since 5.76.0: * Drop X-KDE-PluginInfo-Depends * Sat Nov 07 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.76.0 * New feature release * For more details please see: * https://kde.org/announcements/kde-frameworks-5.76.0 - Changes since 5.75.0: * Fix build errors if PREFIX is different from ECM's PREFIX. * Make "no metadata" warning a debug-only thing * If include is define in .h remove it if it's defined in .cpp too (scripted) * Documentation fixes: Use more entities and some punctuation * Mon Oct 05 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.75.0 * New feature release * For more details please see: * https://kde.org/announcements/kde-frameworks-5.75.0 - Changes since 5.74.0: * Fix DBus notifications when installed/updated * Remove obsolete license text * Relicense file to LGPL-2.0-or-later * initialize pointer, constify pointer * Sun Sep 06 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.74.0 * New feature release * For more details please see: * https://kde.org/announcements/kde-frameworks-5.74.0 - Changes since 5.73.0: * Remove obsolete COPYING files * Do not delete package root if package was deleted (kde#410682) * Sun Aug 02 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.73.0 * New feature release * For more details please see: * https://kde.org/announcements/kde-frameworks-5.73.0 - Changes since 5.72.0: * Use KF-standardized Qt logging categories * Use camelcase include. (scripted) * Sun Jul 05 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.72.0 * New feature release * For more details please see: * https://kde.org/announcements/kde-frameworks-5.72.0 - Changes since 5.71.0: * Convert license to GPL-2.0-or-later - Fix the license tag. the kpackagetool executable is GPL-2.0-or-later * Sun Jun 07 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.71.0 * New feature release * For more details please see: * https://kde.org/announcements/kde-frameworks-5.71.0 - No code change since 5.70.0 * Sun May 03 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.70.0 * New feature release * For more details please see: * https://kde.org/announcements/kde-frameworks-5.70.0 - Changes since 5.69.0: * Fix testpackage-appstream: XDG_DATA_DIRS needs to be explicitly extended * Sun Apr 05 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.69.0 * New feature release * For more details please see: * https://kde.org/announcements/kde-frameworks-5.69.0 - No code change since 5.68.0 * Sun Mar 08 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.68.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.68.0.php - Changes since 5.67.0: * Use ecm_qt_install_logging_categories over manual categories file * Sun Feb 02 2020 Christophe Giboudeaux <christophe@krop.fr> - Replace %make_jobs with %cmake_build. * Sun Feb 02 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.67.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.67.0.php - No code change since 5.66.0 * Sun Jan 05 2020 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.66.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.66.0.php - Changes since 5.65.0: * Port endl to "\n" * Port QRegExp to QRegularExpression * Update the obsolete projects.kde.org URL * Sun Dec 08 2019 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.65.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.65.0.php - Changes since 5.64.0: * Remove -std=c++0x flag and duplicated -Wall flag * Remove commented cmake code * support Qt File selectors in KPackage * Sun Nov 03 2019 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.64.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.64.0.php - Changes since 5.63.0: * Use ECMGenerateExportHeader to manage deprecated API better * Sun Oct 06 2019 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.63.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.63.0.php - No code change since 5.62.0 * Sat Sep 07 2019 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.62.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.62.0.php - Changes since 5.61.0: * Remove unused includes - Replace foo-devel with cmake(KF5Foo) in build requirements * Wed Aug 07 2019 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.61.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.61.0.php - Changes since 5.60.0: * Offer metadata.json when requesting the package metadata * PackageLoader: Use the right scope for the KCompressionDevice * Use metadata.json when creating the metadata from KPackage::metadata() * Fix build due to missing QVector include * Fri Jul 19 2019 Wolfgang Bauer <wbauer@tmo.at> - Don't lower minimum Qt version anymore, it requires 5.11 now * Sun Jul 14 2019 lbeltrame@kde.org - Update to 5.60.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.60.0.php - Changes since 5.59.0: * performance, Qt API * Install in new logging directory when we use kf5 5.59.0 * Sun Jun 09 2019 lbeltrame@kde.org - Update to 5.59.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.59.0.php - No code changes since 5.58.0 * Wed May 15 2019 lbeltrame@kde.org - Update to 5.58.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.58.0.php - Changes since 5.57.0: * Add missing properties in kpackage-generic.desktop * kpackagetool: read kpackage-generic.desktop from qrc * AppStream generation: make sure we look up for the package structure on packages that have metadata.desktop/json too * autotests: don't fail appstream test because of anything on stderr * autotests: display command being executed, to help debugging failures * autotests: make output nicer * Don't use qAsConst over a temporary variable - Dropped patches, now upstream: * Dont-use-qAsConst-over-a-temporary-variable.patch * Tue Apr 16 2019 wbauer@tmo.at - Add Dont-use-qAsConst-over-a-temporary-variable.patch to fix a possible crash * Sun Apr 14 2019 lbeltrame@kde.org - Update to 5.57.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.57.0.php - Changes since 5.56.0: * Fix finding the host tools targets file in the Android docker environment * [kpackages] compile without foreach * Add cross-compilation support for kpackagetool5 * Sun Mar 10 2019 lbeltrame@kde.org - Update to 5.56.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.56.0.php - Changes since 5.55.0: * It compiles fine with qt5.13 * extend documentation of kpackage_install_bundled_package * remove kpackage_install_package deprecation warning * Fri Feb 15 2019 alarrosa@suse.com - Downgrade the Qt version requirement to build with 5.9 * Sun Feb 10 2019 lbeltrame@kde.org - Update to 5.55.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.55.0.php - Changes since 5.54.0: * Remove unused found member * Make translations work * Mon Jan 14 2019 lbeltrame@kde.org - Update to 5.54.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.54.0.php - Changes since 5.53.0: * Fix typo in i18n message (cmdline option description)
/usr/bin/kpackagetool5 /usr/lib/libKF5Package.so.5 /usr/lib/libKF5Package.so.5.95.0 /usr/share/doc/packages/kpackage /usr/share/doc/packages/kpackage/README.md /usr/share/kservicetypes5 /usr/share/kservicetypes5/kpackage-generic.desktop /usr/share/kservicetypes5/kpackage-genericqml.desktop /usr/share/kservicetypes5/kpackage-packagestructure.desktop /usr/share/licenses/kpackage /usr/share/licenses/kpackage/CC0-1.0.txt /usr/share/licenses/kpackage/GPL-2.0-or-later.txt /usr/share/licenses/kpackage/LGPL-2.0-or-later.txt /usr/share/man/man1/kpackagetool5.1.gz /usr/share/qlogging-categories5/kpackage.categories /usr/share/qlogging-categories5/kpackage.renamecategories
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jul 11 23:42:00 2022