forked from pool/libqt5-qtgraphicaleffects
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:
commit
f6e4098ddf
@ -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>
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user