47 lines
1,003 B
YAML
47 lines
1,003 B
YAML
---
|
|
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: [f33]
|
|
flatpak-runtime: [f33]
|
|
platform: [f33]
|
|
requires:
|
|
flatpak-common: [f33]
|
|
flatpak-runtime: [f33]
|
|
platform: [f33]
|
|
profiles:
|
|
default:
|
|
rpms:
|
|
- gitg
|
|
components:
|
|
rpms:
|
|
gitg:
|
|
rationale: Application package
|
|
ref: f33
|
|
buildorder: 10
|
|
gtkspell3:
|
|
rationale: Runtime dependency
|
|
ref: f33
|
|
http-parser:
|
|
rationale: Runtime dependency
|
|
ref: f33
|
|
libgit2:
|
|
rationale: Runtime dependency
|
|
ref: f33
|
|
buildorder: 1
|
|
libgit2-glib:
|
|
rationale: Runtime dependency
|
|
ref: f33
|
|
buildorder: 2
|
|
libssh2:
|
|
rationale: Runtime dependency
|
|
ref: f33
|
|
...
|