Skip to content

Commit

Permalink
kde-base/kactivities: Drop Nepomuk support
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
johu committed Aug 12, 2015
1 parent fb6bc68 commit fc881b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
11 changes: 3 additions & 8 deletions kde-base/kactivities/kactivities-4.13.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,18 @@ inherit kde4-base
DESCRIPTION="KDE Activity Manager"

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

DEPEND="
nepomuk? (
$(add_kdebase_dep nepomuk-core)
dev-libs/soprano
)
"
DEPEND=""
RDEPEND="
${DEPEND}
!kde-base/activitymanager
"

src_configure() {
local mycmakeargs=(
-DWITH_NepomukCore=OFF
$(cmake-utils_use minimal KACTIVITIES_LIBRARY_ONLY)
$(cmake-utils_use_with nepomuk NepomukCore)
)
kde4-base_src_configure
}
3 changes: 0 additions & 3 deletions kde-base/kactivities/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
<use>
<flag name="nepomuk">Enable Nepomuk based semantic desktop support (deprecated)</flag>
</use>
</pkgmetadata>

0 comments on commit fc881b8

Please sign in to comment.