skribilo-users
[Top][All Lists]
Advanced

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

Re: [skribilo-users] Build from git wants a file po/Makefile.in.in


From: Stefan Husmann
Subject: Re: [skribilo-users] Build from git wants a file po/Makefile.in.in
Date: Mon, 30 Apr 2018 20:39:16 +0200

Ludovic Courtès <address@hidden> writes:

Hello,
>
>
> I think you need to run ‘gettextize’ before running ‘autoreconf’ to get
> that file.
>
> Can you confirm that it works for you?
That helps. 'gettextize -f' and "libtoolize -c -f" are needed to create
the needed files, but the further
complains about other things:

"Updating configure.ac (backup is in configure.ac~)
Adding an entry to ChangeLog (backup is in ChangeLog~)

Please update po/Makevars so that it defines all the variables mentioned
in po/Makevars.template.
You can then remove po/Makevars.template.

Please run 'aclocal -I m4' to regenerate the aclocal.m4 file.
You need aclocal from GNU automake 1.9 (or newer) to do this.
Then run 'autoconf' to regenerate the configure file.

You might also want to copy the convenience header file gettext.h
from the /usr/share/gettext directory into your package.
It is a wrapper around <libintl.h> that implements the configure --disable-nls
option.

Press Return to acknowledge the previous three paragraphs."

If I press Return, the build succeeds. But I wanted a non-interactive
build process and so I added some variables to po/Makevars.

--- Makevars    2018-04-29 23:06:53.982006780 +0200
+++ Makevars.new        2018-04-30 20:20:31.546428746 +0200
@@ -42,9 +42,14 @@
 # This is the list of locale categories, beyond LC_MESSAGES, for which the
 # message catalogs shall be used.  It is usually empty.
 EXTRA_LOCALE_CATEGORIES =
-
+PACKAGE_GNU =
 # Local Variables:
 # coding: utf-8
 # End:
 
 # arch-tag: 2111079c-04fd-4ea1-b078-f857135897ad
+DIST_DEPENDS_ON_UPDATE_PO = yes
+MSGINIT_OPTIONS =
+MSGMERGE_OPTIONS =
+USE_MSGCTXT = no
+PACKAGE_GNU =

That way I could get rid of running gettextize. 
>
> Now, note that release tarballs contain everything you need.
>
> HTH,
> Ludo’.

I know, but I wanted to provide a PKGBUILD for "skribilo-git" Arch Linux AUR.

I have one now.

Thanks and best Regards

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]