From c9446b6ddcbcef30520e4ddad336489d3aca076fcbfa1258b8118cbc71fd1261 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 8 Jan 2021 23:07:34 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:6.0/qt6-quicktimeline?expand=0&rev=7 --- qt6-quicktimeline.changes | 5 +++++ qt6-quicktimeline.spec | 10 ++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/qt6-quicktimeline.changes b/qt6-quicktimeline.changes index a99b62e..4ab6c48 100644 --- a/qt6-quicktimeline.changes +++ b/qt6-quicktimeline.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 30 15:59:45 UTC 2020 - Christophe Giboudeaux + +- Move the QML files into a separate package. + ------------------------------------------------------------------- Wed Dec 16 11:26:12 UTC 2020 - Christophe Giboudeaux diff --git a/qt6-quicktimeline.spec b/qt6-quicktimeline.spec index 2bf6523..6b8e949 100644 --- a/qt6-quicktimeline.spec +++ b/qt6-quicktimeline.spec @@ -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