forked from pool/qt6-quicktimeline
This commit is contained in:
parent
9e7e790b6c
commit
c9446b6ddc
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user