From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
Date: Fri, 4 Jan 2019 23:32:19 +0000 (UTC) [thread overview]
Message-ID: <1546643910.0724e8b90b74643d8ea54018670135018899b5a3.asturm@gentoo> (raw)
commit: 0724e8b90b74643d8ea54018670135018899b5a3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 1 16:17:16 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 @@
<use>
<flag name="activities">Enable kactivities support</flag>
<flag name="holidays">Enable <pkg>kde-frameworks/kholidays</pkg> integration</flag>
+ <flag name="kwallet">Enable access to encrypted OpenDocument files with <pkg>kde-frameworks/kwallet</pkg> storage</flag>
<flag name="pim">Enable support for KDE PIM resources integration</flag>
</use>
</pkgmetadata>
next reply other threads:[~2019-01-04 23:32 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-04 23:32 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 17:36 [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/ Andreas Sturmlechner
2023-05-27 10:50 Andreas Sturmlechner
2022-11-24 18:51 Andreas Sturmlechner
2022-10-11 15:18 Andreas Sturmlechner
2021-01-28 21:48 Andreas Sturmlechner
2020-10-26 16:15 Andreas Sturmlechner
2020-05-20 19:35 Andreas Sturmlechner
2019-11-30 14:29 Andreas Sturmlechner
2019-11-30 14:29 Andreas Sturmlechner
2019-11-12 0:01 Andreas Sturmlechner
2019-11-10 21:09 Andreas Sturmlechner
2019-11-10 20:53 Andreas Sturmlechner
2019-11-10 17:11 Andreas Sturmlechner
2019-11-01 23:24 Andreas Sturmlechner
2019-10-24 18:37 Andreas Sturmlechner
2019-08-16 14:47 Andreas Sturmlechner
2019-07-10 10:30 Andreas Sturmlechner
2019-01-26 20:29 Andreas Sturmlechner
2019-01-01 21:46 Andreas Sturmlechner
2018-11-11 12:12 Andreas Sturmlechner
2018-11-11 12:05 Andreas Sturmlechner
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=1546643910.0724e8b90b74643d8ea54018670135018899b5a3.asturm@gentoo \
--to=asturm@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