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: dev-libs/qcoro5/
Date: Sat, 10 Dec 2022 14:09:03 +0000 (UTC)	[thread overview]
Message-ID: <1670680468.f59c965d983162397d2b8694517b3dcaee63df6a.asturm@gentoo> (raw)

commit:     f59c965d983162397d2b8694517b3dcaee63df6a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 13:49:02 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 13:54:28 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f59c965d

dev-libs/qcoro5: Add IUSE qml

Upstream commits:
8385e0ae6cf0e2867c42a11b2a47a3fc137de751
35c0c309cb30c0c2bb2311787535b8210454dff9
dc6009db20e24787f58749c0655b3a6c63ced761
583a73162540f745609a79e7112c0630540776ef

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

 dev-libs/qcoro5/metadata.xml       | 1 +
 dev-libs/qcoro5/qcoro5-9999.ebuild | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-libs/qcoro5/metadata.xml b/dev-libs/qcoro5/metadata.xml
index 4c518fdf89..dfbdc30c12 100644
--- a/dev-libs/qcoro5/metadata.xml
+++ b/dev-libs/qcoro5/metadata.xml
@@ -10,6 +10,7 @@
 	</upstream>
 	<use>
 		<flag name="network">Build <pkg>dev-qt/qtnetwork</pkg> support</flag>
+		<flag name="qml">Enable QML/QtQuick support via dev-qt/qtdeclarative</flag>
 		<flag name="websockets">Build <pkg>dev-qt/qtwebsockets</pkg> support</flag>
 	</use>
 </pkgmetadata>

diff --git a/dev-libs/qcoro5/qcoro5-9999.ebuild b/dev-libs/qcoro5/qcoro5-9999.ebuild
index 9c6f6e6be2..77668c9a1c 100644
--- a/dev-libs/qcoro5/qcoro5-9999.ebuild
+++ b/dev-libs/qcoro5/qcoro5-9999.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://qcoro.dvratil.cz/ https://github.com/danvratil/qcoro"
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="dbus examples +network test websockets"
+IUSE="dbus examples +network qml test websockets"
 
 RESTRICT="!test? ( test )"
 
@@ -27,6 +27,7 @@ RDEPEND="
 	dev-qt/qtcore:5
 	dbus? ( dev-qt/qtdbus:5 )
 	network? ( dev-qt/qtnetwork:5 )
+	qml? ( dev-qt/qtdeclarative:5= )
 "
 DEPEND="${RDEPEND}
 	examples? (
@@ -45,6 +46,8 @@ src_configure() {
 		-DQCORO_BUILD_EXAMPLES=$(usex examples)
 		-DQCORO_WITH_QTDBUS=$(usex dbus)
 		-DQCORO_WITH_QTNETWORK=$(usex network)
+		-DQCORO_WITH_QML=$(usex qml)
+		-DQCORO_WITH_QTQUICK=$(usex qml)
 		-DBUILD_TESTING=$(usex test)
 		-DQCORO_WITH_QTWEBSOCKETS=$(usex websockets)
 	)


             reply	other threads:[~2022-12-10 14:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-10 14:09 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-18 15:12 [gentoo-commits] proj/kde:master commit in: dev-libs/qcoro5/ Andreas Sturmlechner
2023-09-19 16:56 Andreas Sturmlechner
2023-05-04 13:11 Andreas Sturmlechner
2023-04-23 17:58 Andreas Sturmlechner
2023-04-23 17:58 Andreas Sturmlechner
2023-04-23 17:58 Andreas Sturmlechner
2022-12-10 14:09 Andreas Sturmlechner
2022-07-10 12:50 Andreas Sturmlechner
2022-07-10 12:49 Andreas Sturmlechner
2022-07-10 12:47 Andreas Sturmlechner
2022-07-10 12:37 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=1670680468.f59c965d983162397d2b8694517b3dcaee63df6a.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