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/kguiaddons/
Date: Sun,  3 Oct 2021 14:44:54 +0000 (UTC)	[thread overview]
Message-ID: <1633271128.67ed7de4eedc7300fc34fbc4926b027f6eb2fe2e.asturm@gentoo> (raw)

commit:     67ed7de4eedc7300fc34fbc4926b027f6eb2fe2e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  3 14:25:28 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  3 14:25:28 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=67ed7de4

kde-frameworks/kguiaddons: Add IUSE=X

Upstream commits:
4969a11705721fb1816d60a1ad044690d5c3889d
3325717ffd29a1ed46643942e48a7b1dbfc7682a

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/kguiaddons/kguiaddons-9999.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild b/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild
index 89944f4c07..9c0bf95c3c 100644
--- a/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild
+++ b/kde-frameworks/kguiaddons/kguiaddons-9999.ebuild
@@ -10,28 +10,31 @@ inherit ecm kde.org
 DESCRIPTION="Framework providing assorted high-level user interface components"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE="wayland"
+IUSE="wayland X"
 
 # slot op: includes qpa/qplatformnativeinterface.h
 RDEPEND="
 	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtx11extras-${QTMIN}:5
-	x11-libs/libX11
 	wayland? (
 		dev-libs/wayland
 		>=dev-qt/qtgui-${QTMIN}:5=[wayland]
 		>=dev-qt/qtwayland-${QTMIN}:5
 	)
+	X? (
+		>=dev-qt/qtx11extras-${QTMIN}:5
+		x11-libs/libX11
+	)
 "
 DEPEND="${RDEPEND}
 	x11-base/xorg-proto
-	x11-libs/libxcb
+	X? ( x11-libs/libxcb )
 "
 
 src_configure() {
 	local mycmakeargs=(
 		-DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866
 		-DWITH_WAYLAND=$(usex wayland)
+		-DWITH_X11=$(usex X)
 	)
 	ecm_src_configure
 }


             reply	other threads:[~2021-10-03 14:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-03 14:44 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-29  1:52 [gentoo-commits] proj/kde:master commit in: kde-frameworks/kguiaddons/ Sam James
2025-01-05 20:16 Andreas Sturmlechner
2024-12-14 21:37 Andreas Sturmlechner
2024-06-02 20:21 Andreas Sturmlechner
2023-07-08 15:18 Andreas Sturmlechner
2022-11-06 20:56 Andreas Sturmlechner
2022-04-18 11:23 Andreas Sturmlechner
2022-03-16 14:25 Andreas Sturmlechner
2022-02-16 16:48 Andreas Sturmlechner
2021-10-03  8:37 Andreas Sturmlechner
2020-11-29 20:59 Andreas Sturmlechner
2014-03-19 11:13 Michael Palimaka
2013-11-27  9:39 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=1633271128.67ed7de4eedc7300fc34fbc4926b027f6eb2fe2e.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