pidgin/pidgin

2267e036dd58
po: Move ALL_LINGUAS variable to po/LINGUAS file

Meson, as of 0.37, automatically looks for languages in the LINGUAS
file. This moves them from the ALL_LINGUAS variable to po/LINGUAS
and updates the Meson build file to use it instead.
# vi:et:ts=2 sw=2 sts=2
image: pidgin/builder-debian:buster
pipelines:
default:
- step:
script:
- set -ex
- meson -Dsilc=false -Ddoc=true -Ddebug=true build
- ninja -C build
- ninja -C build test
branches:
release-2.x.y:
- step:
image: pidgin/release-builder:release-2.x.y
script:
- set -ex
- ./autogen.sh --enable-debug
- make -s -j$(nproc)
- make -s -j$(nproc) check
- make distcheck