diff options
author | 2016-01-15 17:53:19 +1100 | |
---|---|---|
committer | 2016-01-15 17:55:25 +1100 | |
commit | bf3cf2b99bb97b0ac13850a3537c72d0cc389f12 (patch) | |
tree | 73c4460ead0b4b9ecac55f611c8d33b5dd8bcb6d /dev-qt/qtwebchannel/qtwebchannel-5.5.1-r1.ebuild | |
parent | dev-qt/qtwidgets: remove old revision (diff) | |
download | gentoo-bf3cf2b99bb97b0ac13850a3537c72d0cc389f12.tar.gz gentoo-bf3cf2b99bb97b0ac13850a3537c72d0cc389f12.tar.bz2 gentoo-bf3cf2b99bb97b0ac13850a3537c72d0cc389f12.zip |
dev-qt: further revbumps to prevent mixing of Qt versions
Gentoo-bug: 563898
Gentoo-bug: 564560
Gentoo-bug: 564920
Gentoo-bug: 564922
Gentoo-bug: 565806
Gentoo-bug: 566580
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-qt/qtwebchannel/qtwebchannel-5.5.1-r1.ebuild')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.5.1-r1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.5.1-r1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.5.1-r1.ebuild new file mode 100644 index 000000000000..f343adca2535 --- /dev/null +++ b/dev-qt/qtwebchannel/qtwebchannel-5.5.1-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit qt5-build + +DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~x86" +fi + +IUSE="qml" + +DEPEND=" + ~dev-qt/qtcore-${PV} + qml? ( ~dev-qt/qtdeclarative-${PV} ) +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${P}-optional-qtdeclarative.patch" ) + +src_prepare() { + qt_use_disable_mod qml quick src/src.pro + qt_use_disable_mod qml qml src/webchannel/webchannel.pro + + qt5-build_src_prepare +} |