6 Commits

4 changed files with 27 additions and 7 deletions

View File

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

3
qt6gtk2-0.7.tar.bz2 Normal file
View File

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jan 19 18:32:18 UTC 2026 - Christophe Marin <christophe@krop.fr>
- Update to 0.7
* Fixed crash of KVIrc and other applications
* Fixed combobox drawing issues
* Resolved deprecation warnings
-------------------------------------------------------------------
Sun Sep 14 21:59:31 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 0.6:
* Added Qt 6.10 support
-------------------------------------------------------------------
Tue Jun 10 20:23:04 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 0.5
* Fixed placeholder text color
-------------------------------------------------------------------
Tue Mar 11 10:10:32 UTC 2025 - Christophe Marin <christophe@krop.fr>

View File

@@ -1,7 +1,7 @@
#
# spec file for package qt6gtk2
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2026 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
@@ -15,18 +15,19 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define qt_version 6.0.0
Name: qt6gtk2
Version: 0.4
Version: 0.7
Release: 0
Summary: Qt6 Gtk2 Style Plugin
License: GPL-2.0-or-later
URL: https://www.opencode.net/trialuser/qt6gtk2
Source: https://www.opencode.net/trialuser/qt6gtk2/-/archive/%{version}/qt6gtk2-%{version}.tar.bz2
BuildRequires: pkgconfig
BuildRequires: qt6-core-private-devel >= %{qt_version}
BuildRequires: qt6-gui-private-devel >= %{qt_version}
BuildRequires: qt6-widgets-private-devel >= %{qt_version}
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libudev)
%requires_eq libQt6Core6
BuildRequires: pkgconfig(gtk+-2.0)
@@ -53,5 +54,4 @@ Qt 6 plugin for better integration with gtk-based desktop enviroments.
%dir %{_qt6_pluginsdir}/styles/
%{_qt6_pluginsdir}/styles/*.so
%changelog