forked from pool/qt6-tools
Accepting request 1164304 from home:krop:Qt6:Release
Qt 6.7.0. qtwebengine is still building OBS-URL: https://build.opensuse.org/request/show/1164304 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-tools?expand=0&rev=64
This commit is contained in:
parent
136408cbb6
commit
203c981efe
@ -1,6 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Categories=Qt;Development;Documentation;
|
||||
Encoding=UTF-8
|
||||
Exec=assistant6
|
||||
Name=Qt 6 Assistant
|
||||
GenericName=Document Browser
|
||||
@ -9,5 +8,3 @@ MimeType=application/x-assistant;
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=assistant6
|
||||
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Categories=Qt;Development;GUIDesigner;
|
||||
Encoding=UTF-8
|
||||
Exec=designer6
|
||||
Name=Qt 6 Designer
|
||||
GenericName=Interface Designer
|
||||
@ -9,5 +8,3 @@ MimeType=application/x-designer;
|
||||
Icon=designer6
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Categories=Qt;Development;Translation;
|
||||
Encoding=UTF-8
|
||||
Exec=linguist6
|
||||
Name=Qt 6 Linguist
|
||||
GenericName=Translation Tool
|
||||
|
@ -1,7 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Categories=Qt;Development;Debugger;
|
||||
Encoding=UTF-8
|
||||
Exec=/usr/bin/qdbusviewer6
|
||||
Exec=qdbusviewer6
|
||||
Name=Qt 6 D-Bus Viewer
|
||||
GenericName=D-Bus Debugger
|
||||
Comment=Introspect D-Bus objects and messages
|
||||
@ -9,5 +8,3 @@ X-KDE-StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=qdbusviewer6
|
||||
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.6.3
|
||||
%define short_version 6.6
|
||||
%define real_version 6.7.0
|
||||
%define short_version 6.7
|
||||
%define tar_name qttools-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-tools%{?pkg_suffix}
|
||||
Version: 6.6.3
|
||||
Version: 6.7.0
|
||||
Release: 0
|
||||
Summary: Qt 6 Tools libraries and tools
|
||||
# TODO Check if it's still valid
|
||||
@ -295,13 +295,9 @@ This library does not have any ABI or API guarantees.
|
||||
# CMake files are not needed for plugins (except for Qt6UiPlugin)
|
||||
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
|
||||
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
|
||||
|
||||
|
BIN
qttools-everywhere-src-6.6.3.tar.xz
(Stored with Git LFS)
BIN
qttools-everywhere-src-6.6.3.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
qttools-everywhere-src-6.7.0.tar.xz
Normal file
3
qttools-everywhere-src-6.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8da6b239e82fe1e23465cbf0936c0da5a334438d3fb433e19c503cbb1abee7b
|
||||
size 9012572
|
Loading…
Reference in New Issue
Block a user