Accepting request 1007332 from KDE:Qt6
Qt 6.4.0 OBS-URL: https://build.opensuse.org/request/show/1007332 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-tools?expand=0&rev=19
This commit is contained in:
commit
b98079261c
BIN
linguist6.png
(Stored with Git LFS)
Normal file
BIN
linguist6.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 29 10:36:06 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.4.0:
|
||||||
|
* https://www.qt.io/blog/qt-6.4-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 16 08:29:22 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.4.0 RC
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 9 12:41:48 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Fri Sep 9 12:41:48 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define real_version 6.3.2
|
%define real_version 6.4.0
|
||||||
%define short_version 6.3
|
%define short_version 6.4
|
||||||
%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.3.2
|
Version: 6.4.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
|
||||||
@ -43,6 +43,8 @@ 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
|
||||||
Source13: org.qt.assistant6.desktop
|
Source13: org.qt.assistant6.desktop
|
||||||
|
# The 48x48 icon was removed from qttools
|
||||||
|
Source14: linguist6.png
|
||||||
Source99: qt6-tools-rpmlintrc
|
Source99: qt6-tools-rpmlintrc
|
||||||
# clang-devel in Leap 15.3 points to clang7...
|
# clang-devel in Leap 15.3 points to clang7...
|
||||||
%if 0%{?suse_version} == 1500 && 0%{?sle_version} == 150300
|
%if 0%{?suse_version} == 1500 && 0%{?sle_version} == 150300
|
||||||
@ -273,6 +275,7 @@ This library does not have any ABI or API guarantees.
|
|||||||
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%define _lto_cflags %{nil}
|
||||||
%cmake_qt6
|
%cmake_qt6
|
||||||
|
|
||||||
%{qt6_build}
|
%{qt6_build}
|
||||||
@ -284,6 +287,9 @@ This library does not have any ABI or API guarantees.
|
|||||||
|
|
||||||
%{qt6_link_executables}
|
%{qt6_link_executables}
|
||||||
|
|
||||||
|
# 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
|
# 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
|
||||||
|
|
||||||
@ -291,11 +297,12 @@ rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_linguist_private.pri
|
|||||||
%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
|
||||||
%suse_update_desktop_file -i org.qt.linguist6
|
%suse_update_desktop_file -i org.qt.linguist6
|
||||||
|
rm %{buildroot}%{_datadir}/pixmaps/linguist6.png
|
||||||
%suse_update_desktop_file -i org.qt.qdbusviewer6
|
%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
|
||||||
install -D -m644 src/linguist/linguist/images/icons/linguist-48-32.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/linguist6.png
|
install -D -m644 %{SOURCE14} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/linguist6.png
|
||||||
install -D -m644 src/linguist/linguist/images/icons/linguist-128-32.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/linguist6.png
|
install -D -m644 src/linguist/linguist/images/icons/linguist-128-32.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/linguist6.png
|
||||||
install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/qdbusviewer6.png
|
install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/qdbusviewer6.png
|
||||||
install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/qdbusviewer6.png
|
install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/qdbusviewer6.png
|
||||||
@ -312,7 +319,7 @@ install -D -m644 src/assistant/assistant/images/assistant-128.png %{buildroot}%{
|
|||||||
%postun -n libQt6UiTools6 -p /sbin/ldconfig
|
%postun -n libQt6UiTools6 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.*
|
%license LICENSES/*
|
||||||
%{_bindir}/pixeltool6
|
%{_bindir}/pixeltool6
|
||||||
%{_bindir}/qdistancefieldgenerator6
|
%{_bindir}/qdistancefieldgenerator6
|
||||||
%{_bindir}/qtdiag6
|
%{_bindir}/qtdiag6
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e5b07d2ffab68cebe935972506c88ffe1e4b7d24bdc28c67578dbc075799aed2
|
|
||||||
size 8629400
|
|
3
qttools-everywhere-src-6.4.0.tar.xz
Normal file
3
qttools-everywhere-src-6.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:97f3d5f88c458be7a8f7b7b08efc06c4ebad39ca51669476b18bf9e4c11afba2
|
||||||
|
size 8738432
|
Loading…
x
Reference in New Issue
Block a user