Accepting request 866279 from home:NickLion:branches:KDE:Qt:6.0

- Remove uikit qmake spec to avoid automatic dep on python2
(slightly modified version of same action from Qt5)

OBS-URL: https://build.opensuse.org/request/show/866279
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:6.0/qt6-base?expand=0&rev=8
This commit is contained in:
Christophe Giboudeaux 2021-01-24 09:02:20 +00:00 committed by Git OBS Bridge
parent eb611e5a04
commit ab115a8545
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 23 20:24:22 UTC 2021 - Mykola Krachkovsky <w01dnick@gmail.com>
- Remove uikit qmake spec to avoid automatic dep on python2
-------------------------------------------------------------------
Wed Dec 16 11:26:03 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package qt6-base
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -745,6 +745,9 @@ rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_eglfs_kms_support_private.pri
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_openglwidgets_private.pri
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_xcb_qpa_lib_private.pri
# This is only for Apple platforms and has a python2 dep
rm -r %{buildroot}%{_qt6_mkspecsdir}/features/uikit
%post -n libQt6Concurrent6 -p /sbin/ldconfig
%post -n libQt6Core6 -p /sbin/ldconfig
%post -n libQt6DBus6 -p /sbin/ldconfig