Accepting request 1098336 from KDE:Qt:5.15

- Fix broken QML dependency

OBS-URL: https://build.opensuse.org/request/show/1098336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtgraphicaleffects?expand=0&rev=47
This commit is contained in:
Dominique Leuenberger 2023-07-12 15:26:25 +00:00 committed by Git OBS Bridge
commit f6e4098ddf
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 12 08:45:40 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Fix broken QML dependency
-------------------------------------------------------------------
Tue Jun 13 12:58:51 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -48,6 +48,9 @@ handling.
%prep
%autosetup -p1 -n %{tar_version}
# '/' in QML dependencies is broken, replace with a dot
sed -i 's#QtGraphicalEffects/private#QtGraphicalEffects\.private#' src/effects/qmldir
%build
%if %{qt5_snapshot}
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)