From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kconfig/
Date: Tue, 23 Nov 2021 12:28:40 +0000 (UTC) [thread overview]
Message-ID: <1637665073.7ce0e06d01c326b4c6f90bbfb4947b87741fade3.asturm@gentoo> (raw)
commit: 7ce0e06d01c326b4c6f90bbfb4947b87741fade3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 10:57:53 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 10:57:53 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7ce0e06d
kde-frameworks/kconfig: Add IUSE qml
"Copy ConfigPropertyMap from KDeclarative to new KConfig QML module"
Upstream commit 3f29f3d6452f735757cb8f84dfc20cdcba791613
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kconfig/kconfig-9999.ebuild | 11 +++++++----
kde-frameworks/kconfig/metadata.xml | 3 +++
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/kde-frameworks/kconfig/kconfig-9999.ebuild b/kde-frameworks/kconfig/kconfig-9999.ebuild
index b8423f64d6..c36e9b6bcc 100644
--- a/kde-frameworks/kconfig/kconfig-9999.ebuild
+++ b/kde-frameworks/kconfig/kconfig-9999.ebuild
@@ -8,24 +8,26 @@ VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="Framework for reading and writing configuration"
+
LICENSE="LGPL-2+"
KEYWORDS=""
-IUSE="dbus nls"
+IUSE="dbus nls qml"
# bug 560086
RESTRICT="test"
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
RDEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
dbus? ( >=dev-qt/qtdbus-${QTMIN}:5 )
+ qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
"
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
"
+BDEPEND="
+ nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
DOCS=( DESIGN docs/{DESIGN.kconfig,options.md} )
@@ -33,6 +35,7 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866
-DKCONFIG_USE_DBUS=$(usex dbus)
+ $(cmake_use_find_package qml Qt5Qml)
)
ecm_src_configure
}
diff --git a/kde-frameworks/kconfig/metadata.xml b/kde-frameworks/kconfig/metadata.xml
index 506ecf605b..4e3b65426d 100644
--- a/kde-frameworks/kconfig/metadata.xml
+++ b/kde-frameworks/kconfig/metadata.xml
@@ -8,6 +8,9 @@
<upstream>
<bugs-to>https://bugs.kde.org/</bugs-to>
</upstream>
+ <use>
+ <flag name="qml">Enable QML/QtQuick support via dev-qt/qtdeclarative</flag>
+ </use>
<slots>
<subslots>
Must only be used by packages that are known to use private parts of the Frameworks API.
next reply other threads:[~2021-11-23 12:28 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-23 12:28 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-09 13:07 [gentoo-commits] proj/kde:master commit in: kde-frameworks/kconfig/ Sam James
2024-06-02 20:21 Andreas Sturmlechner
2022-11-16 21:07 Andreas Sturmlechner
2022-10-06 9:02 Andreas Sturmlechner
2022-09-14 14:49 Andreas Sturmlechner
2022-08-14 10:50 Andreas Sturmlechner
2022-08-06 13:00 Andreas Sturmlechner
2019-01-20 19:23 Andreas Sturmlechner
2015-11-16 15:31 Michael Palimaka
2014-08-01 15:30 Michael Palimaka
2014-07-27 15:33 Michael Palimaka
2014-05-05 14:58 Michael Palimaka
2014-04-26 17:42 Michael Palimaka
2014-04-26 14:17 Johannes Huber
2014-04-12 11:34 Johannes Huber
2014-01-22 16:32 Michael Palimaka
2014-01-05 19:51 Alexey Shvetsov
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=1637665073.7ce0e06d01c326b4c6f90bbfb4947b87741fade3.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