summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-05-12 19:53:05 +0200
committerJohannes Huber <johu@gentoo.org>2013-05-12 19:53:05 +0200
commit7c243f8da75634ee6f1bf40507ac0a74920342d6 (patch)
treef7880279e16590037a873e2f20d7f714ea211d7e
parent26ebe7f32fedfd0e75a0b57eb24c8b542cc0fc36 (diff)
downloadkde-7c243f8da75634ee6f1bf40507ac0a74920342d6.tar.gz
kde-7c243f8da75634ee6f1bf40507ac0a74920342d6.tar.bz2
kde-7c243f8da75634ee6f1bf40507ac0a74920342d6.zip
[kde-base/kdepim-runtime] Add facebook support.
Package-Manager: portage-2.2.0_alpha174
-rw-r--r--kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild5
-rw-r--r--kde-base/kdepim-runtime/metadata.xml1
2 files changed, 5 insertions, 1 deletions
diff --git a/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild
index 35c515a51ed..e0a3e2a5402 100644
--- a/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -9,7 +9,7 @@ inherit kde4-base
DESCRIPTION="KDE PIM runtime plugin collection"
KEYWORDS=""
-IUSE="debug google kolab"
+IUSE="debug facebook google kolab"
RESTRICT="test"
# Would need test programs _testrunner and akonaditest from kdepimlibs, see bug 313233
@@ -23,6 +23,7 @@ DEPEND="
>=dev-libs/shared-desktop-ontologies-0.10.0
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
x11-misc/shared-mime-info
+ facebook? ( net-libs/libkfbapi )
google? ( >=net-libs/libkgapi-0.4.3[-oldpim] )
kolab? ( net-libs/libkolab )
"
@@ -43,8 +44,10 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ $(cmake-utils_use_with facebook LibKFbAPI)
$(cmake-utils_use_with google LibKGAPI)
$(cmake-utils_use_with kolab Libkolab)
+ $(cmake-utils_use_with kolab Libkolabxml)
)
kde4-base_src_configure
diff --git a/kde-base/kdepim-runtime/metadata.xml b/kde-base/kdepim-runtime/metadata.xml
index 008f0a9c952..90dda7f2246 100644
--- a/kde-base/kdepim-runtime/metadata.xml
+++ b/kde-base/kdepim-runtime/metadata.xml
@@ -3,6 +3,7 @@
<pkgmetadata>
<herd>kde</herd>
<use>
+ <flag name="facebook">Facebook service integration via <pkg>net-libs/libkfbapi</pkg></flag>
<flag name="google">Google service integration via <pkg>net-libs/libkgapi</pkg></flag>
</use>
</pkgmetadata>