<email>qt@gentoo.org</email>
<name>Gentoo Qt Project</name>
</maintainer>
- <use>
- <flag name="plugins">Build and install additional plugins</flag>
- </use>
<upstream>
<remote-id type="google-code">monkeystudio</remote-id>
</upstream>
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
LICENSE="GPL-2 LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc plugins"
+IUSE="doc"
RDEPEND="
dev-qt/designer:4
dev-qt/qthelp:4
dev-qt/qtsql:4
x11-libs/qscintilla:=[qt4(-)]
- plugins? ( dev-qt/qtwebkit:4 )
"
DEPEND="${RDEPEND}
doc? ( >=app-doc/doxygen-1.5.8 )
src_configure() {
eqmake4 prefix=/usr system_qscintilla=1
-
- if use plugins ; then
- eqmake4 plugins/plugins.pro
- fi
}
src_install() {
qt4-r2_src_install
- if use plugins ; then
- insinto /usr/lib64/monkeystudio
- doins -r bin/plugins/*
- fi
-
insinto /usr/share/${PN}/translations
local lang
for lang in ${LANGS} ; do