forked from pool/kf6-extra-cmake-modules
Compare commits
10 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
68366cab8a | ||
|
ced0a8e620 | ||
|
0c05106e32 | ||
|
3f6e95cb4d | ||
|
b7e4ad16f9 | ||
|
ef3f7fe2b1 | ||
|
065fdd3f59 | ||
|
9efe1c1c6e | ||
|
bfd23c23f2 | ||
|
6c153986a8 |
3
extra-cmake-modules-6.10.0.tar.xz
Normal file
3
extra-cmake-modules-6.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:506989a0d400913403e669c1912238db053cd6b38dff74b17e2e6f879c79cca0
|
||||
size 324580
|
7
extra-cmake-modules-6.10.0.tar.xz.sig
Normal file
7
extra-cmake-modules-6.10.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ3gBNwAKCRAsjfWHptSq
|
||||
wVhfAQC1rwN4PapsS4UGZSRIZNOaQ8U+WRXFXsq/W//D15DvLAD/VfJ012wGIlaT
|
||||
knxzxQjxfsfXPPv36IzZLnHj5fJ5sQ4=
|
||||
=yLDL
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f3c2ca1e502990629f3b68507189fc0f912f3cab279b500dac91ee7031a49cf
|
||||
size 340948
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy+4AAKCRAsjfWHptSq
|
||||
wVzAAP0WUWZdq8SyGbntzW6tF8ZAHuUH5NyLApmCRwojPX0PewEAgSj6P53y79Af
|
||||
6IQpmDCW0S0V4XgkLGF3K6KQyIfj2ww=
|
||||
=8910
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 18:17:19 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.10.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.10.0
|
||||
- Changes since 6.9.0:
|
||||
* Make building docs optional
|
||||
* Add since documentation
|
||||
* ECMAddAndroidApk: add "PACKAGE_NAME" argument
|
||||
* ECMGenerateHeaders: set IWYU export pragma also for helper prefixed headers
|
||||
* Also allow to disable the nasty Android threads workaround via env vars
|
||||
* ECMGenerateHeaders: Set include-what-you-use pragma
|
||||
* Simplify moving QM catalog loading to the main thread
|
||||
* Update version to 6.10.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 10:09:05 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.9.0
|
||||
- Changes since 6.8.0:
|
||||
* Align multi-language catalog loading with KI18n
|
||||
* EGPF: Handle case where INTERFACE_INCLUDE_DIRECTORIES is empty (kde#496781)
|
||||
* KDEClangFormat: Avoid spammy warnings with cmake >= 3.31.0 (kde#496537)
|
||||
* Consider all QLocale::uiLanguages for QM catalog loading
|
||||
* ECMGeneratePythonBindings: Build without system isolation
|
||||
* ECMGeneratePythonBindings: Remove broken RPATH settings
|
||||
* Include Qt's translations in what we bundle on Android
|
||||
* Fix FindLibMount without pkgconfig
|
||||
* Don't use KDEInstallDirs6 for the new ECMGeneratePkgConfigFile test
|
||||
* Fix reproducible build issue with ECMGeneratedHeaders
|
||||
* Update version to 6.9.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 11:17:55 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.8.0
|
||||
- Changes since 6.7.0:
|
||||
* FindKF6: Print custom message when required components are not found
|
||||
* Add a directory check when appending a module dir to qmlimportscanner
|
||||
* Add Python bindings
|
||||
* Break enums onto multiple lines
|
||||
* Set import paths for QML modules to all CMake search paths
|
||||
* Remove the old/unused SIP-based Python binding generation infrastructure
|
||||
* Update version to 6.8.0
|
||||
* ECMGeneratePkgConfigFile: try to deduce additional include dirs
|
||||
* Fix custom definitions for generated pkgconfig files
|
||||
* Fix QM loader unit tests with a static Qt
|
||||
* Don't fall back to qmlplugin dump on static Qt builds
|
||||
* Retire Qt5 Android CI
|
||||
* Automatically install dependent targets of QML modules in static builds
|
||||
* Allow to specify an export set for targets installed by finalize_qml_module
|
||||
* Don't check websites in Appstream tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 09:59:45 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.7.0
|
||||
- Changes since 6.6.0:
|
||||
* Merge output targets from multiple qt6_target_qml_sources() calls
|
||||
* Don't install QML files on Android
|
||||
* Propagate OUTPUT_TARGETS of qt6_target_qml_sources to the caller
|
||||
* Port Qt doc generation to qhelpgenerator
|
||||
* Correctly forward the OUTPUT_TARGETS argument of qt6_add_qml_module()
|
||||
* Set install destination for object files
|
||||
* Upstream FindGLIB2.cmake changes from Qt
|
||||
* KDEClangFormat: Ignore source files being in _install folder
|
||||
* reenable individual targets for clang-format to enable better status reporting an parallelization
|
||||
* Update version to 6.7.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 09:03:04 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.6.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.6.0
|
||||
- Changes since 6.5.0:
|
||||
* ECMQueryQt: don't cache QUERY_EXECUTABLE
|
||||
* Add fallback value for SASL_PATH
|
||||
* Add SASL_PATH to prefix.sh so that libkdexoauth2.so is found
|
||||
* Allow qml target to be actually optional
|
||||
* Fix FindLibExiv2 version detection from header
|
||||
* ci: add Alpine/musl job
|
||||
* ECMEnableSanitizers: fix greedy linker parameter replacment
|
||||
* Add private code option to ecm_add_qtwayland_(client/server)_protocol
|
||||
* Update version to 6.6.0
|
||||
* Add a PRIVATE_CODE option to ecm_add_wayland_server_protocol
|
||||
* Add [PRIVATE_CODE] also to the second signature of ecm_add_wayland_server_protocol
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 10:47:28 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -23,14 +23,14 @@
|
||||
|
||||
%define rname extra-cmake-modules
|
||||
|
||||
# Full KF6 version (e.g. 6.5.0)
|
||||
# Full KF6 version (e.g. 6.10.0)
|
||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||
# Last major and minor KF6 version (e.g. 6.0)
|
||||
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without doc
|
||||
%bcond_without released
|
||||
Name: kf6-extra-cmake-modules%{?pkg_suffix}
|
||||
Version: 6.5.0
|
||||
Version: 6.10.0
|
||||
Release: 0
|
||||
Summary: CMake modules
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user