1
0
Christophe Giboudeaux 2021-01-08 23:07:34 +00:00 committed by Git OBS Bridge
parent 9e7e790b6c
commit c9446b6ddc
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 30 15:59:45 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Move the QML files into a separate package.
-------------------------------------------------------------------
Wed Dec 16 11:26:12 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -50,6 +50,12 @@ BuildRequires: qt6-tools
The Qt Quick Timeline plugin provides QML types to use timelines and keyframes
to animate Qt Quick user interfaces.
%package imports
Summary: Qt 6 QuickTimeline QML files and plugins
%description imports
QML files and plugins from the Qt 6 QuickTimeline module
%prep
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
@ -66,10 +72,10 @@ to animate Qt Quick user interfaces.
# CMake files are not needed for plugins
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
%files
%files imports
%license LICENSE.*
%dir %{_qt6_qmldir}/QtQuick
%{_qt6_qmldir}/QtQuick/Timeline
%{_qt6_qmldir}/QtQuick/Timeline/
%endif