util-linux/po
Zbigniew Jędrzejewski-Szmek d4c880d5a4 meson: add second build system
To build: meson build && ninja -C build
To run tests: ninja -C build check
To install for packaging: DESTDIR=/var/tmp/inst ninja -C build install
To install for realz: sudo ninja -C build install

v2:
- Optional items are now based on the 'feature' feature in meson.
  Built libraries which are disabled turn into disabler() objects
  and also poison any executables which link to them.

What is there:
- building of the binaries and libs and the python module
- installation of binaries, libs, python module, localization files,
  man pages, pkgconfig files
- running of tests
- most options to configure build equivalently to the
  ./configure settings

Partially implemented:
- disabling of stuff when things missing. In the C code, the defines
  are all used, so that should be fine. In the build system, some
  files should be skipped, but that is probably not always done properly.
  Getting this right might require some testing of various build option
  combinations to get the details right.

Not implemented:
- static builds of fdisk and other binaries
- things marked with XXX or FIXME
- ???

Differences:
- .la files are not created. They are useless and everybody hates them.
- Requires.private in pkgconfig files are not present in the
  autogenerated .pc file. Not sure if they should be there or not. If
  necessary, they can be added by hand.
- man pages and systemd units are installed by the install target. Not
  sure why 'make install' doesn't do that.
- the split between / and /usr is probably wrong. But it's all pointless
  anyway, so maybe we could simplify things but not implementing it at
  all under meson?
2021-03-17 15:07:27 +01:00
..
.gitignore build-sys: sort gitignore files 2014-03-12 12:06:37 +01:00
LINGUAS meson: add second build system 2021-03-17 15:07:27 +01:00
Makevars po: add '--no-wrap' to msgmerge, to not wrap long message lines 2014-01-06 08:33:12 +01:00
ca.po po: merge changes 2020-07-22 12:20:36 +02:00
cs.po po: merge changes 2020-07-22 12:20:36 +02:00
da.po po: merge changes 2020-07-22 12:20:36 +02:00
de.po po: merge changes 2020-07-22 12:20:36 +02:00
es.po po: merge changes 2020-07-22 12:20:36 +02:00
et.po po: merge changes 2020-07-22 12:20:36 +02:00
eu.po po: merge changes 2020-07-22 12:20:36 +02:00
fi.po po: merge changes 2020-07-22 12:20:36 +02:00
fr.po po: update fr.po (from translationproject.org) 2020-07-23 11:25:41 +02:00
gl.po po: merge changes 2020-07-22 12:20:36 +02:00
hr.po po: merge changes 2020-07-22 12:20:36 +02:00
hu.po po: merge changes 2020-07-22 12:20:36 +02:00
id.po po: merge changes 2020-07-22 12:20:36 +02:00
it.po po: merge changes 2020-07-22 12:20:36 +02:00
ja.po libmount: Fix 0x%u usage 2020-10-19 12:15:15 +02:00
meson.build meson: add second build system 2021-03-17 15:07:27 +01:00
nl.po po: merge changes 2020-07-22 12:20:36 +02:00
pl.po po: merge changes 2020-07-22 12:20:36 +02:00
pt.po po: merge changes 2020-07-22 12:20:36 +02:00
pt_BR.po po: merge changes 2020-07-22 12:20:36 +02:00
ru.po po: merge changes 2020-07-22 12:20:36 +02:00
sl.po po: merge changes 2020-07-22 12:20:36 +02:00
sv.po po: merge changes 2020-07-22 12:20:36 +02:00
tr.po po: merge changes 2020-07-22 12:20:36 +02:00
uk.po po: merge changes 2020-07-22 12:20:36 +02:00
update-potfiles po/update-potfiles: fallback to `find` when git doesn't work 2019-10-04 16:40:49 +02:00
util-linux.pot po: merge changes 2020-07-22 12:20:36 +02:00
vi.po po: merge changes 2020-07-22 12:20:36 +02:00
zh_CN.po po: merge changes 2020-07-22 12:20:36 +02:00
zh_TW.po po: merge changes 2020-07-22 12:20:36 +02:00