/[gentoo-x86]/kde-base/kinfocenter/kinfocenter-4.8.4.ebuild
Gentoo

Contents of /kde-base/kinfocenter/kinfocenter-4.8.4.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Fri Aug 17 11:04:04 2012 UTC (9 months ago) by johu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
Remove KDE SC 4.8.4

(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

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/kinfocenter/kinfocenter-4.8.4.ebuild,v 1.1 2012/06/21 21:54:32 dilfridge Exp $
4
5 EAPI=4
6
7 KDE_HANDBOOK="optional"
8 KMNAME="kde-workspace"
9 OPENGL_REQUIRED="optional"
10 inherit kde4-meta
11
12 DESCRIPTION="The KDE Info Center"
13 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
14 IUSE="debug ieee1394"
15
16 DEPEND="
17 $(add_kdebase_dep solid)
18 sys-apps/pciutils
19 ieee1394? ( sys-libs/libraw1394 )
20 opengl? (
21 virtual/glu
22 virtual/opengl
23 )
24 "
25 RDEPEND="${DEPEND}
26 sys-apps/usbutils
27 "
28
29 src_configure() {
30 mycmakeargs=(
31 $(cmake-utils_use_with ieee1394 RAW1394)
32 $(cmake-utils_use_with opengl OpenGL)
33 )
34
35 kde4-meta_src_configure
36 }

  ViewVC Help
Powered by ViewVC 1.1.13