diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-18 13:57:50 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-18 13:58:29 +0100 |
commit | 14f33668f77134e9d2a4121bcbab3bdd8a15d303 (patch) | |
tree | 0908182155d3a0b97ffcd46e57c931b13de8ecab /dev-qt/qthelp/qthelp-5.14.0.ebuild | |
parent | media-gfx/digikam: 6.4.0 version bump (diff) | |
download | gentoo-14f33668f77134e9d2a4121bcbab3bdd8a15d303.tar.gz gentoo-14f33668f77134e9d2a4121bcbab3bdd8a15d303.tar.bz2 gentoo-14f33668f77134e9d2a4121bcbab3bdd8a15d303.zip |
dev-qt: Add Qt 5.14.0
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qthelp/qthelp-5.14.0.ebuild')
-rw-r--r-- | dev-qt/qthelp/qthelp-5.14.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-qt/qthelp/qthelp-5.14.0.ebuild b/dev-qt/qthelp/qthelp-5.14.0.ebuild new file mode 100644 index 000000000000..78ca7e84a51e --- /dev/null +++ b/dev-qt/qthelp/qthelp-5.14.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +QT5_MODULE="qttools" +inherit qt5-build + +DESCRIPTION="Qt5 module for integrating online documentation into applications" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/qtcore-${PV} + ~dev-qt/qtgui-${PV} + ~dev-qt/qtnetwork-${PV} + ~dev-qt/qtsql-${PV}[sqlite] + ~dev-qt/qtwidgets-${PV} +" +RDEPEND="${DEPEND}" + +QT5_TARGET_SUBDIRS=( + src/assistant/help + src/assistant/qcollectiongenerator + src/assistant/qhelpgenerator +) |