You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-frameworks/kactivities/kactivities-4.13.3-r2.ebuild

26 lines
464 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DECLARATIVE_REQUIRED="always"
EGIT_BRANCH="KDE/4.13"
inherit kde4-base
DESCRIPTION="KDE Activity Manager"
KEYWORDS="amd64 ~arm x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
kde-plasma/kactivitymanagerd:5
"
src_configure() {
local mycmakeargs=(
-DKACTIVITIES_LIBRARY_ONLY=ON
-DWITH_NepomukCore=OFF
)
kde4-base_src_configure
}