| 1 |
scarabeus |
1.1 |
# Copyright 1999-2011 Gentoo Foundation
|
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
|
|
# $Header: $
|
| 4 |
|
|
|
| 5 |
|
|
EAPI=4
|
| 6 |
|
|
|
| 7 |
|
|
KMNAME="kdebase-runtime"
|
| 8 |
|
|
inherit kde4-meta
|
| 9 |
|
|
|
| 10 |
|
|
DESCRIPTION="Activity manager"
|
| 11 |
|
|
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
|
| 12 |
|
|
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 |
|
|
}
|