pacman/lib/libalpm/po
Dave Reisner 51db84750e Add meson.build files to build with meson
Provide both build systems in parallel for now, to ensure that we work
out all the differences between the two. Some time from now, we'll give
up on autotools.

Meson tends to be faster and probably easier to read/maintain. On my
machine, the full meson configure+build+install takes a little under
half as long as a similar autotools-based invocation.

Building with meson is a two step process. First, configure the build:

  meson build

Then, compile the project:

  ninja -C build

There's some mild differences in functionality between meson and
autotools.  specifically:

1) No singular update-po target. meson only generates individual
update-po targets for each textdomain (of which we have 3).  To make
this easier, there's a build-aux/update-po script which finds all
update-po targets and runs them.

2) No 'make dist' equivalent. Just run 'git archive' to generate a
suitable tarball for distribution.
2018-11-02 03:16:34 -04:00
..
.gitignore Update gitignore files for use with autoreconf 2013-07-22 13:27:23 +10:00
ar.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
ast.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
bg.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
br.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
ca.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
cs.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
da.po Pull updated translations from Transifex 2018-07-27 10:38:57 +10:00
de.po Pull updated translations from Transifex 2018-07-27 10:38:57 +10:00
el.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
en_GB.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
eo.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
es.po Pull updated translations from Transifex 2018-07-27 10:38:57 +10:00
es_419.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
eu.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
eu_ES.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
fi.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
fr.po Pull updated translations from Transifex 2018-07-27 10:38:57 +10:00
gl.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
hr.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
hu.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
id.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
it.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
ja.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
kk.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
ko.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
libalpm.pot Pull translations from Transifex and regenerate 2018-05-15 11:03:42 +10:00
LINGUAS Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
lt.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
Makevars Do not remove source code references in PO/POT files 2014-02-02 16:32:55 +10:00
meson.build Add meson.build files to build with meson 2018-11-02 03:16:34 -04:00
nb.po Pull updated translations from Transifex 2018-07-27 10:38:57 +10:00
nl.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
pl.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
POTFILES.in Update POTFILES.in 2018-04-29 22:44:46 +10:00
pt.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
pt_BR.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
remove-potcdate.sin * Oops. Added some files to make "make update-po" work. 2007-02-08 05:36:26 +00:00
ro.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
ru.po Pull updated translations from Transifex 2018-07-27 10:38:57 +10:00
sk.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
sl.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
sr.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
sr@latin.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
sv.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
tr.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
uk.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00
zh_CN.po Pull updated translations from Transifex 2018-07-27 10:38:57 +10:00
zh_TW.po Pull updated translations from Transifex 2018-05-28 09:25:04 +10:00