| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.8.5.ebuild,v 1.4 2012/09/03 12:20:58 scarabeus Exp $ |
| 4 |
|
| 5 |
EAPI=4 |
| 6 |
|
| 7 |
KDE_HANDBOOK="optional" |
| 8 |
KMNAME="kdepim" |
| 9 |
KDE_SCM="git" |
| 10 |
inherit kde4-meta |
| 11 |
|
| 12 |
DESCRIPTION="KDE personal information manager" |
| 13 |
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" |
| 14 |
IUSE="debug" |
| 15 |
|
| 16 |
DEPEND=" |
| 17 |
$(add_kdebase_dep kdepimlibs) |
| 18 |
$(add_kdebase_dep kdepim-common-libs) |
| 19 |
" |
| 20 |
RDEPEND="${DEPEND}" |
| 21 |
|
| 22 |
KMLOADLIBS="kdepim-common-libs" |
| 23 |
KMSAVELIBS="true" |
| 24 |
|
| 25 |
# We remove plugins that are related to external kdepim programs. This way |
| 26 |
# kontact doesn't have to depend on all programs it has plugins for. |
| 27 |
# kcontactmanager gone from kdesvn |
| 28 |
# |
| 29 |
KMEXTRACTONLY=" |
| 30 |
kontact/plugins/akregator/ |
| 31 |
kontact/plugins/kaddressbook/ |
| 32 |
kontact/plugins/kjots/ |
| 33 |
kontact/plugins/kmail/ |
| 34 |
kontact/plugins/knode/ |
| 35 |
kontact/plugins/knotes/ |
| 36 |
kontact/plugins/korganizer/ |
| 37 |
kontact/plugins/ktimetracker/ |
| 38 |
kontact/plugins/planner/ |
| 39 |
kontact/plugins/specialdates/ |
| 40 |
libkdepimdbusinterfaces/ |
| 41 |
" |
| 42 |
|
| 43 |
src_unpack() { |
| 44 |
if use handbook; then |
| 45 |
KMEXTRA+=" |
| 46 |
doc/kontact-admin/ |
| 47 |
" |
| 48 |
fi |
| 49 |
|
| 50 |
kde4-meta_src_unpack |
| 51 |
} |