summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2026-01-30 12:16:00 -0500
committerVictor Kareh <[email protected]>2026-01-30 12:16:00 -0500
commite684e7ce34940e569ccf2697ec90771431426544 (patch)
tree2ad341d0bff673cbd039814749e79fa353f06ab7 /.github
parentac13fa1362e4fa5ac610118cb7d67e3abbbf262b (diff)
downloadmate-utils-gh-actions.tar.bz2
mate-utils-gh-actions.tar.xz
ci: disable pt language for help in search tool in Fedora buildgh-actions
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/builds.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/builds.sh b/.github/workflows/builds.sh
index b192d971..11c063b4 100755
--- a/.github/workflows/builds.sh
+++ b/.github/workflows/builds.sh
@@ -14,6 +14,14 @@ infoend() {
}
if [ -f autogen.sh ]; then
+ if [ "$DISTRO" = "fedora" ]; then
+ # disable pt language for help in search tool
+ # See: https://github.com/itstool/itstool/issues/36
+ infobegin "Apply Portuguese gsearchtool help workaround"
+ sed -i 's/^IGNORE_HELP_LINGUAS =.*$/IGNORE_HELP_LINGUAS = pt/' gsearchtool/help/Makefile.am
+ infoend
+ fi
+
infobegin "Configure (autotools)"
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr --enable-compile-warnings=maximum || {