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-frameworks/prison/
Date: Sat, 24 Feb 2018 13:44:26 +0000 (UTC)	[thread overview]
Message-ID: <1519478480.7f0ebc2a23f1017e4ce920c0a6c58b1ec3cf44cc.asturm@gentoo> (raw)

commit:     7f0ebc2a23f1017e4ce920c0a6c58b1ec3cf44cc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 13:21:20 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 13:21:20 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f0ebc2a

kde-frameworks/prison: Add USE=qml

Upstream commit 6fb9f3f5b21ff647cb83437c6fe8d4217ad32e34

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 kde-frameworks/prison/metadata.xml       |  3 +++
 kde-frameworks/prison/prison-9999.ebuild | 11 ++++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/prison/metadata.xml b/kde-frameworks/prison/metadata.xml
index 2fdbf33d96..d39a5d2d23 100644
--- a/kde-frameworks/prison/metadata.xml
+++ b/kde-frameworks/prison/metadata.xml
@@ -5,4 +5,7 @@
 		<email>kde@gentoo.org</email>
 		<name>Gentoo KDE Project</name>
 	</maintainer>
+	<use>
+		<flag name="qml">Enable QML/QtQuick support via <pkg>dev-qt/qtdeclarative</pkg></flag>
+	</use>
 </pkgmetadata>

diff --git a/kde-frameworks/prison/prison-9999.ebuild b/kde-frameworks/prison/prison-9999.ebuild
index 80c6f6c2a7..88be4d225a 100644
--- a/kde-frameworks/prison/prison-9999.ebuild
+++ b/kde-frameworks/prison/prison-9999.ebuild
@@ -10,11 +10,20 @@ HOMEPAGE="https://cgit.kde.org/prison.git"
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE=""
+IUSE="qml"
 
 DEPEND="
 	$(add_qt_dep qtgui)
 	media-gfx/qrencode:=
 	media-libs/libdmtx
+	qml? ( $(add_qt_dep qtdeclarative) )
 "
 RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package qml Qt5Quick)
+	)
+
+	kde5_src_configure
+}


             reply	other threads:[~2018-02-24 13:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-24 13:44 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14  3:20 [gentoo-commits] proj/kde:master commit in: kde-frameworks/prison/ Sam James
2024-05-13 20:40 Andreas Sturmlechner
2023-11-12 10:18 Andreas Sturmlechner
2022-12-11 21:24 Andreas Sturmlechner
2022-10-02 22:17 Andreas Sturmlechner
2022-07-14  8:29 Andreas Sturmlechner
2021-11-13 19:05 Andreas Sturmlechner
2017-09-23 16:11 Johannes Huber
2016-12-12 16:59 Johannes Huber
2016-12-03 21:22 Johannes Huber

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=1519478480.7f0ebc2a23f1017e4ce920c0a6c58b1ec3cf44cc.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