Switch to F39

This commit is contained in:
Kalev Lember 2023-10-19 11:02:39 +02:00
commit 0fea1293c6
2 changed files with 4 additions and 54 deletions

View file

@ -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

View file

@ -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]
...