commit 7488aaad88a908a37b660480f70ef7377d34235929e2a9c8020b46a2e99f0b8f Author: Christophe Giboudeaux Date: Wed Dec 9 10:41:16 2020 +0000 Accepting request 854139 from home:cgiboudeaux:Qt6:release Qt 6.0.0 OBS-URL: https://build.opensuse.org/request/show/854139 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:6.0/qt6-quicktimeline?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/qt6-quicktimeline-docs.spec b/qt6-quicktimeline-docs.spec new file mode 100644 index 0000000..6d898ea --- /dev/null +++ b/qt6-quicktimeline-docs.spec @@ -0,0 +1,57 @@ +# +# spec file for package qt6-quicktimeline-docs +# +# Copyright (c) 2020 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define real_version 6.0.0 +%define short_version 6.0 +%define tar_name qtquicktimeline-everywhere-src +%define tar_suffix %{nil} +# +Name: qt6-quicktimeline-docs +Version: 6.0.0 +Release: 0 +Summary: Qt 6 QuickTimeline Documentation +License: GFDL-1.3-only +URL: https://www.qt.io +Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz +BuildRequires: qt6-core-private-devel +BuildRequires: qt6-gui-private-devel +BuildRequires: qt6-qml-private-devel +BuildRequires: qt6-quick-private-devel +BuildRequires: cmake(Qt6Core) +BuildRequires: cmake(Qt6Gui) +BuildRequires: cmake(Qt6Qml) +BuildRequires: cmake(Qt6Quick) +BuildRequires: qt6-tools + +%description +The Qt 6 Quick Timeline Documentation. + +%{qt6_doc_packages} + +%prep +%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix} + +%build +%cmake_qt6 + +%{qt6_build_docs} + +%install +%{qt6_install_docs} + +%changelog -n qt6-quicktimeline.changes diff --git a/qt6-quicktimeline.changes b/qt6-quicktimeline.changes new file mode 100644 index 0000000..161255f --- /dev/null +++ b/qt6-quicktimeline.changes @@ -0,0 +1,42 @@ +------------------------------------------------------------------- +Tue Dec 8 14:09:22 UTC 2020 - Christophe Giboudeaux + +- Update to 6.0.0: + * https://www.qt.io/blog/qt-6.0-released + +------------------------------------------------------------------- +Wed Dec 2 12:09:02 UTC 2020 - Christophe Giboudeaux + +- Qt 6.0.0 RC2 + +------------------------------------------------------------------- +Wed Nov 25 14:22:42 UTC 2020 - Christophe Giboudeaux + +- Update to 6.0.0~rc1 + +------------------------------------------------------------------- +Tue Nov 17 07:26:27 UTC 2020 - Christophe Giboudeaux + +- Update to 6.0.0~beta5 + +------------------------------------------------------------------- +Tue Nov 10 22:42:16 UTC 2020 - Christophe Giboudeaux + +- Update to 6.0.0~beta4. + +------------------------------------------------------------------- +Tue Oct 20 07:47:13 UTC 2020 - Christophe Giboudeaux + +- Update to 6.0.0beta1 + https://www.qt.io/blog/qt-6.0-beta-released + +------------------------------------------------------------------- +Tue Oct 6 20:51:05 UTC 2020 - Christophe Giboudeaux + +- Update to 6.0.0-alpha + https://www.qt.io/blog/qt-6.0-alpha-released + +------------------------------------------------------------------- +Wed Jun 10 05:15:34 UTC 2020 - Christophe Giboudeaux + +- Init qt6-quicktimeline. diff --git a/qt6-quicktimeline.spec b/qt6-quicktimeline.spec new file mode 100644 index 0000000..0e86fbb --- /dev/null +++ b/qt6-quicktimeline.spec @@ -0,0 +1,63 @@ +# +# spec file for package qt6-quicktimeline +# +# Copyright (c) 2020 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define real_version 6.0.0 +%define short_version 6.0 +%define tar_name qtquicktimeline-everywhere-src +%define tar_suffix %{nil} +# +Name: qt6-quicktimeline +Version: 6.0.0 +Release: 0 +Summary: Qt6 QuickTimeline plugin +License: GPL-3.0-or-later +URL: https://www.qt.io +Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz +BuildRequires: qt6-core-private-devel +BuildRequires: qt6-gui-private-devel +BuildRequires: qt6-qml-private-devel +BuildRequires: qt6-quick-private-devel +BuildRequires: cmake(Qt6Core) +BuildRequires: cmake(Qt6Gui) +BuildRequires: cmake(Qt6Qml) +BuildRequires: cmake(Qt6Quick) + +%description +The Qt Quick Timeline plugin provides QML types to use timelines and keyframes +to animate Qt Quick user interfaces. + +%prep +%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix} + +%build +%cmake_qt6 + +%{qt6_build} + +%install +%{qt6_install} + +# CMake files are not needed for plugins +rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins + +%files +%license LICENSE.* +%dir %{_qt6_qmldir}/QtQuick +%{_qt6_qmldir}/QtQuick/Timeline + +%changelog diff --git a/qtquicktimeline-everywhere-src-6.0.0.tar.xz b/qtquicktimeline-everywhere-src-6.0.0.tar.xz new file mode 100644 index 0000000..d7dab67 --- /dev/null +++ b/qtquicktimeline-everywhere-src-6.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a71495c07a98279a852d518bc9ca0f07b49b495ceb65bfdd000c826ee156b0c +size 109244