F39
This commit is contained in:
parent
023bdef3dc
commit
3ea080f7a5
2 changed files with 4 additions and 71 deletions
|
|
@ -1,6 +1,3 @@
|
|||
compose:
|
||||
modules:
|
||||
- dialect:stable
|
||||
flatpak:
|
||||
id: app.drey.Dialect
|
||||
branch: stable
|
||||
|
|
@ -12,3 +9,7 @@ flatpak:
|
|||
--socket=fallback-x11
|
||||
--socket=wayland
|
||||
--socket=pulseaudio
|
||||
runtime-name: flatpak-runtime
|
||||
runtime-version: f39
|
||||
packages:
|
||||
- dialect
|
||||
|
|
|
|||
68
dialect.yaml
68
dialect.yaml
|
|
@ -1,68 +0,0 @@
|
|||
---
|
||||
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-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-soupsieve:
|
||||
rationale: Runtime dependency
|
||||
ref: f38
|
||||
arches: [aarch64, x86_64]
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue