pidgin/pidgin

Fix the downloading of dictionaries in the windows installer
release-2.x.y
2022-03-04, Gary Kramlich
17237faf35cb
Fix the downloading of dictionaries in the windows installer

Testing Done:
* Installed en_US and some other dictionaries with both installers.
* Verified they were installed properly
* Verified the English dictionary worked.

Reviewed at https://reviews.imfreedom.org/r/1303/
environment:
- DOCS_BUILD_IMAGE=pidgin/2.x.y-builders:debian-bookworm-amd64
tasks:
clean:
type: convey/clean
files:
- pidgin2-docs
docs-build:
type: docker/run
image: ${DOCS_BUILD_IMAGE}
workdir: ${CONVEY_WORKSPACE}
script:
- set -ex
- ./autogen.sh --disable-gevolution
- make -s -j$(nproc) docs
docs-clean:
type: convey/clean
files:
- pidgin2-docs
docs-export:
type: docker/export
files:
- doc/html:pidgin2-docs
import:
type: docker/import
files: .:.
plans:
clean:
stages:
- tasks: [clean]
docs:
stages:
- tasks: [docs-clean, import, docs-build, docs-export]