Package Release Info

kpackage-5.45.0-bp150.2.6

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kpackage
kpackage-64bit
kpackage-devel
kpackage-devel-64bit
kpackage-lang

Change Logs

Version: 5.102.0-bp155.1.6
* Thu Jan 12 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.102.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.102.0
- No code change since 5.101.0
* Tue Dec 06 2022 Christophe Marin <christophe@krop.fr>
- Update to 5.101.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
* Tue Nov 08 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.100.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.100.0
- Changes since 5.99.0:
  * Add Qt6 windows CI support
* Sat Oct 01 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.99.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.99.0
- Changes since 5.98.0:
  * .gitlab-ci.yml: enable static builds
  * Build test KPackage structure as static plugin
  * Copy required plasmoid kpackage definition sin autotests to avoid issues when building statically
  * Fix duplicate symbol in static builds (kde#459099)
  * Ignore sddmtheme dependencies if we do not have the knsrc file installed (kde#415583)
  * Remove unneeded known categories
* Tue Sep 06 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.98.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.98.0
- Changes since 5.97.0:
  * Add FreeBSD Qt6 CI support
* Sun Aug 07 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.97.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.97.0
- Changes since 5.96.0:
  * Fix listing of KPackage structures (kde#456726)
  * README.md add dot at end of sentence
  * Port archive of test plasmoid to json metadata
  * Fix tests that generate metadata.desktop file for Qt6 build
  * Port metadata files in autotests to json
* Sun Jul 03 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.96.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.96.0
- No code change since 5.95.0
* 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
Version: 5.45.0-bp150.2.3
* Sat Apr 14 2018 lbeltrame@kde.org
- Update to 5.45.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
- Changes since 5.44.0:
  * Try to fix the FreeBSD build.
  * Use Qt5::rcc instead of looking for the executable.
  * Use NO_DEFAULT_PATH to ensure the right command is picked up
  * Look also for prefixed rcc executables
  * set component for correct qrc generation
  * regenerate qrc on every build
  * Don't create dependency loop
  * Fix the rcc binary package generation
  * set(component ${component})
  * Fix rcc packages generation
  * Generate the rcc file every time, at install time
  * Use ecm_setup_qtplugin_macro_names
  * remove the rcc before generating
  * Make org.kde. components include a donate URL
  * Remove not necessary QtCore and co
  * Mark kpackage_install_package undeprecated for plasma_install_package
  * autotest: improve error reporting on failure
* Tue Mar 13 2018 lbeltrame@kde.org
- Update to 5.44.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
- Changes since 5.43.0:
  * Help automoc to find metadata JSON files referenced in the code
* Tue Feb 13 2018 lbeltrame@kde.org
- Update to 5.43.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
- Changes since 5.42.0:
  * None
* Tue Jan 16 2018 lbeltrame@kde.org
- Update to 5.42.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
- Changes since 5.41.0:
  * Remove obsolete reviewboardrc file
  * Fix typo
  * Prevent cmake 3.10+ warning with moc & K_EXPORT_KPACKAGE_PACKAGE_WITH_JSON
  * invalidate the runtime cache on install
  * adjust relative directory
  * use configure_file instead of install
  * use QByteArrayLiteral
  * create the needed directory
  * experimental support for rcc files loading in kpackage
  * Use qCDebug
  * compile against Qt 5.7
  * Fix up package indexing and add runtime caching
  * new KPackage::fileUrl() method
* Sun Dec 17 2017 lbeltrame@kde.org
- Update to 5.41.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
- Changes since 5.40.0:
  * Fix trivial clazy warnings
  * Properly do strings in the kpackage framework
  * Don't try to generate metadata.json if there's no metadata.desktop
  * fix kpluginindex caching
  * Improve error output
* Mon Nov 13 2017 lbeltrame@kde.org
- Update to 5.40.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
- Changes since 5.39.0:
  * use the non installed service files
* Mon Oct 23 2017 lbeltrame@kde.org
- Update to 5.39.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
  * kpackage: bundle a copy of servicetypes/kpackage-generic.desktop
  * kpackagetool: bundle a copy of servicetypes/kpackage-generic.desktop
  * autotest: adapt for ECM 5.38 setting CMAKE_RUNTIME_OUTPUT_DIRECTORY to bin
* Tue Sep 12 2017 lbeltrame@kde.org
- Update to 5.38.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
- Changes since 5.37.0:
  * refactor kpackagetool away from stringy options
  * autotests: fix running tests in parallel
  * kpackagetool: fix memory leak detected by LeakSanitizer
* Sat Aug 12 2017 christophe@krop.fr
- Update to 5.37.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
- Changes since 5.36.0 :
  * kpackagetool can now write appstream data to a file
  * assert the testpackage appstream data validates
  * adopt new KAboutLicense::spdx
  * do not stderr that NoDisplay is set
  * API dox: use @param for normal parameter listing, not @arg
* Wed Jul 12 2017 lbeltrame@kde.org
- Update to 5.36.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.36.0.php
- Changes since 5.35.0:
  * Added kpackage-genericqml.desktop
  * tests: forgot to use LINK_LIBRARIES for ecm_add_test
  * cmake: use ecm_add_test more
  * [FEATURE] Option to build & install QCH file with the public API dox
* Sun Jun 11 2017 lbeltrame@kde.org
- Update to 5.35.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
- Changes since 5.34.0:
  * API dox: NULL pointer -> null pointer
  * API dox: Use doxygen notation to have comments used
  * API dox: note CamelCase includes by @class tag with more classes
* Mon May 15 2017 fabian@ritter-vogt.de
- Update to 5.34.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
- Changes since 5.33.0:
  * Fix spelling in documentation.
  * fix include path in KF5PackageMacros.cmake https://phabricator.kde.org/D5615
  * Ignore warnings during appdata generation (kde#378529)
- Remove patches, now upstream:
  * 0001-Ignore-warnings-during-appdata-generation.patch
- Use %find_lang --with-man --all-name
* Sat Apr 15 2017 lbeltrame@kde.org
- Update to 5.33.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
- Changes since 5.32.0:
  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
  * build autotests as regular executables
  * Upgrade KF5 version to 5.33.0.
Version: 5.32.0-2.1
* Fri Apr 07 2017 fabian@ritter-vogt.de
- Add patch to allow appdata installation even with warnings:
  * 0001-Ignore-warnings-during-appdata-generation.patch
* Sun Mar 19 2017 lbeltrame@kde.org
- Update to 5.32.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
- Changes since 5.31.0:
  * Commit translations from l10n-kf5
  * Upgrade ECM and KF5 version requirements for 5.32.0 release.
  * finish support for opening compressed packages
  * Upgrade KF5 version to 5.32.0.
  * Upgrade Qt5 version requirement to 5.6.0.
* Thu Feb 09 2017 hrvoje.senjan@gmail.com
- Update to 5.31.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.31.0.php
* Thu Jan 19 2017 fabian@ritter-vogt.de
- Update to 5.30.0
  * [PackageLoader] Don't access invalid KPluginMetadata (bug 374541)
  * fix description for option -t in man page
  * Improve error message
  * Fix the help message for --type
  * Improve installation process of KPackage bundles
  * Install a kpackage-generic.desktop file
  * Exclude qmlc files from installation
  * Don't list separately plasmoids from metadata.desktop and .json
* Wed Dec 14 2016 hrvoje.senjan@gmail.com
- Update to 5.29.1
  * Fix cmake failure when two packages with different type have same id
  * Additional fix for packages with different types but same ids
* Sun Dec 04 2016 hrvoje.senjan@gmail.com
- Update to 5.29.0
  * Keep installing metadata.desktop (kde#372594)
  * Manually load metadata if absolute path is passed
  * Fix potential failure if package is not appstream compatible
  * Let KPackage know about X-Plasma-RootPath
  * Fix generating the metadata.json file
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.29.0.php
* Sun Nov 20 2016 hrvoje.senjan@gmail.com
- Hotfix 5.28.1
  * Keep installing metadata.desktop (kde#372594)
- Drop upstreamed 0001-keep-installing-metadata-desktop.patch
* Fri Nov 18 2016 alarrosa@suse.com
- Add 0001-keep-installing-metadata-desktop.patch to keep installing
  metadata.desktop (kde#372594)
* Sat Nov 05 2016 hrvoje.senjan@gmail.com
- Update to 5.28.0
  * Make sure we're looking both for json and desktop metadata
  * Guard against Q_GLOBAL_STATIC being destroyed at app shutdown
  * Fix dangling pointer in KPackageJob (kde#369935)
  * Remove discovery associated to a key when removing a definition
  * Generate the icon into the appstream file
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.28.0.php
- Drop upstreamed fix-package-remove-definition.diff
* Sun Oct 09 2016 hrvoje.senjan@gmail.com
- Update to 5.27.0
  * Don't generate appstream files for components that are not in rdn
  * Make kpackage_install_package work with KDE_INSTALL_DIRS_NO_DEPRECATED
  * Remove unused var KPACKAGE_DATA_INSTALL_DIR
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.27.0.php
Version: 5.26.0-2.6
* Fri Dec 23 2016 alarrosa@suse.com
- Add 0001-Dont-list-separately-plasmoids-from-metadata-desktop-and-json.patch
  to fix duplicate listings of packages with metadata.desktop and
  metadata.json files.
* Fri Oct 07 2016 alarrosa@suse.com
- Add fix-package-remove-definition.diff:
  Removes package discoveries too when removing a definition, so
  old data is not kept forever around.
* Tue Sep 06 2016 hrvoje.senjan@gmail.com
- Update to 5.26.0
  * Silence contentHash deprecation warnings
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.26.0.php
* Sun Aug 07 2016 hrvoje.senjan@gmail.com
- Update to 5.25.0
  * Qt >= 5.5 is now required
  * Infer the ParentApp from the PackageStructure plugin
  * Let kpackagetool5 generate appstream information for kpackage components
  * Make it possible to load metadata.json file from kpackagetool5
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.25.0.php
* Wed Jul 06 2016 hrvoje.senjan@gmail.com
- Update to 5.24.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.24.0.php
* Mon Jun 06 2016 hrvoje.senjan@gmail.com
- Update to 5.23.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.23.0.php
* Sat May 07 2016 hrvoje.senjan@gmail.com
- Update to 5.22.0 (boo#980066)
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.22.0.php
* Mon Apr 04 2016 hrvoje.senjan@gmail.com
- Update to 5.21.0 (boo#974793)
  * After installing a package, load it
  * If the package exists and up to date don't fail
  * Add Package::cryptographicHash(QCryptographicHash::Algorithm)
  * Upgrade Qt version requirement to 5.4.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.21.0.php
Version: 5.20.0-2.1
* Sun Mar 06 2016 hrvoje.senjan@gmail.com
- Update to 5.20.0 (boo#970856)
  * Let KDocTools stay optional on KPackage
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.20.0.php
* Sat Feb 06 2016 hrvoje.senjan@gmail.com
- Update to 5.19.0 (boo#967668)
  * Avoid finding the same package multiple times from different paths
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.19.0.php
* Sat Jan 02 2016 hrvoje.senjan@gmail.com
- Update to 5.18.0
  * Make it possible to provide the metadata in json
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.18.0.php
* Thu Dec 10 2015 hrvoje.senjan@gmail.com
- Update to 5.17.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.17.0.php
* Sun Nov 08 2015 hrvoje.senjan@gmail.com
- Update to 5.16.0 (boo#955067)
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.16.0.php
* Mon Oct 05 2015 hrvoje.senjan@gmail.com
- Update to 5.15.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.15.0.php
* Tue Sep 08 2015 hrvoje.senjan@gmail.com
- Update to 5.14.0
  * kpackagetool can uninstall a package from a package file
  * kpackagetool is now smarter about finding the right servicetype
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.14.0.php
* Tue Aug 04 2015 hrvoje.senjan@gmail.com
- Update to 5.13.0
  * The Qt version requirement has been bumped from 5.2 to 5.3
  * Debug output has been ported to categorized output, for less
    noise by default
  * Docbook documentation has been reviewed and updated
  * Make the subtitles, subtitles ;)
  * kpackagetool: Fix output of non-latin text to stdout
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.13.0.php
* Sun Jul 05 2015 hrvoje.senjan@gmail.com
- Update to 5.12.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.12.0.php
* Sun Jun 07 2015 hrvoje.senjan@gmail.com
- Update to 5.11.0
  * Guard the structure qpointer access (kde#347231)
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.11.0.php
* Sun May 03 2015 hrvoje.senjan@gmail.com
- Update to 5.10.0
  * Add a KPackage::findPackages function similar to
    KPluginLoader::findPlugins
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.10.0.php
* Sat Apr 04 2015 hrvoje.senjan@gmail.com
- Update to 5.9.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
* Sat Mar 07 2015 hrvoje.senjan@gmail.com
- Update to 5.8.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.8.0.php
* Sun Feb 08 2015 hrvoje.senjan@gmail.com
- Update to 5.7.0
  * Renamed kpackagetool man to kpackagetool5
  * Fixed installation on case-insensitive filesystems
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.7.0.php
* Sat Jan 03 2015 hrvoje.senjan@gmail.com
- Update to 5.6.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.6.0.php
* Fri Sep 19 2014 hrvoje.senjan@gmail.com
- Activate kpackage-framework package