forked from pool/qt6-tools
Compare commits
13 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
b9bd9ba8ab | ||
|
f525391793 | ||
|
8a3b68089c | ||
|
21ab72d1ff | ||
|
e84281f801 | ||
|
2342f832b2 | ||
|
d00d151100 | ||
|
033a551b5b | ||
|
36755516e8 | ||
|
845278224c | ||
|
d135eb192e | ||
|
070d6b8c08 | ||
|
6d2f1538d4 |
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 13:02:14 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.1:
|
||||
* https://www.qt.io/blog/qt-6.8.1-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 14:53:49 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Reintroduce proper %requires_eq on libclang, it's needed to ensure
|
||||
that qdoc pulls in a libclang suitable for the used libclang-cpp.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 11:58:21 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Fix qdoc runtime dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 09:29:54 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.0:
|
||||
* https://www.qt.io/blog/qt-6.8-released
|
||||
- Drop patch, no longer needed:
|
||||
* fix-llvm19-build.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 08:23:10 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.3
|
||||
* https://www.qt.io/blog/qt-6.7.3-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 21:22:32 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- Add fix-llvm19-build.patch to fix build with LLVM 19. Upstream
|
||||
report is at https://bugreports.qt.io/browse/QTBUG-129146.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 07:26:03 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.7.2
|
||||
%define short_version 6.7
|
||||
%define real_version 6.8.1
|
||||
%define short_version 6.8
|
||||
%define tar_name qttools-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-tools%{?pkg_suffix}
|
||||
Version: 6.7.2
|
||||
Version: 6.8.1
|
||||
Release: 0
|
||||
Summary: Qt 6 Tools libraries and tools
|
||||
# TODO Check if it's still valid
|
||||
@ -47,14 +47,10 @@ Source13: org.qt.assistant6.desktop
|
||||
Source14: linguist6.png
|
||||
Source99: qt6-tools-rpmlintrc
|
||||
# clang-devel in Leap 15 points to clang7...
|
||||
%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150600
|
||||
%if 0%{?suse_version} == 1500
|
||||
BuildRequires: clang17-devel
|
||||
%else
|
||||
%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150400
|
||||
BuildRequires: clang15-devel
|
||||
%else
|
||||
BuildRequires: clang-devel >= 8
|
||||
%endif
|
||||
BuildRequires: clang-devel >= 17
|
||||
%endif
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: pkgconfig
|
||||
@ -65,6 +61,7 @@ BuildRequires: qt6-qml-private-devel
|
||||
BuildRequires: qt6-quick-private-devel
|
||||
BuildRequires: qt6-widgets-private-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(Qt6Concurrent) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||
BuildRequires: cmake(Qt6DBus) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
||||
@ -72,6 +69,7 @@ BuildRequires: cmake(Qt6Network) = %{real_version}
|
||||
BuildRequires: cmake(Qt6OpenGL) = %{real_version}
|
||||
BuildRequires: cmake(Qt6OpenGLWidgets) = %{real_version}
|
||||
BuildRequires: cmake(Qt6PrintSupport) = %{real_version}
|
||||
BuildRequires: cmake(Qt6QmlLSPrivate) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Quick) = %{real_version}
|
||||
BuildRequires: cmake(Qt6QuickWidgets) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Sql) = %{real_version}
|
||||
@ -245,7 +243,9 @@ Command line client for communication over D-Bus.
|
||||
Summary: Qt 6 Tool used by Qt to generate documentation
|
||||
License: GPL-3.0-only
|
||||
# qdoc hardcodes clang include paths: boo#1109367, QTBUG-70687
|
||||
%requires_eq libclang%{_llvm_sonum}
|
||||
%requires_eq libclang%{_libclang_sonum}
|
||||
# Both qdoc and libclang link against libclang-cpp, so make sure it's compatible.
|
||||
%requires_eq libclang-cpp%{_llvm_sonum}
|
||||
|
||||
%description qdoc
|
||||
Qt 6 Tool used by Qt to generate documentation.
|
||||
@ -281,7 +281,9 @@ This library does not have any ABI or API guarantees.
|
||||
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
||||
|
||||
%build
|
||||
%cmake_qt6 -DBUILD_TESTING:BOOL=OFF
|
||||
%cmake_qt6 \
|
||||
-DQT_GENERATE_SBOM:BOOL=FALSE \
|
||||
-DBUILD_TESTING:BOOL=FALSE
|
||||
|
||||
%{qt6_build}
|
||||
|
||||
@ -294,6 +296,7 @@ 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
|
||||
rm %{buildroot}%{_qt6_cmakedir}/Qt6Help/*Plugin{Config,Targets}*.cmake
|
||||
|
||||
# This doesn't look useful
|
||||
rm -r %{buildroot}%{_qt6_includedir}/QtQDocCatch*
|
||||
@ -412,6 +415,8 @@ install -D -m644 src/assistant/assistant/images/assistant-128.png %{buildroot}%{
|
||||
%{_datadir}/icons/hicolor/128x128/apps/assistant6.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/assistant6.png
|
||||
%{_qt6_bindir}/assistant
|
||||
%dir %{_qt6_pluginsdir}/help
|
||||
%{_qt6_pluginsdir}/help/libhelpplugin.so
|
||||
|
||||
%files designer
|
||||
%dir %{_qt6_pluginsdir}/designer
|
||||
|
BIN
qttools-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
BIN
qttools-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
qttools-everywhere-src-6.8.1.tar.xz
Normal file
3
qttools-everywhere-src-6.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d43d409be08b8681a0155a9c65114b69c9a3fc11aef6487bb7fdc5b283c432d
|
||||
size 10293192
|
Loading…
Reference in New Issue
Block a user