public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/pimcommon/
Date: Sun, 11 Aug 2024 06:58:16 +0000 (UTC)	[thread overview]
Message-ID: <1723357173.c0fc15a476b57e8a3e126457313f9844fabe915d.asturm@gentoo> (raw)

commit:     c0fc15a476b57e8a3e126457313f9844fabe915d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 15:50:05 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 06:19:33 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c0fc15a4

kde-apps/pimcommon: Add IUSE activities

Upstream commits:
ebe41b710658961da0d2f7180e57b7b49b834168
c1591284ca62b75471bcd494672696c6a9ecb434

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/pimcommon/metadata.xml          |  2 ++
 kde-apps/pimcommon/pimcommon-9999.ebuild | 11 ++++++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/kde-apps/pimcommon/metadata.xml b/kde-apps/pimcommon/metadata.xml
index 0bc83685a4..a983a6bb98 100644
--- a/kde-apps/pimcommon/metadata.xml
+++ b/kde-apps/pimcommon/metadata.xml
@@ -7,8 +7,10 @@
 	</maintainer>
 	<upstream>
 		<bugs-to>https://bugs.kde.org/</bugs-to>
+		<remote-id type="kde-invent">pim/pimcommon</remote-id>
 	</upstream>
 	<use>
+		<flag name="activities">Enable Plasma Activities support via <pkg>kde-plasma/plasma-activities</pkg></flag>
 		<flag name="designer">Build plugins for <pkg>dev-qt/designer</pkg></flag>
 	</use>
 </pkgmetadata>

diff --git a/kde-apps/pimcommon/pimcommon-9999.ebuild b/kde-apps/pimcommon/pimcommon-9999.ebuild
index 9d40e30292..1f8920d430 100644
--- a/kde-apps/pimcommon/pimcommon-9999.ebuild
+++ b/kde-apps/pimcommon/pimcommon-9999.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Common PIM libraries"
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="6"
 KEYWORDS=""
-IUSE=""
+IUSE="activities"
 
 RDEPEND="
 	>=dev-libs/ktextaddons-1.5.4:6
@@ -42,9 +42,18 @@ RDEPEND="
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 	>=kde-frameworks/purpose-${KFMIN}:6
+	activities? ( kde-plasma/plasma-activities:6 )
 "
 DEPEND="${RDEPEND}"
 
+src_configure() {
+	local mycmakeargs=(
+		-DOPTION_USE_PLASMA_ACTIVITIES=$(usex activities)
+	)
+
+	ecm_src_configure
+}
+
 src_test() {
 	# bugs 641730, 661330
 	local myctestargs=(


             reply	other threads:[~2024-08-11  6:58 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-11  6:58 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-17 19:50 [gentoo-commits] proj/kde:master commit in: kde-apps/pimcommon/ Andreas Sturmlechner
2024-02-25 23:40 Sam James
2023-12-17 12:04 Sam James
2023-08-06 20:39 Andreas Sturmlechner
2023-04-29 13:01 Andreas Sturmlechner
2023-03-23 14:44 Andreas Sturmlechner
2022-12-04 10:37 Andreas Sturmlechner
2022-03-24 14:53 Andreas Sturmlechner
2021-12-09 11:28 Andreas Sturmlechner
2021-11-16  7:35 Andreas Sturmlechner
2021-11-16  7:35 Andreas Sturmlechner
2020-08-27  6:17 Andreas Sturmlechner
2020-06-15 23:03 Andreas Sturmlechner
2020-06-14 23:02 Andreas Sturmlechner
2020-05-24 17:27 Andreas Sturmlechner
2020-02-22 19:43 Andreas Sturmlechner
2019-10-20  9:00 Andreas Sturmlechner
2019-05-08  6:09 Andreas Sturmlechner
2019-03-30 22:07 Andreas Sturmlechner
2018-10-02 20:34 Andreas Sturmlechner
2018-07-22 14:27 Andreas Sturmlechner
2018-04-22  8:49 Andreas Sturmlechner
2018-02-01  1:05 Andreas Sturmlechner
2017-07-23 21:01 Andreas Sturmlechner
2017-07-23 20:56 Andreas Sturmlechner
2017-02-10 11:27 Andreas Sturmlechner
2016-08-24 13:34 Michael Palimaka
2016-06-05 18:59 Michael Palimaka
2016-06-05 18:55 Michael Palimaka
2016-04-06 12:36 Michael Palimaka
2016-04-02 16:06 Michael Palimaka
2015-10-22 10: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=1723357173.c0fc15a476b57e8a3e126457313f9844fabe915d.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