Accepting request 1116657 from home:krop:Qt6:Release
Qt 6.6.0. Not built yet OBS-URL: https://build.opensuse.org/request/show/1116657 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-tools?expand=0&rev=54
This commit is contained in:
parent
bc246e844b
commit
5a19429598
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 10 09:40:01 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.6.0
|
||||||
|
* https://www.qt.io/blog/qt-6.6-released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 28 07:34:22 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Thu Sep 28 07:34:22 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define real_version 6.5.3
|
%define real_version 6.6.0
|
||||||
%define short_version 6.5
|
%define short_version 6.6
|
||||||
%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.5.3
|
Version: 6.6.0
|
||||||
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
|
||||||
@ -73,6 +73,7 @@ BuildRequires: cmake(Qt6QuickWidgets) = %{real_version}
|
|||||||
BuildRequires: cmake(Qt6Sql) = %{real_version}
|
BuildRequires: cmake(Qt6Sql) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Widgets) = %{real_version}
|
BuildRequires: cmake(Qt6Widgets) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Xml) = %{real_version}
|
BuildRequires: cmake(Qt6Xml) = %{real_version}
|
||||||
|
BuildRequires: pkgconfig(libzstd) >= 1.3
|
||||||
# These packages are required to generate documentation for the Qt packages
|
# These packages are required to generate documentation for the Qt packages
|
||||||
Requires: qt6-tools-helpgenerators
|
Requires: qt6-tools-helpgenerators
|
||||||
Requires: qt6-tools-qdoc
|
Requires: qt6-tools-qdoc
|
||||||
@ -293,6 +294,13 @@ rm %{buildroot}%{_qt6_cmakedir}/Qt6Designer/*Plugin{Config,Targets}*.cmake
|
|||||||
# Unused file. There are no private headers for this library
|
# Unused file. There are no private headers for this library
|
||||||
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_linguist_private.pri
|
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_linguist_private.pri
|
||||||
|
|
||||||
|
# This doesn't look useful
|
||||||
|
rm -r %{buildroot}%{_qt6_includedir}/QtQDocCatch*
|
||||||
|
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6QDocCatch*
|
||||||
|
rm %{buildroot}%{_qt6_pkgconfigdir}/Qt6QDocCatch*.pc
|
||||||
|
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_qdoccatch*.pri
|
||||||
|
rm %{buildroot}%{_qt6_descriptionsdir}/QDocCatch*.json
|
||||||
|
|
||||||
# Desktop files for applications
|
# Desktop files for applications
|
||||||
%suse_update_desktop_file -i org.qt.assistant6
|
%suse_update_desktop_file -i org.qt.assistant6
|
||||||
%suse_update_desktop_file -i org.qt.designer6
|
%suse_update_desktop_file -i org.qt.designer6
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fc91d32b3f696725bbb48b0df240c25b606bbee3bd22627cfcbee876a6405e37
|
|
||||||
size 8591996
|
|
3
qttools-everywhere-src-6.6.0.tar.xz
Normal file
3
qttools-everywhere-src-6.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4e9feebc142bbb6e453e1dc3277e09ec45c8ef081b5ee2a029e6684b5905ba99
|
||||||
|
size 8582212
|
Loading…
Reference in New Issue
Block a user