[libgsf] intl: further gettext cleanup



commit 542a6f58b6990a0cae28144edbdcb46d4b758828
Author: Morten Welinder <terra gnome org>
Date:   Sat Jan 12 13:34:29 2019 -0500

    intl: further gettext cleanup

 autogen.sh  | 2 --
 po/Makevars | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 283865a..c56ff4b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -18,9 +18,7 @@ olddir=$(pwd)
 
 cd $srcdir
 aclocal --install || exit 1
-glib-gettextize --force --copy || exit 1
 gtkdocize --copy || exit 1
-intltoolize --force --copy --automake || exit 1
 autoreconf --verbose --force --install || exit 1
 cd $olddir
 
diff --git a/po/Makevars b/po/Makevars
index 579ebd1..07ea9ff 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -18,7 +18,7 @@ XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
 # or entity, or to disclaim their copyright.  The empty string stands for
 # the public domain; in this case the translators are expected to disclaim
 # their copyright.
-COPYRIGHT_HOLDER = Free Software Foundation, Inc.
+COPYRIGHT_HOLDER = The Gnumeric Team
 
 # This tells whether or not to prepend "GNU " prefix to the package
 # name that gets inserted into the header of the $(DOMAIN).pot file.
@@ -41,7 +41,7 @@ PACKAGE_GNU =
 # It can be your email address, or a mailing list address where translators
 # can write to without being subscribed, or the URL of a web page through
 # which the translators can contact you.
-MSGID_BUGS_ADDRESS =
+MSGID_BUGS_ADDRESS = gnumeric-list gnome org
 
 # This is the list of locale categories, beyond LC_MESSAGES, for which the
 # message catalogs shall be used.  It is usually empty.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]