Skip to content

Commit 5d974df

Browse files
committed
manifest
1 parent 06c344a commit 5d974df

2 files changed

Lines changed: 14 additions & 45 deletions

File tree

io.github.ellie_commons.cherrypick.flathub.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

io.github.ellie_commons.cherrypick.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
id: io.github.ellie_commons.cherrypick
2-
runtime: io.elementary.Platform
3-
# Currently this crashes for 8.2 (which flathub has) bc https://github.com/elementary/granite/pull/893
4-
runtime-version: '8'
5-
sdk: io.elementary.Sdk
2+
# elementary SDK is not available on Flathub, so use the elementary BaseApp instead
3+
base: io.elementary.BaseApp
4+
base-version: 'circe-25.08'
5+
runtime: org.gnome.Platform
6+
runtime-version: '49'
7+
sdk: org.gnome.Sdk
68
command: io.github.ellie_commons.cherrypick
79

810
finish-args:
911
- '--share=ipc'
12+
- '--device=dri'
1013
- '--socket=fallback-x11'
1114
- '--socket=wayland'
12-
- '--device=dri'
1315

1416
cleanup:
1517
- '/include'
@@ -27,5 +29,10 @@ modules:
2729
- name: cherrypick
2830
buildsystem: meson
2931
sources:
30-
- type: dir
31-
path: .
32+
- type: git
33+
url: https://github.com/ellie-commons/cherrypick.git
34+
tag: 2.3.0
35+
commit: ed215bda8d53d2475597317fb44844a3c35ed325
36+
x-checker-data:
37+
type: git
38+
tag-pattern: '^([\d.]+)$'

0 commit comments

Comments
 (0)