Commit Graph

548 Commits

Author SHA1 Message Date
Christian Finnberg b169cf895e
Fix typo 2021-07-22 19:03:54 +03:00
Karel Zak 59c19c3f3a po: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-05-31 18:36:06 +02:00
Seong-ho Cho a97c28c0a5 po: add ko.po (from translationproject.org) 2021-05-31 18:20:33 +02:00
Yuri Chornoivan ff58cee802 po: update uk.po (from translationproject.org) 2021-05-31 18:20:33 +02:00
Pedro Albuquerque 44f836d2dd po: update pt.po (from translationproject.org) 2021-05-31 18:20:33 +02:00
Jakub Bogusz 18d7d108c0 po: update pl.po (from translationproject.org) 2021-05-31 18:20:33 +02:00
Božidar Putanec e5f43da014 po: update hr.po (from translationproject.org) 2021-05-31 18:20:33 +02:00
Frédéric Marchal 435e838ac7 po: update fr.po (from translationproject.org) 2021-05-31 18:20:33 +02:00
Mario Blättermann 7e6634024e po: update de.po (from translationproject.org) 2021-05-31 18:20:33 +02:00
Petr Písař b952c8b30f po: update cs.po (from translationproject.org) 2021-05-31 18:20:33 +02:00
Karel Zak 2994605fba po: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-05-10 12:21:25 +02:00
Sebastian Rasmussen b93b8f42df po: update sv.po (from translationproject.org) 2021-05-10 12:15:03 +02:00
Karel Zak 724d844c12 po: use msgmerge --previous
Reported-by: Mario Blättermann <mario.blaettermann@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-13 10:23:26 +02:00
Karel Zak 6ae1e6b3d7 po: update
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-12 11:22:53 +02:00
Karel Zak 38f604505d po: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
2021-04-09 10:09:19 +02:00
Мирослав Николић 1f4c639c40 po: add sr.po (from translationproject.org) 2021-04-08 14:52:52 +02:00
Sebastian Rasmussen 070bd0a450 po: update sv.po (from translationproject.org) 2021-04-08 14:52:52 +02:00
Božidar Putanec e0fc3a40bd po: update hr.po (from translationproject.org) 2021-04-08 14:52:51 +02:00
Antonio Ceballos Roa 7e13ea492f po: update es.po (from translationproject.org) 2021-04-08 14:52:51 +02:00
Petr Písař f0e8053c4e po: update cs.po (from translationproject.org) 2021-04-08 14:52:51 +02:00
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
Dr. David Alan Gilbert 97c9ec9ce3 libmount: Fix 0x%u usage
There's a couple of places which use varients on "0x%u" in format strings;
that's almost always wrong - you either want 0x%x or just %u.  In libmount's
case it's flags, so I'm assuming the intention really is hex.  In the ja.po
case it's %u in the original msgid.

Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
2020-10-19 12:15:15 +02:00
Frédéric Marchal 85c7548381 po: update fr.po (from translationproject.org) 2020-07-23 11:25:41 +02:00
Karel Zak d35d646f17 po: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
2020-07-22 12:20:36 +02:00
Boyuan Yang 64e5d6f40f po: update zh_CN.po (from translationproject.org) 2020-07-22 12:04:53 +02:00
Yuri Chornoivan 2cf86fa443 po: update uk.po (from translationproject.org) 2020-07-22 12:04:53 +02:00
Pedro Albuquerque b2c7933b18 po: update pt.po (from translationproject.org) 2020-07-22 12:04:53 +02:00
Rafael Fontenelle eac6f956c2 po: update pt_BR.po (from translationproject.org) 2020-07-22 12:04:53 +02:00
Jakub Bogusz d413489e31 po: update pl.po (from translationproject.org) 2020-07-22 12:04:53 +02:00
Takeshi Hamasaki a8c1c27d3c po: update ja.po (from translationproject.org) 2020-07-22 12:04:53 +02:00
Božidar Putanec 5fe18106ee po: update hr.po (from translationproject.org) 2020-07-22 12:04:53 +02:00
Frédéric Marchal 89862b8659 po: update fr.po (from translationproject.org) 2020-07-22 12:04:53 +02:00
Antonio Ceballos Roa 7149d940ef po: update es.po (from translationproject.org) 2020-07-22 12:04:53 +02:00
Mario Blättermann 677e35cfd1 po: update de.po (from translationproject.org) 2020-07-22 12:04:53 +02:00
Petr Písař c3666cb29b po: update cs.po (from translationproject.org) 2020-07-22 12:04:53 +02:00
Karel Zak 00675fd5f0 po: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
2020-07-09 12:13:54 +02:00
Karel Zak c70940778d po: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
2020-06-09 11:49:28 +02:00
Božidar Putanec ccbeabfa05 po: update hr.po (from translationproject.org) 2020-06-09 11:35:01 +02:00
Yuri Chornoivan 495ed36ad7 po: update uk.po (from translationproject.org) 2020-01-22 20:52:11 +02:00
Karel Zak b529c736ca po: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
2020-01-21 11:03:19 +01:00
Pedro Albuquerque aaa14eefab po: update pt.po (from translationproject.org) 2020-01-21 10:57:45 +01:00
Rafael Fontenelle acda89cb6f po: update pt_BR.po (from translationproject.org) 2020-01-21 10:57:45 +01:00
Jakub Bogusz 6bf7ad87a9 po: update pl.po (from translationproject.org) 2020-01-21 10:57:45 +01:00
Takeshi Hamasaki ad721f1d31 po: update ja.po (from translationproject.org) 2020-01-21 10:57:45 +01:00
Božidar Putanec 7e551d1e97 po: update hr.po (from translationproject.org) 2020-01-21 10:57:45 +01:00
Frédéric Marchal 552499a2f1 po: update fr.po (from translationproject.org) 2020-01-21 10:57:45 +01:00
Antonio Ceballos Roa 88f240929f po: update es.po (from translationproject.org) 2020-01-21 10:57:45 +01:00
Mario Blättermann 955d2cbc14 po: update de.po (from translationproject.org) 2020-01-21 10:57:45 +01:00
Petr Písař 2f3b9b81cc po: update cs.po (from translationproject.org) 2020-01-21 10:57:45 +01:00
Karel Zak 5110732a7a po: merge changes
Signed-off-by: Karel Zak <kzak@redhat.com>
2020-01-08 10:16:57 +01:00