Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

6 changed files with 13 additions and 81 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f070ed593f1d4010af5a56e247532be96a2c7ca9befc922b084c16215af79bdf
size 46172

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ3gBXwAKCRAsjfWHptSq
weXyAQCJ1zismzjeNu09cZAYPr+6EZyyXbKdQ6QGXipye6y4EwEAsLTP/oCU8MRR
u4Fdo4xkRRaZptqlsU5MPqRzd/ClnAc=
=QscS
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:323b55dd37dc408ccc158df2ce5c8a46b628f9355d2a77916e4565afce90b42b
size 45148

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/DAAKCRAsjfWHptSq
wYI1AQDA6uZJ+JDBiICe0HdO/fkLqIixBTLc9tt3aKwH95uR4AEAge2xmKJ0o53E
qqh+lKCBTCIk8si5J97gBM7hETAScwg=
=gx6X
-----END PGP SIGNATURE-----

View File

@ -1,70 +1,3 @@
-------------------------------------------------------------------
Tue Jan 7 18:17:23 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:
* Update dependency version to 6.10.0
* Update version to 6.10.0
-------------------------------------------------------------------
Sun Dec 8 10:09:09 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:
* Update dependency version to 6.9.0
* Fix isKdePlatformTheme for Flatpaks (kde#494734)
* It compiles fine without deprecated methods
* Now we depend against qt6.6
* ci: add Alpine/musl job
* Update version to 6.9.0
-------------------------------------------------------------------
Mon Nov 4 11:18:00 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:
* Reset palette to default-constructed one when scheme is unset
* Don't call activateSchemeInternal in init unless really needed
* Update dependency version to 6.8.0
* Add CI for static builds on Linux
* Update version to 6.8.0
-------------------------------------------------------------------
Mon Oct 7 09:59:51 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:
* Update dependency version to 6.7.0
* Follow system color scheme on Linux
* Fix build against a static Qt
* Update version to 6.7.0
-------------------------------------------------------------------
Sat Sep 7 09:03:08 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:
* Update version to 6.6.0
* use passkey to avoid issues with private constructor
* Additional public API
* [kcolorschememanager] Fix crash (kde#492408)
* add KColorSchemeManager::instance in favor of public constructor
-------------------------------------------------------------------
Mon Aug 5 10:47:33 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -16,16 +16,16 @@
#
%define qt6_version 6.7.0
%define qt6_version 6.6.0
%define rname kcolorscheme
# Full KF6 version (e.g. 6.10.0)
# Full KF6 version (e.g. 6.5.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 released
Name: kf6-kcolorscheme
Version: 6.10.0
Version: 6.5.0
Release: 0
Summary: Classes to read and interact with KColorScheme
License: LGPL-2.0-or-later
@ -38,7 +38,6 @@ Source2: frameworks.keyring
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
BuildRequires: qt6-gui-private-devel >= %{qt6_version}
BuildRequires: cmake(KF6Codecs) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6Config) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6GuiAddons) >= %{_kf6_bugfix_version}