diff options
author | 2008-05-16 00:52:07 +0000 | |
---|---|---|
committer | 2008-05-16 00:52:07 +0000 | |
commit | 24e3e166ec38d5183b40bcfb2661ad922d9d2593 (patch) | |
tree | e2e57f65c3827b01c856a26d99ff4a4a26575fc8 /kde-base/nepomuk/nepomuk-4.0.4.ebuild | |
parent | Added KDE 4.0.4 version of marble. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-24e3e166ec38d5183b40bcfb2661ad922d9d2593.tar.gz gentoo-2-24e3e166ec38d5183b40bcfb2661ad922d9d2593.tar.bz2 gentoo-2-24e3e166ec38d5183b40bcfb2661ad922d9d2593.zip |
Added KDE 4.0.4 version of nepomuk. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/nepomuk/nepomuk-4.0.4.ebuild')
-rw-r--r-- | kde-base/nepomuk/nepomuk-4.0.4.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-base/nepomuk/nepomuk-4.0.4.ebuild b/kde-base/nepomuk/nepomuk-4.0.4.ebuild new file mode 100644 index 000000000000..93e3e7b517f1 --- /dev/null +++ b/kde-base/nepomuk/nepomuk-4.0.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/nepomuk/nepomuk-4.0.4.ebuild,v 1.1 2008/05/16 00:52:07 ingmar Exp $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4-meta + +DESCRIPTION="Nepomuk KDE4 client" +KEYWORDS="~amd64 ~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.7 + dev-cpp/clucene + >=dev-libs/soprano-2.0.0" +RDEPEND="${DEPEND}" + +KDE4_BUILT_WITH_USE_CHECK="app-misc/strigi dbus qt4" |