/[gentoo-x86]/kde-base/activitymanager/activitymanager-4.6.3.ebuild
Gentoo

Contents of /kde-base/activitymanager/activitymanager-4.6.3.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sat May 7 10:47:42 2011 UTC (2 years ago) by scarabeus
Branch: MAIN
Version bump to KDE SC 4.6.3.

(Portage version: 2.2.0_alpha31/cvs/Linux x86_64, RepoMan options: --force)

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     }

  ViewVC Help
Powered by ViewVC 1.1.13