After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 794456 - Help uses deprecated LINGUAS method
Help uses deprecated LINGUAS method
Status: RESOLVED FIXED
Product: shotwell
Classification: Other
Component: build
unspecified
Other All
: Normal normal
: ---
Assigned To: Shotwell Maintainers
Shotwell Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-03-18 17:39 UTC by Piotr Drąg
Modified: 2018-03-21 18:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Use LINGUAS file for help (1023 bytes, patch)
2018-03-18 17:40 UTC, Piotr Drąg
committed Details | Review

Description Piotr Drąg 2018-03-18 17:39:40 UTC
Listing languages in help/meson.build is deprecated, and also Damned Lies only supports the new method.
Comment 1 Piotr Drąg 2018-03-18 17:40:08 UTC
Created attachment 369839 [details] [review]
build: Use LINGUAS file for help
Comment 2 Jens Georg 2018-03-21 18:07:27 UTC
Pushed with modification of setting minimal meson version to 0.43 (first release to support LINGUAS for yelp)

Attachment 369839 [details] pushed as ab5db2f - build: Use LINGUAS file for help
Comment 3 Piotr Drąg 2018-03-21 18:15:39 UTC
Thanks!

By the way, you can remove po/Makevars — Meson doesn’t use it.
Comment 4 Jens Georg 2018-03-21 18:45:11 UTC
Done, thanks for the hint