[pacman-dev] makepkg with gettext support

Dan McGee dpmcgee at gmail.com
Wed Mar 28 17:43:06 EDT 2007


On 3/28/07, Giovanni Scafora <linuxmania at gmail.com> wrote:

# gettext initialization"

You may want to drop the " at the end of the comment on that. :)

> 2007/3/28, Dan McGee <dpmcgee at gmail.com>:
> > I've inlined it so I can comment on it. Comments are near whatever I
> > have a comment on. :)
> > @@ -177,6 +185,9 @@ in_array() {
> >  }
> >
> >  checkdeps() {
> > +       local missdep=""
> > +       local deplist=""
> > +
> >
> > I think this is old code, along with a few of the things below. Try to
> > sync with the latest in CVS or GIT.
>
> Done.

I'm still seeing it in the copy you sent to the ML. Are you sure this
is the most recent version? A lot of changes happened in the depends
functions in makepkg between RC2 and the final 3.0.0 release. Diff
against this to see what I mean:
<http://code.toofishes.net/gitweb.cgi?p=pacman.git;a=blob_plain;f=scripts/makepkg;h=5afb285c39ac06e13359dc0e7f9073c7e4796542>

> Also I generated now an initial makepkg.pot file (116 messages).
> If you want, you can generate the makepkg.pot with this command:
> xgettext --language=Shell makepkg -o makepkg.pot

Cool. Once we get the main stuff checked in, we'll get some po file
generation done by autoconf. I'm not sure how I want to do this yet,
but I think it would be better to have all of the po files be a single
translation under the guise of pacman. /me thinks.

-Dan




More information about the pacman-dev mailing list