summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-08-12 23:41:21 +0200
committerJohannes Huber <johu@gentoo.org>2015-08-13 00:03:31 +0200
commitfefefb7f916e2f8153e94b979c1d5241a6c3c128 (patch)
tree3ac4a3f91f7a25d19f0fe680bd35df8a05bb963e /kde-base/kdeplasma-addons
parentmedia-sound/mpg321: Version bump (bug 444418), USE=alsa (bug 475620), format-... (diff)
downloadgentoo-fefefb7f916e2f8153e94b979c1d5241a6c3c128.tar.gz
gentoo-fefefb7f916e2f8153e94b979c1d5241a6c3c128.tar.bz2
gentoo-fefefb7f916e2f8153e94b979c1d5241a6c3c128.zip
kde-base/kdeplasma-addons: Drop Nepomuk support
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-base/kdeplasma-addons')
-rw-r--r--kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3.ebuild9
-rw-r--r--kde-base/kdeplasma-addons/metadata.xml1
2 files changed, 4 insertions, 6 deletions
diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3.ebuild
index 2ee2f266ae60..aeee82b363f9 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3.ebuild
@@ -9,8 +9,8 @@ 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
@@ -18,9 +18,8 @@ RESTRICT=test
# 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) )
@@ -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)
diff --git a/kde-base/kdeplasma-addons/metadata.xml b/kde-base/kdeplasma-addons/metadata.xml
index f465b65cadf2..4798f1b45e7f 100644
--- a/kde-base/kdeplasma-addons/metadata.xml
+++ b/kde-base/kdeplasma-addons/metadata.xml
@@ -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>