forked from pool/libqt5-qtgraphicaleffects
- Fix broken QML dependency
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtgraphicaleffects?expand=0&rev=20
This commit is contained in:
parent
089d617246
commit
a67abf70a1
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 20:52:38 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
Wed Jul 12 08:45:40 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Exclude internal QML imports from detection
|
||||
- Fix broken QML dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 13 12:58:51 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
# Internal imports
|
||||
%global __requires_exclude qmlimport\\(QtGraphicalEffects/private.*
|
||||
%define qt5_snapshot 1
|
||||
%define base_name libqt5
|
||||
%define real_version 5.15.10
|
||||
@ -50,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