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/knotifications/
Date: Sat, 24 Sep 2022 08:50:06 +0000 (UTC)	[thread overview]
Message-ID: <1664009295.418879765756a0882e61b53498271674a96e9b9a.asturm@gentoo> (raw)

commit:     418879765756a0882e61b53498271674a96e9b9a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 08:28:12 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 08:48:15 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=41887976

kde-frameworks/knotifications: Fix build with USE -X

Upstream commit 0450e434116acdc640b0c8256228feec8b363e47

Bug: https://bugs.gentoo.org/813450
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/knotifications/knotifications-9999.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 8f5e502a06..168e524bd4 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -9,6 +9,7 @@ QTMIN=5.15.5
 inherit ecm frameworks.kde.org
 
 DESCRIPTION="Framework for notifying the user of an event"
+
 LICENSE="LGPL-2.1+"
 KEYWORDS=""
 IUSE="dbus nls phonon qml speech X"
@@ -19,7 +20,7 @@ RDEPEND="
 	>=dev-qt/qtwidgets-${QTMIN}:5
 	=kde-frameworks/kconfig-${PVCUT}*:5
 	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kwindowsystem-${PVCUT}*:5[X=]
+	=kde-frameworks/kwindowsystem-${PVCUT}*:5[X?]
 	dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
 	!phonon? ( media-libs/libcanberra )
 	phonon? ( >=media-libs/phonon-4.11.0 )
@@ -34,9 +35,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	X? ( x11-base/xorg-proto )
 "
-BDEPEND="
-	nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
+BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
 
 src_configure() {
 	local mycmakeargs=(
@@ -44,7 +43,7 @@ src_configure() {
 		$(cmake_use_find_package !phonon Canberra)
 		$(cmake_use_find_package qml Qt5Qml)
 		$(cmake_use_find_package speech Qt5TextToSpeech)
-		$(cmake_use_find_package X X11)
+		-DWITHOUT_X11=$(usex !X)
 	)
 
 	ecm_src_configure


             reply	other threads:[~2022-09-24  8:50 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-24  8:50 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-16 21:07 [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/ Andreas Sturmlechner
2022-09-14 14:49 Andreas Sturmlechner
2021-11-13 19:05 Andreas Sturmlechner
2021-09-15 17:09 Andreas Sturmlechner
2020-09-04  8:43 Andreas Sturmlechner
2020-01-19 18:42 Andreas Sturmlechner
2018-08-08  8:11 Andreas Sturmlechner
2017-08-30 21:42 Andreas Sturmlechner
2017-08-19 20:24 Andreas Sturmlechner
2017-04-22  8:41 Andreas Sturmlechner
2017-02-07 23:11 Andreas Sturmlechner
2015-11-10 17:55 Michael Palimaka
2015-11-09 13:58 Michael Palimaka
2015-11-09 13:58 Michael Palimaka
2015-08-07 16:47 Michael Palimaka
2014-05-05 15:09 Michael Palimaka
2014-03-19 13:11 Michael Palimaka
2014-03-19 13:11 Michael Palimaka
2014-03-19 13:10 Michael Palimaka
2014-03-05 11:13 Michael Palimaka
2014-01-21 12:37 Michael Palimaka
2013-11-17 20:09 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=1664009295.418879765756a0882e61b53498271674a96e9b9a.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