| 1 |
scarabeus |
1.1 |
# Copyright 1999-2011 Gentoo Foundation |
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
johu |
1.5 |
# $Header: /var/cvsroot/gentoo-x86/kde-base/activitymanager/activitymanager-4.6.3.ebuild,v 1.4 2011/06/26 01:54:34 ranger Exp $ |
| 4 |
scarabeus |
1.1 |
|
| 5 |
|
|
EAPI=4 |
| 6 |
|
|
|
| 7 |
|
|
KMNAME="kdebase-runtime" |
| 8 |
|
|
inherit kde4-meta |
| 9 |
|
|
|
| 10 |
|
|
DESCRIPTION="Activity manager" |
| 11 |
ranger |
1.4 |
KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" |
| 12 |
scarabeus |
1.1 |
IUSE="debug semantic-desktop" |
| 13 |
|
|
|
| 14 |
|
|
DEPEND="$(add_kdebase_dep kdelibs 'semantic-desktop=')" |
| 15 |
|
|
RDEPEND=${DEPEND} |
| 16 |
|
|
|
| 17 |
|
|
src_configure() { |
| 18 |
|
|
mycmakeargs=( |
| 19 |
|
|
$(cmake-utils_use_with semantic-desktop Nepomuk) |
| 20 |
|
|
$(cmake-utils_use_with semantic-desktop Soprano) |
| 21 |
|
|
) |
| 22 |
|
|
kde4-meta_src_configure |
| 23 |
|
|
} |