package/qt5quicktimeline: new package

Fixes bug #12871

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Peter Seiderer 2020-05-09 12:57:30 +02:00 committed by Thomas Petazzoni
parent 930e631264
commit 7bbb1484ee
4 changed files with 34 additions and 0 deletions

View File

@ -48,6 +48,7 @@ source "package/qt5/qt5location/Config.in"
source "package/qt5/qt5multimedia/Config.in"
source "package/qt5/qt5quickcontrols/Config.in"
source "package/qt5/qt5quickcontrols2/Config.in"
source "package/qt5/qt5quicktimeline/Config.in"
source "package/qt5/qt5script/Config.in"
source "package/qt5/qt5scxml/Config.in"
source "package/qt5/qt5sensors/Config.in"

View File

@ -0,0 +1,12 @@
config BR2_PACKAGE_QT5QUICKTIMELINE
bool "qt5quicktimeline"
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative
select BR2_PACKAGE_QT5DECLARATIVE
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
help
Qt is a cross-platform application and UI framework for
developers using C++.
This package corresponds to the qt5quicktimeline module.
https://doc.qt.io/qt-5/qtquicktimeline-index.html

View File

@ -0,0 +1,5 @@
# Hash from: https://download.qt.io/official_releases/qt/5.14/5.14.2/submodules/qtquicktimeline-everywhere-src-5.14.2.tar.xz.sha256
sha256 83a45d0998cbc77f8094854a477ab1ac0838ae7fd822563d995df40149893a9e qtquicktimeline-everywhere-src-5.14.2.tar.xz
# Hashes for license files:
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE.GPL3

View File

@ -0,0 +1,16 @@
################################################################################
#
# qt5quicktimeline
#
################################################################################
QT5QUICKTIMELINE_VERSION = $(QT5_VERSION)
QT5QUICKTIMELINE_SITE = $(QT5_SITE)
QT5QUICKTIMELINE_SOURCE = qtquicktimeline-$(QT5_SOURCE_TARBALL_PREFIX)-$(QT5QUICKTIMELINE_VERSION).tar.xz
QT5QUICKTIMELINE_DEPENDENCIES = qt5declarative
QT5QUICKTIMELINE_INSTALL_STAGING = YES
QT5QUICKTIMELINE_LICENSE = GPL-3.0, GFDL-1.3 (docs)
QT5QUICKTIMELINE_LICENSE_FILES = LICENSE.GPL3
$(eval $(qmake-package))