Switch to F33 runtime and sources
This commit is contained in:
parent
9a77bdbaae
commit
aad3ff85ae
1 changed files with 12 additions and 12 deletions
24
gitg.yaml
24
gitg.yaml
|
|
@ -10,13 +10,13 @@ data:
|
|||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
flatpak-common: [f32]
|
||||
flatpak-runtime: [f32]
|
||||
platform: [f32]
|
||||
flatpak-common: [f33]
|
||||
flatpak-runtime: [f33]
|
||||
platform: [f33]
|
||||
requires:
|
||||
flatpak-common: [f32]
|
||||
flatpak-runtime: [f32]
|
||||
platform: [f32]
|
||||
flatpak-common: [f33]
|
||||
flatpak-runtime: [f33]
|
||||
platform: [f33]
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
|
|
@ -25,23 +25,23 @@ data:
|
|||
rpms:
|
||||
gitg:
|
||||
rationale: Application package
|
||||
ref: f32
|
||||
ref: f33
|
||||
buildorder: 10
|
||||
gtkspell3:
|
||||
rationale: Runtime dependency
|
||||
ref: f32
|
||||
ref: f33
|
||||
http-parser:
|
||||
rationale: Runtime dependency
|
||||
ref: f32
|
||||
ref: f33
|
||||
libgit2:
|
||||
rationale: Runtime dependency
|
||||
ref: f32
|
||||
ref: f33
|
||||
buildorder: 1
|
||||
libgit2-glib:
|
||||
rationale: Runtime dependency
|
||||
ref: f32
|
||||
ref: f33
|
||||
buildorder: 2
|
||||
libssh2:
|
||||
rationale: Runtime dependency
|
||||
ref: f32
|
||||
ref: f33
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue