pidgin/pidgin

Modernize appdata file
release-2.x.y
24 months ago, Richard Laager
d060e3ab1f77
Modernize appdata file

- Change from to .
- Add a .
- Update the description phrasing of "log into".
- Update the description to drop old networks.
- Add
- Merge from default branch
- Merge s from default branch
- Change to
- Add
- Add , as suggested by lintian.

Reviewed at https://reviews.imfreedom.org/r/1431/
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]