diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2013-11-12 20:45:22 +1100 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2013-11-12 20:45:22 +1100 |
| commit | bf0847b6c71d2effd42481721c3cf94de6a5489e (patch) | |
| tree | 0106dd9d6d51d73d852b05a7f75ea525f7b42314 /kde-base/pykde4/pykde4-9999.ebuild | |
| parent | 42124be8b0556bf37c215b78e971d5af7c915c92 (diff) | |
| parent | 00cda536c44b83e9aa7f61913386299cbe6c414b (diff) | |
| download | kde-bf0847b6c71d2effd42481721c3cf94de6a5489e.tar.gz kde-bf0847b6c71d2effd42481721c3cf94de6a5489e.tar.bz2 kde-bf0847b6c71d2effd42481721c3cf94de6a5489e.zip | |
Merge branch 'master' into frameworks
Diffstat (limited to 'kde-base/pykde4/pykde4-9999.ebuild')
| -rw-r--r-- | kde-base/pykde4/pykde4-9999.ebuild | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild index 1d2a4c22f26..c06095b09fc 100644 --- a/kde-base/pykde4/pykde4-9999.ebuild +++ b/kde-base/pykde4/pykde4-9999.ebuild @@ -11,20 +11,23 @@ inherit python-r1 portability kde4-base multilib DESCRIPTION="Python bindings for KDE4" KEYWORDS="" -IUSE="debug doc examples test" +IUSE="debug doc examples semantic-desktop test" HOMEPAGE="http://techbase.kde.org/Development/Languages/Python" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( semantic-desktop )" RDEPEND=" ${PYTHON_DEPS} >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X] >=dev-python/sip-4.14:=[${PYTHON_USEDEP}] - >=dev-libs/soprano-2.9.0 - $(add_kdebase_dep kdelibs 'opengl') - $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdelibs 'opengl,semantic-desktop?') + semantic-desktop? ( + $(add_kdebase_dep kdepimlibs) + >=dev-libs/soprano-2.9.0 + ) " DEPEND="${RDEPEND} + dev-lang/python-exec:0[${PYTHON_USEDEP}] sys-devel/libtool " @@ -73,6 +76,9 @@ src_configure() { local mycmakeargs=( -DWITH_PolkitQt=OFF -DWITH_QScintilla=OFF + $(cmake-utils_use_with semantic-desktop Soprano) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop KdepimLibs) -DPYTHON_EXECUTABLE=${PYTHON} -DPYKDEUIC4_ALTINSTALL=TRUE ) |
