summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild7
-rw-r--r--kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild7
-rw-r--r--kde-base/kdeplasma-addons/metadata.xml2
3 files changed, 14 insertions, 2 deletions
diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild
index 8fd73a35116..8d9d86c0e63 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild
@@ -11,7 +11,8 @@ HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2 LGPL-2"
KEYWORDS=""
-IUSE="attica debug desktopglobe exif fcitx ibus qalculate qwt scim semantic-desktop"
+IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
+semantic-desktop"
# krunner is only needed to generate dbus interface for lancelot
COMMON_DEPEND="
@@ -26,6 +27,8 @@ COMMON_DEPEND="
exif? ( $(add_kdebase_dep libkexiv2) )
fcitx? ( app-i18n/fcitx[dbus(+)] )
ibus? ( app-i18n/ibus )
+ json? ( dev-libs/qjson )
+ oauth? ( dev-libs/qoauth )
qalculate? ( sci-libs/libqalculate )
qwt? ( x11-libs/qwt:5 )
scim? ( app-i18n/scim )
@@ -47,6 +50,8 @@ src_configure() {
$(cmake-utils_use_with desktopglobe Marble)
$(cmake-utils_use_with exif Kexiv2)
$(cmake-utils_use_with ibus)
+ $(cmake-utils_use_with json QJSON)
+ $(cmake-utils_use_with oauth QtOAuth)
$(cmake-utils_use_with qalculate)
$(cmake-utils_use_with qwt)
$(cmake-utils_use_with semantic-desktop KdepimLibs)
diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index 8fd73a35116..8d9d86c0e63 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -11,7 +11,8 @@ HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2 LGPL-2"
KEYWORDS=""
-IUSE="attica debug desktopglobe exif fcitx ibus qalculate qwt scim semantic-desktop"
+IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
+semantic-desktop"
# krunner is only needed to generate dbus interface for lancelot
COMMON_DEPEND="
@@ -26,6 +27,8 @@ COMMON_DEPEND="
exif? ( $(add_kdebase_dep libkexiv2) )
fcitx? ( app-i18n/fcitx[dbus(+)] )
ibus? ( app-i18n/ibus )
+ json? ( dev-libs/qjson )
+ oauth? ( dev-libs/qoauth )
qalculate? ( sci-libs/libqalculate )
qwt? ( x11-libs/qwt:5 )
scim? ( app-i18n/scim )
@@ -47,6 +50,8 @@ src_configure() {
$(cmake-utils_use_with desktopglobe Marble)
$(cmake-utils_use_with exif Kexiv2)
$(cmake-utils_use_with ibus)
+ $(cmake-utils_use_with json QJSON)
+ $(cmake-utils_use_with oauth QtOAuth)
$(cmake-utils_use_with qalculate)
$(cmake-utils_use_with qwt)
$(cmake-utils_use_with semantic-desktop KdepimLibs)
diff --git a/kde-base/kdeplasma-addons/metadata.xml b/kde-base/kdeplasma-addons/metadata.xml
index e603a9318c3..8d333cd856c 100644
--- a/kde-base/kdeplasma-addons/metadata.xml
+++ b/kde-base/kdeplasma-addons/metadata.xml
@@ -7,6 +7,8 @@
<flag name="ibus">Use ibus input method via <pkg>app-i18n/ibus</pkg></flag>
<flag name="desktopglobe">Enable Desktop Globe wallpaper using <pkg>kde-base/marble</pkg></flag>
<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="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>
<flag name="scim">Enable applets that use <pkg>app-i18n/scim</pkg>.</flag>