1 |
# Copyright 1999-2011 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/solid-4.6.1.ebuild,v 1.1 2011/03/04 17:59:59 alexxy Exp $ |
4 |
|
5 |
EAPI=3 |
6 |
|
7 |
KMNAME="kdebase-workspace" |
8 |
CPPUNIT_REQUIRED="test" |
9 |
inherit kde4-meta |
10 |
|
11 |
DESCRIPTION="Solid: the KDE hardware library" |
12 |
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" |
13 |
IUSE="debug bluetooth networkmanager wicd" |
14 |
|
15 |
DEPEND=" |
16 |
networkmanager? ( >=net-misc/networkmanager-0.7 ) |
17 |
wicd? ( net-misc/wicd ) |
18 |
" |
19 |
RDEPEND="${DEPEND} |
20 |
$(add_kdebase_dep solid-runtime) |
21 |
" |
22 |
|
23 |
PDEPEND="bluetooth? ( net-wireless/bluedevil )" |
24 |
|
25 |
KMEXTRA=" |
26 |
libs/solid/ |
27 |
" |
28 |
|
29 |
src_configure() { |
30 |
mycmakeargs=( |
31 |
$(cmake-utils_use_with networkmanager NetworkManager) |
32 |
$(cmake-utils_use_build wicd) |
33 |
) |
34 |
|
35 |
kde4-meta_src_configure |
36 |
} |