Sync from SUSE:SLFO:Main qt6-tools revision 6a92db44dc8205fa16ba61dece9d8539

This commit is contained in:
Adrian Schröter 2024-09-11 10:25:40 +02:00
parent 90f2afe635
commit 65c1c91262
8 changed files with 26 additions and 22 deletions

View File

@ -1,6 +1,5 @@
[Desktop Entry] [Desktop Entry]
Categories=Qt;Development;Documentation; Categories=Qt;Development;Documentation;
Encoding=UTF-8
Exec=assistant6 Exec=assistant6
Name=Qt 6 Assistant Name=Qt 6 Assistant
GenericName=Document Browser GenericName=Document Browser
@ -9,5 +8,3 @@ MimeType=application/x-assistant;
Terminal=false Terminal=false
Type=Application Type=Application
Icon=assistant6 Icon=assistant6

View File

@ -1,6 +1,5 @@
[Desktop Entry] [Desktop Entry]
Categories=Qt;Development;GUIDesigner; Categories=Qt;Development;GUIDesigner;
Encoding=UTF-8
Exec=designer6 Exec=designer6
Name=Qt 6 Designer Name=Qt 6 Designer
GenericName=Interface Designer GenericName=Interface Designer
@ -9,5 +8,3 @@ MimeType=application/x-designer;
Icon=designer6 Icon=designer6
Terminal=false Terminal=false
Type=Application Type=Application

View File

@ -1,6 +1,5 @@
[Desktop Entry] [Desktop Entry]
Categories=Qt;Development;Translation; Categories=Qt;Development;Translation;
Encoding=UTF-8
Exec=linguist6 Exec=linguist6
Name=Qt 6 Linguist Name=Qt 6 Linguist
GenericName=Translation Tool GenericName=Translation Tool

View File

@ -1,7 +1,6 @@
[Desktop Entry] [Desktop Entry]
Categories=Qt;Development;Debugger; Categories=Qt;Development;Debugger;
Encoding=UTF-8 Exec=qdbusviewer6
Exec=/usr/bin/qdbusviewer6
Name=Qt 6 D-Bus Viewer Name=Qt 6 D-Bus Viewer
GenericName=D-Bus Debugger GenericName=D-Bus Debugger
Comment=Introspect D-Bus objects and messages Comment=Introspect D-Bus objects and messages
@ -9,5 +8,3 @@ X-KDE-StartupNotify=true
Terminal=false Terminal=false
Type=Application Type=Application
Icon=qdbusviewer6 Icon=qdbusviewer6

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jun 19 07:26:03 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.7.2:
* https://www.qt.io/blog/qt-6.7.2-released
-------------------------------------------------------------------
Tue May 21 08:31:49 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.7.1:
* https://www.qt.io/blog/qt-6.7.1-released
-------------------------------------------------------------------
Tue Apr 2 13:40:00 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.7.0:
* https://www.qt.io/blog/qt-6.7-released
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 26 14:26:58 UTC 2024 - Christophe Marin <christophe@krop.fr> Tue Mar 26 14:26:58 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -16,8 +16,8 @@
# #
%define real_version 6.6.3 %define real_version 6.7.2
%define short_version 6.6 %define short_version 6.7
%define tar_name qttools-everywhere-src %define tar_name qttools-everywhere-src
%define tar_suffix %{nil} %define tar_suffix %{nil}
# #
@ -27,7 +27,7 @@
%endif %endif
# #
Name: qt6-tools%{?pkg_suffix} Name: qt6-tools%{?pkg_suffix}
Version: 6.6.3 Version: 6.7.2
Release: 0 Release: 0
Summary: Qt 6 Tools libraries and tools Summary: Qt 6 Tools libraries and tools
# TODO Check if it's still valid # TODO Check if it's still valid
@ -38,7 +38,7 @@ Summary: Qt 6 Tools libraries and tools
# 'GPL-3.0-only WITH Qt-GPL-exception-1.0' files in this folder are only used on Windows. # 'GPL-3.0-only WITH Qt-GPL-exception-1.0' files in this folder are only used on Windows.
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) AND GPL-3.0-only WITH Qt-GPL-exception-1.0 License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) AND GPL-3.0-only WITH Qt-GPL-exception-1.0
URL: https://www.qt.io URL: https://www.qt.io
Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
Source10: org.qt.designer6.desktop Source10: org.qt.designer6.desktop
Source11: org.qt.linguist6.desktop Source11: org.qt.linguist6.desktop
Source12: org.qt.qdbusviewer6.desktop Source12: org.qt.qdbusviewer6.desktop
@ -295,13 +295,9 @@ This library does not have any ABI or API guarantees.
# CMake files are not needed for plugins (except for Qt6UiPlugin) # CMake files are not needed for plugins (except for Qt6UiPlugin)
rm %{buildroot}%{_qt6_cmakedir}/Qt6Designer/*Plugin{Config,Targets}*.cmake rm %{buildroot}%{_qt6_cmakedir}/Qt6Designer/*Plugin{Config,Targets}*.cmake
# Unused file. There are no private headers for this library
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_linguist_private.pri
# This doesn't look useful # This doesn't look useful
rm -r %{buildroot}%{_qt6_includedir}/QtQDocCatch* rm -r %{buildroot}%{_qt6_includedir}/QtQDocCatch*
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6QDocCatch* rm -r %{buildroot}%{_qt6_cmakedir}/Qt6QDocCatch*
rm %{buildroot}%{_qt6_pkgconfigdir}/Qt6QDocCatch*.pc
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_qdoccatch*.pri rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_qdoccatch*.pri
rm %{buildroot}%{_qt6_descriptionsdir}/QDocCatch*.json rm %{buildroot}%{_qt6_descriptionsdir}/QDocCatch*.json

BIN
qttools-everywhere-src-6.6.3.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
qttools-everywhere-src-6.7.2.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.