Skip to content

Commit

Permalink
kde-base/kdeplasma-addons: 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 b8c6db7 commit fefefb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@ inherit kde4-base
DESCRIPTION="Extra Plasma applets and engines"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="attica debug desktopglobe exif fcitx ibus json +kdepim nepomuk oauth
qalculate qwt scim"
IUSE="attica debug desktopglobe exif fcitx ibus json +kdepim oauth qalculate
qwt scim"

RESTRICT=test
# tests hang

# krunner is only needed to generate dbus interface for lancelot
COMMON_DEPEND="
app-crypt/qca:2[qt4(+)]
$(add_kdebase_dep kdelibs 'nepomuk?')
$(add_kdebase_dep krunner '' 4.11)
$(add_kdebase_dep plasma-workspace 'nepomuk?' 4.11)
$(add_kdebase_dep plasma-workspace '' 4.11)
x11-misc/shared-mime-info
attica? ( dev-libs/libattica )
desktopglobe? ( $(add_kdeapps_dep marble) )
Expand All @@ -44,13 +43,13 @@ RDEPEND="${COMMON_DEPEND}
src_configure() {
local mycmakeargs=(
-DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/"
-DWITH_Nepomuk=OFF
$(cmake-utils_use_with attica LibAttica)
$(cmake-utils_use_with desktopglobe Marble)
$(cmake-utils_use_with exif Kexiv2)
$(cmake-utils_use_build ibus)
$(cmake-utils_use_with json QJSON)
$(cmake-utils_use_with kdepim KdepimLibs)
$(cmake-utils_use_with nepomuk)
$(cmake-utils_use_with oauth QtOAuth)
$(cmake-utils_use_with qalculate)
$(cmake-utils_use_with qwt)
Expand Down
1 change: 0 additions & 1 deletion kde-base/kdeplasma-addons/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<flag name="fcitx">Use fcitx input method via <pkg>app-i18n/fcitx</pkg></flag>
<flag name="json">Enable JSON support via <pkg>dev-libs/qjson</pkg></flag>
<flag name="kdepim">KDE PIM integration via <pkg>kde-base/kdepimlibs</pkg></flag>
<flag name="nepomuk">Enable Nepomuk based semantic desktop support (deprecated)</flag>
<flag name="oauth">Enable OAuth support via <pkg>dev-libs/qoauth</pkg></flag>
<flag name="qalculate">Enable Qalculate runner using <pkg>sci-libs/libqalculate</pkg></flag>
<flag name="qwt">Enable applets that use <pkg>x11-libs/qwt:5</pkg></flag>
Expand Down

0 comments on commit fefefb7

Please sign in to comment.