summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/pykde4-9999.ebuild
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <mail@akhuettel.de>2011-03-26 22:15:33 +0100
committerAndreas K. Huettel (dilfridge) <mail@akhuettel.de>2011-03-26 22:15:33 +0100
commit5f05d444d0ad0fe84414a04d67429619885d835f (patch)
treea3bfe156cbfbd4c2b5fa65c1ec43a6a038a34b92 /kde-base/pykde4/pykde4-9999.ebuild
parent6bcb69c64b3e898f5508955a5d9344760ed9ad20 (diff)
downloadkde-5f05d444d0ad0fe84414a04d67429619885d835f.tar.gz
kde-5f05d444d0ad0fe84414a04d67429619885d835f.tar.bz2
kde-5f05d444d0ad0fe84414a04d67429619885d835f.zip
[kde-base/pykde4] Add QScintilla support, bug 354163
(Portage version: 2.1.9.44/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key B6C5F7DE)
Diffstat (limited to 'kde-base/pykde4/pykde4-9999.ebuild')
-rw-r--r--kde-base/pykde4/pykde4-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 6d1aafc4404..d12111a8cfc 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -20,13 +20,14 @@ inherit python kde4-meta
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
-IUSE="debug doc examples semantic-desktop"
+IUSE="debug doc examples qscintilla semantic-desktop"
# blocker added due to compatibility issues and error during compile time
DEPEND="
!dev-python/pykde
>=dev-python/sip-4.12
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop?')
+ qscintilla? ( x11-libs/qscintilla )
semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,aqua] )
!aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,X] )
@@ -52,7 +53,7 @@ src_prepare() {
src_configure() {
mycmakeargs=(
- -DWITH_QScintilla=OFF
+ $(cmake-utils_use_with qscintilla)
-DWITH_PolkitQt=OFF
$(cmake-utils_use_with semantic-desktop Soprano)
$(cmake-utils_use_with semantic-desktop Nepomuk)