From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-integration/
Date: Thu, 8 Oct 2015 13:07:32 +0000 (UTC) [thread overview]
Message-ID: <1444309641.f96f93110de7590009ebb0a8ec3646bbcbc2cc36.kensington@gentoo> (raw)
commit: f96f93110de7590009ebb0a8ec3646bbcbc2cc36
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Oct 7 18:55:32 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 8 13:07:21 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f96f9311
kde-apps/kaccounts-integration: Add USE=google, fix DEPENDs
Package-Manager: portage-2.2.22
.../kaccounts-integration-9999.ebuild | 20 +++++++++++++++-----
kde-apps/kaccounts-integration/metadata.xml | 1 +
2 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild
index 7c1a712..a8f1ad3 100644
--- a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild
@@ -14,36 +14,46 @@ HOMEPAGE="https://community.kde.org/KTp"
LICENSE="LGPL-2.1"
KEYWORDS=""
-IUSE="kdepim"
+IUSE="google"
-RDEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdeclarative)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
+ $(add_frameworks_dep kpackage)
$(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
+ $(add_kdeapps_dep kcontacts)
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
net-libs/accounts-qt
net-libs/signond
- kdepim? ( $(add_kdeapps_dep kdepimlibs) )
+ google? (
+ dev-qt/qtwebkit:5
+ net-libs/libkgapi:5
+ )
"
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kcmutils)
+ sys-devel/gettext
"
+RDEPEND="${COMMON_DEPEND}"
# bug #549444
RESTRICT="test"
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package kdepim KF5Akonadi)
+ $(cmake-utils_use_find_package google KF5GAPI)
+ $(cmake-utils_use_find_package google Qt5WebKitWidgets)
)
kde5_src_configure
diff --git a/kde-apps/kaccounts-integration/metadata.xml b/kde-apps/kaccounts-integration/metadata.xml
index 7165813..d95d129 100644
--- a/kde-apps/kaccounts-integration/metadata.xml
+++ b/kde-apps/kaccounts-integration/metadata.xml
@@ -3,6 +3,7 @@
<pkgmetadata>
<herd>kde</herd>
<use>
+ <flag name="google">Enable support for Google Contacts Sync via <pkg>kde-apps/libkgapi</pkg></flag>
<flag name="kdepim">KDE PIM integration via <pkg>kde-apps/kdepimlibs</pkg></flag>
</use>
</pkgmetadata>
next reply other threads:[~2015-10-08 13:07 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-08 13:07 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-07 20:24 [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-integration/ Andreas Sturmlechner
2024-11-09 11:42 Andreas Sturmlechner
2024-10-04 21:55 Andreas Sturmlechner
2024-07-01 19:10 Andreas Sturmlechner
2024-07-01 19:10 Andreas Sturmlechner
2024-02-25 20:12 Sam James
2023-12-19 22:00 Andreas Sturmlechner
2023-09-14 19:43 Andreas Sturmlechner
2022-12-24 23:48 Andreas Sturmlechner
2020-03-19 0:00 Andreas Sturmlechner
2019-08-06 13:04 Michael Palimaka
2018-10-23 18:52 Andreas Sturmlechner
2017-12-25 10:30 Michael Palimaka
2016-04-07 15:15 Michael Palimaka
2016-03-25 17:14 Michael Palimaka
2016-02-25 9:11 Michael Palimaka
2015-12-29 12:48 Michael Palimaka
2015-10-19 18:21 Michael Palimaka
2015-10-08 13:07 Michael Palimaka
2015-08-28 11:58 Johannes Huber
2015-08-28 11:39 Johannes Huber
2015-08-28 11:39 Johannes Huber
2015-08-28 11:39 Johannes Huber
2015-08-28 11:08 Johannes Huber
2015-06-12 18:29 Michael Palimaka
2015-06-12 18:29 Michael Palimaka
2015-06-03 21:05 Johannes Huber
2015-05-23 16:13 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1444309641.f96f93110de7590009ebb0a8ec3646bbcbc2cc36.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox