dialect/dialect.yaml
2023-08-03 17:42:19 +02:00

73 lines
1.7 KiB
YAML

---
document: modulemd
version: 2
data:
summary: A translation app for GNOME based on Google Translate
description: >-
A translation app for GNOME based on Google Translate.
Features: * Text translation up to 5000 chars * Text to speech * History * Automatic
language detection * Clipboard buttons
license:
module:
- MIT
buildopts:
arches: [aarch64, x86_64]
dependencies:
- buildrequires:
flatpak-common: [f38]
flatpak-runtime: [f38]
platform: [f38]
requires:
flatpak-common: [f38]
flatpak-runtime: [f38]
platform: [f38]
profiles:
default:
rpms:
- dialect
# direct deps
- python3-dbus
- python3-gtts
# indirect deps
- python3-beautifulsoup4
- python3-click
- python3-gtts-token
- python3-lxml
- python3-soupsieve
components:
rpms:
dbus-python:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
dialect:
rationale: Application package
ref: f38
buildorder: 10
arches: [aarch64, x86_64]
gtts:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
gtts-token:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-beautifulsoup4:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-click:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-lxml:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
python-soupsieve:
rationale: Runtime dependency
ref: f38
arches: [aarch64, x86_64]
...