[packages/claws-mail] fix compatibility with gettext >= 0.24
atler
atler at pld-linux.org
Mon Jul 28 19:30:30 CEST 2025
commit 5412ebedab4c0356706f4570ce3b1606c85658a9
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Jul 28 19:29:48 2025 +0200
fix compatibility with gettext >= 0.24
claws-mail.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/claws-mail.spec b/claws-mail.spec
index 686a985..d17e3db 100644
--- a/claws-mail.spec
+++ b/claws-mail.spec
@@ -433,6 +433,9 @@ webCal.
%{__rm} po/stamp-po
+test ! -e po/LINGUAS
+ls po/*.po | %{__sed} 's!po/\(.*\)\.po!\1!' | tr '\n' ' ' > po/LINGUAS
+
%build
%{__libtoolize}
%{__gettextize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/claws-mail.git/commitdiff/5412ebedab4c0356706f4570ce3b1606c85658a9
More information about the pld-cvs-commit
mailing list