From 0fea1293c624bd2a6b4b2aa56529ca3ca6afed4d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 19 Oct 2023 11:02:39 +0200 Subject: [PATCH] Switch to F39 --- container.yaml | 7 ++++--- gitg.yaml | 51 -------------------------------------------------- 2 files changed, 4 insertions(+), 54 deletions(-) delete mode 100644 gitg.yaml diff --git a/container.yaml b/container.yaml index 9b7c5ea..e318f55 100644 --- a/container.yaml +++ b/container.yaml @@ -1,9 +1,10 @@ -compose: - modules: - - gitg:stable flatpak: id: org.gnome.gitg branch: stable + runtime-name: flatpak-runtime + runtime-version: f39 + packages: + - gitg command: gitg finish-args: |- --share=ipc diff --git a/gitg.yaml b/gitg.yaml deleted file mode 100644 index 3b8304a..0000000 --- a/gitg.yaml +++ /dev/null @@ -1,51 +0,0 @@ ---- -document: modulemd -version: 2 -data: - summary: GTK+ graphical interface for the git revision control system - description: >- - gitg is the GNOME GUI client to view git repositories. - license: - module: - - MIT - dependencies: - - buildrequires: - flatpak-common: [f38] - flatpak-runtime: [f38] - platform: [f38] - requires: - flatpak-common: [f38] - flatpak-runtime: [f38] - platform: [f38] - profiles: - default: - rpms: - - gitg - buildopts: - arches: [aarch64, x86_64] - components: - rpms: - gitg: - rationale: Application package - ref: f38 - buildorder: 10 - arches: [aarch64, x86_64] - http-parser: - rationale: Runtime dependency - ref: f38 - arches: [aarch64, x86_64] - libgit2: - rationale: Runtime dependency - ref: f38 - buildorder: 1 - arches: [aarch64, x86_64] - libgit2-glib: - rationale: Runtime dependency - ref: f38 - buildorder: 2 - arches: [aarch64, x86_64] - libssh2: - rationale: Runtime dependency - ref: f38 - arches: [aarch64, x86_64] -...