Skip to content

Commit

Permalink
dev-qt/qtquicktimeline: add qtquicktimeline module
Browse files Browse the repository at this point in the history
The qtquicktimeline module has been added to qt upstream and is
required for qt-creator's qmldesigner and studiowelcome plugins

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Peter Levine <[email protected]>
Signed-off-by: Jason A. Donenfeld <[email protected]>
  • Loading branch information
Peter-Levine authored and zx2c4 committed Jun 25, 2020
1 parent 411ad93 commit d479790
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-qt/qtquicktimeline/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST qtquicktimeline-everywhere-src-5.15.0.tar.xz 102460 BLAKE2B f563ba5ab8ec1171e32a85422529a9e4e14833377091f3bd66d3f72b14671acc74db9dd11f3d56719921bb516ead885ce6cf994f8b00ea6a734a0f7b9371c451 SHA512 14e0f52800bf7b347f03264f306f2c13f4c0bf590c8881135b3bfeb1a08cd07248345de7ab7d3ae9af39f75a5247c0c9f98dde33466481995e45a93717a937b0
12 changes: 12 additions & 0 deletions dev-qt/qtquicktimeline/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Qt Project</name>
</maintainer>
<upstream>
<bugs-to>https://bugreports.qt.io/</bugs-to>
<doc>https://doc.qt.io/qt-5/qtquicktimeline-index.html</doc>
</upstream>
</pkgmetadata>
19 changes: 19 additions & 0 deletions dev-qt/qtquicktimeline/qtquicktimeline-5.15.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit qt5-build

DESCRIPTION="Qt module for keyframe-based timeline construction"

if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~x86"
fi

DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtdeclarative-${PV}
~dev-qt/qtgui-${PV}
"

RDEPEND="${DEPEND}"

0 comments on commit d479790

Please sign in to comment.