Richard W.M. Jones
2016-Sep-12 13:56 UTC
[Libguestfs] [PATCH] perl: Guestfs.c file is not translatable, don't include it in po/POTFILES.
Reported by Nikos Skalkotos https://aur.archlinux.org/packages/libguestfs/ --- Makefile.am | 2 +- po/POTFILES | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5defbce..663958d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -320,7 +320,7 @@ po/POTFILES: configure.ac rm -f $@ $@-t cd $(srcdir); \ find $(DIST_SUBDIRS) -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ - grep -v -E '^(examples|gnulib|gobject/docs|perl/(blib|examples)|po-docs|tests|test-data)/' | \ + grep -v -E '^(examples|gnulib|gobject/docs|perl/(blib|examples)|perl/lib/Sys/Guestfs\.c|po-docs|tests|test-data)/' | \ grep -v -E '/((guestfs|rc)_protocol\.c)$$' | \ grep -v -E '^python/utils\.c$$' | \ LC_ALL=C sort > $@-t diff --git a/po/POTFILES b/po/POTFILES index c988d5d..dd9464f 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -337,7 +337,6 @@ p2v/ssh.c p2v/utils.c p2v/whole-file.c perl/bindtests.pl -perl/lib/Sys/Guestfs.c perl/lib/Sys/Guestfs.pm php/extension/guestfs_php.c python/actions-0.c -- 2.7.4
Pino Toscano
2016-Sep-13 13:41 UTC
Re: [Libguestfs] [PATCH] perl: Guestfs.c file is not translatable, don't include it in po/POTFILES.
On Monday, 12 September 2016 14:56:52 CEST Richard W.M. Jones wrote:> Reported by Nikos Skalkotos > https://aur.archlinux.org/packages/libguestfs/ > ---LGTM. Thanks to both, -- Pino Toscano
Apparently Analagous Threads
- [PATCH] po: reduce the list of extracted sources
- 9 commits - data/Makefile.am player/swfdec-player.ui player/swfdec-window.c po/fr.po po/POTFILES.in po/POTFILES.skip thumbnailer/Makefile.am
- [PATCH] po: update POTFILES
- [PATCH 2/2] build: switch embedded copy of ocaml-augeas
- [PATCH] Make Perl strings translatable