GNOME Bugzilla – Bug 787252
[Patch] Migrate from intltool to gettext
Last modified: 2017-10-30 15:23:49 UTC
Created attachment 359077 [details] [review] [Patch] Migrate from intltool to gettext See also https://wiki.gnome.org/MigratingFromIntltoolToGettext
Review of attachment 359077 [details] [review]: ::: Makefile.am @@ -855,3 @@ po/remove-potcdate.sin \ m4/gtk-doc.m4 \ - m4/intltool.m4 \ Port it to use $(GITIGNORE_MAINTAINERCLEANFILES_M4_GETTEXT) instead. (See the latest upstream git.mk: https://github.com/behdad/git.mk/commit/d6caf0d1b112dca1c7cb9324a48d57068e828a58.) ::: git.mk @@ +222,3 @@ if test -f $(srcdir)/po/Makefile.in.in; then \ for x in \ + ABOUT-NLS \ I would prefer git.mk to be updated from upstream (https://github.com/behdad/git.mk) in a separate commit. ::: po/Makevars @@ +19,3 @@ +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = Free Software Foundation, Inc. That’s not right. The FSF is not the copyright holder for libgdata. This should be `$(PACKAGE_STRING) authors`. @@ +26,3 @@ +# detect it automatically by scanning the files in $(top_srcdir) for +# "GNU packagename" string. +PACKAGE_GNU = This should be `no`. @@ +42,3 @@ +# can write to without being subscribed, or the URL of a web page through +# which the translators can contact you. +MSGID_BUGS_ADDRESS = This should be `$(PACKAGE_BUGREPORT)`.
Created attachment 360529 [details] [review] Update git.mk to latest upstream Update git.mk to latest upstream
Created attachment 360530 [details] [review] [Patch] Migrate from intltool to gettext Corrected version of the previous (now-obsolete) patch.
Review of attachment 360529 [details] [review]: Great, thanks. Sorry for the slow review time — I didn’t get an e-mail notification of the new comments on the bug, for some reason.
Review of attachment 360530 [details] [review]: This looks good to me, thanks.
Both pushed (I tweaked the commit message for the second patch). Thanks for fixing this! Attachment 360529 [details] pushed as c1536b6 - Update git.mk to latest upstream