This commit is contained in:
parent
0093a4b412
commit
60f90d3655
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 9 13:40:47 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.0.2:
|
||||||
|
https://www.qt.io/blog/qt-6.0.2-released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 3 21:18:12 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Wed Feb 3 21:18:12 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qt6-tools
|
# spec file for package qt6-tools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define real_version 6.0.1
|
%define real_version 6.0.2
|
||||||
%define short_version 6.0
|
%define short_version 6.0
|
||||||
%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.0.1
|
Version: 6.0.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
|
||||||
@ -65,6 +65,7 @@ BuildRequires: cmake(Qt6QuickWidgets)
|
|||||||
BuildRequires: cmake(Qt6Sql)
|
BuildRequires: cmake(Qt6Sql)
|
||||||
BuildRequires: cmake(Qt6Widgets)
|
BuildRequires: cmake(Qt6Widgets)
|
||||||
BuildRequires: cmake(Qt6Xml)
|
BuildRequires: cmake(Qt6Xml)
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
# 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
|
||||||
@ -79,7 +80,8 @@ BuildRequires: qt6-tools
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The QtTools modules contains some tools mostly useful for application development.
|
The QtTools modules contains some tools mostly useful for application
|
||||||
|
development.
|
||||||
|
|
||||||
Included are Qt Designer (GUI design), QDbusViewer and more.
|
Included are Qt Designer (GUI design), QDbusViewer and more.
|
||||||
|
|
||||||
@ -183,28 +185,29 @@ ABI or API guarantees.
|
|||||||
Summary: Documentation browser
|
Summary: Documentation browser
|
||||||
|
|
||||||
%description assistant
|
%description assistant
|
||||||
The Qt assistant tools allows browsing documentation using the QCH format.
|
Qt Assistant is a tool for viewing documentation in Qt help file format.
|
||||||
|
|
||||||
%package designer
|
%package designer
|
||||||
Summary: Qt graphical interface creation tool
|
Summary: Qt graphical interface creation tool
|
||||||
|
|
||||||
%description designer
|
%description designer
|
||||||
Qt Designer is a tool for creating graphical interface for Qt applications.
|
Qt Designer is a tool for designing and building graphical user interface
|
||||||
|
with Qt Widgets.
|
||||||
|
|
||||||
%package helpgenerators
|
%package helpgenerators
|
||||||
Summary: Qt Help files generators (QCH)
|
Summary: Qt Help files generator
|
||||||
Requires: qt6-docs-common
|
Requires: qt6-docs-common
|
||||||
# help files are SQLite databases, so qhelpgenerator needs the SQLite plugin
|
# help files are SQLite databases, so qhelpgenerator needs the SQLite plugin
|
||||||
Requires: qt6-sql-sqlite
|
Requires: qt6-sql-sqlite
|
||||||
|
|
||||||
%description helpgenerators
|
%description helpgenerators
|
||||||
Qt 6 tools for generating .qch help catalogs.
|
Qt 6 tool for generating .qch help catalogs.
|
||||||
|
|
||||||
%package linguist
|
%package linguist
|
||||||
Summary: Qt 6 Linguist tools
|
Summary: Translation tool for Qt applications
|
||||||
|
|
||||||
%description linguist
|
%description linguist
|
||||||
The Qt 6 Linguist tools.
|
Qt Linguist can be used by translator to translate text in Qt applications.
|
||||||
|
|
||||||
%package -n qt6-linguist-devel
|
%package -n qt6-linguist-devel
|
||||||
Summary: Qt 6 linguist tools - Development files
|
Summary: Qt 6 linguist tools - Development files
|
||||||
@ -261,10 +264,10 @@ Command line client to QStandardPaths.
|
|||||||
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_linguist_private.pri
|
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_linguist_private.pri
|
||||||
|
|
||||||
# Desktop files for applications
|
# Desktop files for applications
|
||||||
install -D -m644 %{SOURCE10} %{buildroot}%{_datadir}/applications/org.qt.designer6.desktop
|
%suse_update_desktop_file -i org.qt.assistant6
|
||||||
install -D -m644 %{SOURCE11} %{buildroot}%{_datadir}/applications/org.qt.linguist6.desktop
|
%suse_update_desktop_file -i org.qt.designer6
|
||||||
install -D -m644 %{SOURCE12} %{buildroot}%{_datadir}/applications/org.qt.qdbusviewer6.desktop
|
%suse_update_desktop_file -i org.qt.linguist6
|
||||||
install -D -m644 %{SOURCE13} %{buildroot}%{_datadir}/applications/org.qt.assistant6.desktop
|
%suse_update_desktop_file -i org.qt.qdbusviewer6
|
||||||
|
|
||||||
# Icons for the desktop files
|
# Icons for the desktop files
|
||||||
install -D -m644 src/designer/src/designer/images/designer.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/designer6.png
|
install -D -m644 src/designer/src/designer/images/designer.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/designer6.png
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc354358f7d2ed56d17190f4ad7e3fc3ad88185be1eb74b9132b8b66185c349f
|
|
||||||
size 8387408
|
|
3
qttools-everywhere-src-6.0.2.tar.xz
Normal file
3
qttools-everywhere-src-6.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:465c3edf370db4df8e41a72ae35a6bcb2d7677210669f1934089de565af4f8e9
|
||||||
|
size 8388156
|
Loading…
Reference in New Issue
Block a user