From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xiphos/
Date: Mon, 20 Oct 2025 09:37:36 +0000 (UTC) [thread overview]
Message-ID: <1760952905.13cf737a9d96700099cfed7989e049eb5d3e4be7.sam@gentoo> (raw)
commit: 13cf737a9d96700099cfed7989e049eb5d3e4be7
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Mon Oct 20 09:10:54 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 20 09:35:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cf737a
app-text/xiphos: don't build translations for help-pages
xmllint fails to validate help-pages for translations (fa, fr, it).
Don't build translations for help-pages while waiting a fix from
upstream.
Closes: https://bugs.gentoo.org/964692
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44259
Closes: https://github.com/gentoo/gentoo/pull/44259
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/xiphos/xiphos-4.3.2.ebuild | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/app-text/xiphos/xiphos-4.3.2.ebuild b/app-text/xiphos/xiphos-4.3.2.ebuild
index 0fffc261245b..8dc683a29c20 100644
--- a/app-text/xiphos/xiphos-4.3.2.ebuild
+++ b/app-text/xiphos/xiphos-4.3.2.ebuild
@@ -41,11 +41,18 @@ BDEPEND="
"
PATCHES=(
+ # both merged. to be removed at next version
"${FILESDIR}"/${PN}-4.3.2-include_dbus.patch
- # merged. to be removed at next version
"${FILESDIR}"/${PN}-4.3.2-fix_odr.patch
)
+src_prepare() {
+ cmake_src_prepare
+
+ # bug 964692, don't build translations for help-pages for now
+ echo "" > help/HELP_LINGUAS || die
+}
+
src_configure() {
local mycmakeargs=(
-DDBUS=$(usex dbus)
next reply other threads:[~2025-10-20 9:37 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-20 9:37 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-15 9:29 [gentoo-commits] repo/gentoo:master commit in: app-text/xiphos/ Ulrich Müller
2023-05-19 8:52 Marek Szuba
2023-05-19 8:52 Marek Szuba
2023-02-24 16:50 Marek Szuba
2022-06-30 9:02 Marek Szuba
2022-06-30 7:01 Agostino Sarubbo
2022-05-29 22:07 Marek Szuba
2022-04-12 21:04 Sam James
2020-09-18 10:36 Marek Szuba
2020-07-27 18:37 Marek Szuba
2020-07-27 14:43 Marek Szuba
2020-06-27 20:45 Andreas K. Hüttel
2020-05-01 10:02 Mart Raudsepp
2019-02-28 2:06 Chris Reffett
2018-08-21 5:26 Mart Raudsepp
2018-06-20 1:21 Chris Reffett
2017-12-30 2:26 Chris Reffett
2017-12-29 18:40 Mikle Kolyada
2017-08-21 0:55 Chris Reffett
2017-01-10 23:14 Chris Reffett
2017-01-10 14:56 Agostino Sarubbo
2016-05-25 23:47 Chris Reffett
2016-05-24 23:44 Chris Reffett
2016-01-03 15:06 Chris Reffett
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=1760952905.13cf737a9d96700099cfed7989e049eb5d3e4be7.sam@gentoo \
--to=sam@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