From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC44F138334 for ; Fri, 4 Jan 2019 23:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9EDAE0950; Fri, 4 Jan 2019 23:32:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84AAFE0950 for ; Fri, 4 Jan 2019 23:32:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8032F335CE9 for ; Fri, 4 Jan 2019 23:32:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96D7F4ED for ; Fri, 4 Jan 2019 23:32:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1546643910.0724e8b90b74643d8ea54018670135018899b5a3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/calligraplan/calligraplan-9999.ebuild app-office/calligraplan/metadata.xml X-VCS-Directories: app-office/calligraplan/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0724e8b90b74643d8ea54018670135018899b5a3 X-VCS-Branch: master Date: Fri, 4 Jan 2019 23:32:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4cca122e-3622-418c-b566-c2c22a6d0b8a X-Archives-Hash: 4da0b468e03336394f8861bf31046a27 commit: 0724e8b90b74643d8ea54018670135018899b5a3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 1 16:17:16 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 4 23:18:30 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0724e8b9 app-office/calligraplan: Patches upstreamed, fix DEPENDs Upstream commits: 4f00f651f78d4849f5289b6bca157954f8ff3aeb 5924e3ad82b5dfc95acf9f6751946d5f086d9ce7 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/calligraplan/calligraplan-9999.ebuild | 28 +++++++++++------------- app-office/calligraplan/metadata.xml | 1 + 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild index b33b8ab6b3..4e46498a04 100644 --- a/app-office/calligraplan/calligraplan-9999.ebuild +++ b/app-office/calligraplan/calligraplan-9999.ebuild @@ -16,7 +16,7 @@ if [[ ${KDE_BUILD_TYPE} == release ]]; then fi LICENSE="GPL-2" -IUSE="activities dbus +holidays pim X" +IUSE="activities +holidays kwallet pim X" # FIXME: Disabled by upstream for good reason # Crashes plan (https://bugs.kde.org/show_bug.cgi?id=311940) @@ -27,40 +27,40 @@ IUSE="activities dbus +holidays pim X" # =dev-libs/kreport-3.0*:5 DEPEND=" $(add_frameworks_dep karchive) - $(add_frameworks_dep kcmutils) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kemoticons) + $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep kglobalaccel) $(add_frameworks_dep kguiaddons) $(add_frameworks_dep khtml) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) $(add_frameworks_dep kitemviews) $(add_frameworks_dep kjobwidgets) $(add_frameworks_dep knotifications) $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwallet) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) $(add_qt_dep designer) + $(add_qt_dep qtdbus) $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) $(add_qt_dep qtprintsupport) - $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) dev-lang/perl dev-libs/kdiagram:5 sys-libs/zlib activities? ( $(add_frameworks_dep kactivities) ) - dbus? ( $(add_qt_dep qtdbus) ) holidays? ( $(add_frameworks_dep kholidays) ) + kwallet? ( + $(add_frameworks_dep kwallet) + app-crypt/qca:2[qt5(+)] + ) pim? ( $(add_kdeapps_dep kcalcore) $(add_kdeapps_dep kcontacts) @@ -73,23 +73,21 @@ DEPEND=" RDEPEND="${DEPEND} !app-office/calligra[calligra_features_plan(-)] !app-office/calligra-l10n:4 + $(add_qt_dep qtsvg) " -RESTRICT+=" test" -src_prepare() { - kde5_src_prepare - # Unconditionally disable deprecated deps - punt_bogus_dep Qt5 OpenGL -} +RESTRICT+=" test" src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package activities KF5Activities) - $(cmake-utils_use_find_package dbus Qt5DBus) $(cmake-utils_use_find_package holidays KF5Holidays) $(cmake-utils_use_find_package pim KF5CalendarCore) $(cmake-utils_use_find_package pim KF5Contacts) + $(cmake-utils_use_find_package kwallet Qca-qt5) + $(cmake-utils_use_find_package kwallet KF5Wallet) ) + # Qt5DBus can't be disabled because of KF5DBusAddons dependency kde5_src_configure } diff --git a/app-office/calligraplan/metadata.xml b/app-office/calligraplan/metadata.xml index f88bc8b8bb..a7529db60e 100644 --- a/app-office/calligraplan/metadata.xml +++ b/app-office/calligraplan/metadata.xml @@ -12,6 +12,7 @@ Enable kactivities support Enable kde-frameworks/kholidays integration + Enable access to encrypted OpenDocument files with kde-frameworks/kwallet storage Enable support for KDE PIM resources integration