Switch to F35 runtime and sources
This commit is contained in:
parent
2f39bdf42b
commit
f1faf51524
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: [f34]
|
||||
flatpak-runtime: [f34]
|
||||
platform: [f34]
|
||||
flatpak-common: [f35]
|
||||
flatpak-runtime: [f35]
|
||||
platform: [f35]
|
||||
requires:
|
||||
flatpak-common: [f34]
|
||||
flatpak-runtime: [f34]
|
||||
platform: [f34]
|
||||
flatpak-common: [f35]
|
||||
flatpak-runtime: [f35]
|
||||
platform: [f35]
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
|
|
@ -25,23 +25,23 @@ data:
|
|||
rpms:
|
||||
gitg:
|
||||
rationale: Application package
|
||||
ref: f34
|
||||
ref: f35
|
||||
buildorder: 10
|
||||
gtkspell3:
|
||||
rationale: Runtime dependency
|
||||
ref: f34
|
||||
ref: f35
|
||||
http-parser:
|
||||
rationale: Runtime dependency
|
||||
ref: f34
|
||||
ref: f35
|
||||
libgit2:
|
||||
rationale: Runtime dependency
|
||||
ref: f34
|
||||
ref: f35
|
||||
buildorder: 1
|
||||
libgit2-glib:
|
||||
rationale: Runtime dependency
|
||||
ref: f34
|
||||
ref: f35
|
||||
buildorder: 2
|
||||
libssh2:
|
||||
rationale: Runtime dependency
|
||||
ref: f34
|
||||
ref: f35
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue