Skip to content

Commit

Permalink
Flatpak: use elementary Sdk (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Apr 21, 2021
1 parent 7a147a0 commit cbb41fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions@v2
- uses: bilelmoussaoui/flatpak-github-actions@v3
with:
bundle: "com.github.danrabbit.harvey.flatpak"
manifest-path: "com.github.danrabbit.harvey.yml"
run-tests: true
repository-name: elementary
repository-url: https://flatpak.elementary.io/elementary.flatpakrepo
cache-key: "flatpak-builder-${{ github.sha }}"

lint:
runs-on: ubuntu-latest
Expand Down
15 changes: 3 additions & 12 deletions com.github.danrabbit.harvey.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
app-id: com.github.danrabbit.harvey
runtime: org.gnome.Platform
runtime-version: '3.36'
base: io.elementary.BaseApp
base-version: juno-19.08
sdk: org.gnome.Sdk
runtime: io.elementary.Platform
runtime-version: 'daily'
sdk: io.elementary.Sdk
command: com.github.danrabbit.harvey
finish-args:
- '--share=ipc'
Expand All @@ -15,13 +13,6 @@ finish-args:

- '--metadata=X-DConf=migrate-path=/com/github/danrabbit/harvey/'
modules:
- name: handy
buildsystem: meson
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/libhandy.git
tag: '1.0.0'

- name: harvey
buildsystem: meson
sources:
Expand Down

0 comments on commit cbb41fd

Please sign in to comment.