diff options
Diffstat (limited to 'kde-base/nepomuk/nepomuk-4.1.4.ebuild')
-rw-r--r-- | kde-base/nepomuk/nepomuk-4.1.4.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-base/nepomuk/nepomuk-4.1.4.ebuild b/kde-base/nepomuk/nepomuk-4.1.4.ebuild new file mode 100644 index 000000000000..fd02f97787fd --- /dev/null +++ b/kde-base/nepomuk/nepomuk-4.1.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/nepomuk/nepomuk-4.1.4.ebuild,v 1.1 2009/01/13 23:26:04 alexxy Exp $ + +EAPI="2" + +KMNAME=kdebase-runtime +inherit kde4-meta + +DESCRIPTION="Nepomuk KDE4 client" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +# dev-cpp/clucene provides the optional strigi backend. +# As there's currently no other *usable* strigi backend, I've added it as a hard +# dependency. +DEPEND=">=app-misc/strigi-0.5.10[qt4] + dev-cpp/clucene + >=dev-libs/soprano-2.0.98[clucene]" +RDEPEND="${DEPEND} + kde-base/kdelibs[semantic-desktop]" |