From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kde-cli-tools/
Date: Mon, 16 Jun 2014 12:46:58 +0000 (UTC) [thread overview]
Message-ID: <1402922802.7c404aae974ff3f4d4060d99f14eda0df9bd6a02.kensington@gentoo> (raw)
commit: 7c404aae974ff3f4d4060d99f14eda0df9bd6a02
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 16 12:46:42 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 16 12:46:42 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7c404aae
[kde-base/kde-cli-tools] Add X USE flag.
Package-Manager: portage-2.2.10
---
kde-base/kde-cli-tools/kde-cli-tools-9999.ebuild | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/kde-base/kde-cli-tools/kde-cli-tools-9999.ebuild b/kde-base/kde-cli-tools/kde-cli-tools-9999.ebuild
index f4df557..9a7f0bc 100644
--- a/kde-base/kde-cli-tools/kde-cli-tools-9999.ebuild
+++ b/kde-base/kde-cli-tools/kde-cli-tools-9999.ebuild
@@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system"
HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kde-cli-tools"
KEYWORDS=""
-IUSE=""
+IUSE="X"
DEPEND="
$(add_frameworks_dep kcmutils)
@@ -31,8 +31,20 @@ DEPEND="
dev-qt/qtgui:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
+ X? (
+ dev-qt/qtx11extras:5
+ x11-libs/libX11
+ )
"
RDEPEND="${DEPEND}"
# requires running kde environment
RESTRICT="test"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package X Qt5X11Extras)
+ )
+
+ kde5_src_configure
+}
next reply other threads:[~2014-06-16 12:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-16 12:46 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-06-16 12:43 [gentoo-commits] proj/kde:master commit in: kde-base/kde-cli-tools/ Michael Palimaka
2014-05-08 16:31 Michael Palimaka
2014-04-18 8:46 Michael Palimaka
2014-04-08 12:30 Johannes Huber
2014-04-08 8:45 Johannes Huber
2014-04-05 21:57 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=1402922802.7c404aae974ff3f4d4060d99f14eda0df9bd6a02.kensington@gentoo \
--to=kensington@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