pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/mate-utils/patches



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed May 10 23:56:22 UTC 2023

Added Files:
        pkgsrc/misc/mate-utils/patches: patch-gsearchtool_help_Makefile.in

Log Message:
mate-utils: add patch missed in previous commit (build fix)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 \
    pkgsrc/misc/mate-utils/patches/patch-gsearchtool_help_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/misc/mate-utils/patches/patch-gsearchtool_help_Makefile.in
diff -u /dev/null pkgsrc/misc/mate-utils/patches/patch-gsearchtool_help_Makefile.in:1.3
--- /dev/null   Wed May 10 23:56:22 2023
+++ pkgsrc/misc/mate-utils/patches/patch-gsearchtool_help_Makefile.in   Wed May 10 23:56:22 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-gsearchtool_help_Makefile.in,v 1.3 2023/05/10 23:56:22 gutteridge Exp $
+
+Disable the pt translation, since it causes itstool to fail.
+
+--- gsearchtool/help/Makefile.in.orig  2023-05-09 13:40:34.000000000 +0000
++++ gsearchtool/help/Makefile.in
+@@ -353,7 +353,7 @@ HELP_FILES = index.docbook legal.xml
+ HELP_MEDIA = figures/mate-search-tool_window.png
+ 
+ # Add linguas to be ignored, e.g. IGNORE_HELP_LINGUAS = ca de es fr
+-@USE_NLS_TRUE@IGNORE_HELP_LINGUAS = 
++@USE_NLS_TRUE@IGNORE_HELP_LINGUAS = pt
+ @USE_NLS_FALSE@HELP_LINGUAS = 
+ @USE_NLS_TRUE@HELP_LINGUAS = $(if $(IGNORE_HELP_LINGUAS), \
+ @USE_NLS_TRUE@        $(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \



Home | Main Index | Thread Index | Old Index