Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b83ddf9cfb | |||
|
|
69f5b78807 | ||
| 9d9e991cfc | |||
|
|
413ba3384e | ||
|
|
cbeec5c9b5 |
3
qt6ct-0.11.tar.bz2
Normal file
3
qt6ct-0.11.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c26bc87b8e1603e194f9793db58667722672a6c26dfc0e080a4b2afe35fe2583
|
||||
size 75858
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a9f00db7f9c2003b33fad1715cbf2a483bf50a99079b97bf8e5d0bdbd3392cd
|
||||
size 75868
|
||||
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 17:11:43 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 0.11
|
||||
Qt 6.10 support
|
||||
* disabled cmake warnings about private Qt headers
|
||||
* allow to override Qt plugin directory
|
||||
* don't rely on label font for saving font settings
|
||||
* always fallback to the QGenericUnixTheme
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 10:00:54 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 0.10
|
||||
* reworked color settings
|
||||
* fixed issue with app-specific palette
|
||||
* fixed .desktop file name
|
||||
* fixed CMake warning
|
||||
* enabled QPlatformTheme::HoverEffect hint
|
||||
* increased minimum Qt version to 6.2
|
||||
* code refactoring and optimization
|
||||
* moved home page to opencode.net
|
||||
* updated Dutch translation
|
||||
* updated Polish translation
|
||||
* updated Russian translation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 29 16:10:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
10
qt6ct.spec
10
qt6ct.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qt6ct
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: qt6ct
|
||||
Version: 0.9
|
||||
Version: 0.11
|
||||
Release: 0
|
||||
Summary: Qt 6 Configuration Tool
|
||||
License: BSD-2-Clause
|
||||
URL: https://github.com/trialuser02/qt6ct
|
||||
Source: https://github.com/trialuser02/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
URL: https://www.opencode.net/trialuser/qt6ct
|
||||
Source: https://www.opencode.net/trialuser/qt6ct/-/archive/%{version}/qt6ct-%{version}.tar.bz2
|
||||
BuildRequires: qt6-gui-private-devel
|
||||
BuildRequires: qt6-widgets-private-devel
|
||||
BuildRequires: cmake(Qt6Gui)
|
||||
@@ -52,7 +52,7 @@ rm %{buildroot}%{_qt6_libdir}/libqt6ct-common.so
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog README
|
||||
%doc AUTHORS ChangeLog README.md
|
||||
%dir %{_qt6_pluginsdir}/styles
|
||||
%{_bindir}/qt6ct
|
||||
%{_qt6_libdir}/libqt6ct-common.so.%{version}
|
||||
|
||||
Reference in New Issue
Block a user