Skip to content

Commit

Permalink
kde-base/kactivities: new revision to assist with avoiding blockers
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
kensington committed Oct 17, 2015
1 parent 443880e commit 2f0f11a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions kde-base/kactivities/kactivities-4.13.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

DECLARATIVE_REQUIRED="always"
EGIT_BRANCH="KDE/4.13"
inherit kde4-base

DESCRIPTION="KDE Activity Manager"

KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND="
|| ( $(add_kdebase_dep kactivitymanagerd) kde-frameworks/kactivities:5 )
"

src_configure() {
local mycmakeargs=(
-DKACTIVITIES_LIBRARY_ONLY=ON
-DWITH_NepomukCore=OFF
)
kde4-base_src_configure
}

0 comments on commit 2f0f11a

Please sign in to comment.