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)

Reply via email to