1
0
mirror of https://github.com/lutris/lutris synced 2024-07-03 07:28:41 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Mathieu Comandon
0eb39e830a
Merge branch 'master' into meson-minimum-version 2022-04-11 14:10:11 -07:00
Maximiliano Sandoval R
f52a7308bf meson: Add post install scrip
Makes sure the icons and desktop file are installed
2022-04-11 14:09:21 -07:00
Maximiliano Sandoval R
1a8a98aff1 meson: Validate metainfo and desktop file 2022-04-11 14:09:21 -07:00
Eli Schwartz
08831fbe66
meson: specify minimum required version
The minimum version in practice used to be 0.50.0, however that can be
lowered by removing unneeded kwargs from a couple of functions.

- i18n.gettext() `install_dir` defaults to the localedir option, and
  doesn't need to be manually overridden to that location

- configure_file() `install` defaults to true if `install_dir` is set,
  and before 0.50 that was also the *only* way to mark it as installed

Removing both these kwargs means that there is more leeway with the minimum
required version.
2022-04-03 19:28:00 -04:00
Stephan Lachnit
75f721b4d3 po: make meta files translatable
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-11-05 01:44:06 -08:00
Rémi Verschelde
83b5f6988c Dist: Fix manpage installation dir 2020-07-14 00:27:09 -07:00
Stephan Lachnit
b261032fce improve meson.build for distro usage
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-06-19 18:23:08 -07:00
SwimmingTiger
399116b3cb update po/README and meson.build that suggestions from #2947 2020-06-18 19:11:32 -07:00
SwimmingTiger
40348f9fe0 i18n: find locale dir from the optional configuration file generated by meson 2020-06-18 19:11:32 -07:00
Stephan Lachnit
ed613320fb improve meson and i18n support
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-04-13 17:16:15 -07:00
Devilish Spirits
841ae28701 Created basic meson.build config
Python files are installed into `$DESTDIR/lib/lutris`
	Scripts in `/bin` have been edited to search **ALL** module inside this dir
	Datas are also searched in `</lib/lutris>/../../share/lutris`, this allow weird DESTDIR like `/tmp/lutris` (tested)
	Now Lutris assume that libdir is located in `<bindir>/../lib`

	This is minimalist right now and should work for everyone
2019-08-05 19:02:01 -07:00