From 3ea080f7a5a4278f471ed42d33cc53a3698f2839 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 10 Oct 2023 15:39:33 -0400 Subject: [PATCH] F39 --- container.yaml | 7 +++--- dialect.yaml | 68 -------------------------------------------------- 2 files changed, 4 insertions(+), 71 deletions(-) delete mode 100644 dialect.yaml diff --git a/container.yaml b/container.yaml index 15e7541..19a7422 100644 --- a/container.yaml +++ b/container.yaml @@ -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 diff --git a/dialect.yaml b/dialect.yaml deleted file mode 100644 index 180b794..0000000 --- a/dialect.yaml +++ /dev/null @@ -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] -...