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/sonnet/
Date: Tue, 15 Oct 2024 20:09:25 +0000 (UTC)	[thread overview]
Message-ID: <1729022943.6e7ce7ccf41fbf4ce6026479bd8065b397fce39a.asturm@gentoo> (raw)

commit:     6e7ce7ccf41fbf4ce6026479bd8065b397fce39a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 20:00:00 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 20:09:03 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e7ce7cc

kde-frameworks/sonnet: Set SONNET_NO_BACKENDS=ON w/ USE=-aspell,-hunspell

Upstream commit 1764decd7b7426320f24f3dbde44fc13993d1ed2

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

 kde-frameworks/sonnet/sonnet-9999.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kde-frameworks/sonnet/sonnet-9999.ebuild b/kde-frameworks/sonnet/sonnet-9999.ebuild
index c01044c8dd..0be7d70e3d 100644
--- a/kde-frameworks/sonnet/sonnet-9999.ebuild
+++ b/kde-frameworks/sonnet/sonnet-9999.ebuild
@@ -22,6 +22,8 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
 
+PATCHES=( "${FILESDIR}/${P}-no-backend.patch" ) # bug 941425
+
 CMAKE_SKIP_TESTS=(
 	# bug 779994
 	sonnet-test_autodetect
@@ -36,6 +38,9 @@ src_configure() {
 		$(cmake_use_find_package hunspell HUNSPELL)
 		-DSONNET_USE_QML=$(usex qml)
 	)
+	if ! use aspell && ! use hunspell; then
+		mycmakeargs+=( -DSONNET_NO_BACKENDS=ON )
+	fi
 
 	ecm_src_configure
 }


             reply	other threads:[~2024-10-15 20:09 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-15 20:09 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-15 20:10 [gentoo-commits] proj/kde:master commit in: kde-frameworks/sonnet/ Andreas Sturmlechner
2022-12-11 21:24 Andreas Sturmlechner
2022-11-16 21:07 Andreas Sturmlechner
2022-10-02 22:17 Andreas Sturmlechner
2022-09-14 14:49 Andreas Sturmlechner
2021-11-13 19:05 Andreas Sturmlechner
2021-04-10 16:38 Andreas Sturmlechner
2019-06-05 19:06 Andreas Sturmlechner
2018-01-16 13:30 Andreas Sturmlechner
2016-07-27 19:32 Johannes Huber
2015-12-09 15:18 Michael Palimaka
2015-11-10 17:55 Michael Palimaka
2015-05-19 13:09 Michael Palimaka
2014-05-05 15:13 Michael Palimaka
2014-01-10 11:53 Michael Palimaka
2014-01-10 11:53 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=1729022943.6e7ce7ccf41fbf4ce6026479bd8065b397fce39a.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