Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
bump runtime to gnome 43
Browse files Browse the repository at this point in the history
Signed-off-by: axtloss <[email protected]>
  • Loading branch information
axtloss authored and Michal committed Sep 24, 2022
1 parent 3503eed commit 84b17d2
Showing 1 changed file with 53 additions and 66 deletions.
119 changes: 53 additions & 66 deletions al.getcryst.jadegui.yml
Original file line number Diff line number Diff line change
@@ -1,66 +1,53 @@
app-id: al.getcryst.jadegui
runtime: org.gnome.Platform
runtime-version: '42'
sdk: org.gnome.Sdk
command: jade_gui

finish-args:
- --share=network
- --share=ipc
- --socket=fallback-x11
- --device=dri
- --socket=wayland
- --talk-name=org.freedesktop.Flatpak
- --filesystem=home:rw

cleanup:
- /include
- /lib/pkgconfig
- /man
- /share/doc
- /share/gtk-doc
- /share/pkgconfig
- "*.la"
- "*.a"

modules:
- name: libadwaita
buildsystem: meson
config-opts:
- -Dexamples=false
- -Dtests=false
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/libadwaita.git
tag: 1.2.beta
commit: 7387b453a4c93fbb60d68ec009af6f719fe8bab9
modules:
- name: libsass
buildsystem: meson
sources:
- type: git
url: https://github.com/lazka/libsass.git
branch: meson
- name: sassc
buildsystem: meson
sources:
- type: git
url: https://github.com/lazka/sassc.git
branch: meson
- name: python3-pytz
buildsystem: simple
sources:
- type: archive
url: https://files.pythonhosted.org/packages/2f/5f/a0f653311adff905bbcaa6d3dfaf97edcf4d26138393c6ccd37a484851fb/pytz-2022.1.tar.gz
sha256: 1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7
build-commands:
- ls
- pip3 install --prefix=/app .
- name: jadegui
buildsystem: meson
build-options:
build-args:
- --share=network
sources:
- type: dir
path: .
{
"app-id": "al.getcryst.jadegui",
"runtime": "org.gnome.Platform",
"runtime-version": "43",
"sdk": "org.gnome.Sdk",
"command": "jade_gui",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--talk-name=org.freedesktop.Flatpak",
"--filesystem=home:rw"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "python3-pytz",
"buildsystem": "simple",
"sources": [
{
"type": "archive",
"url": "https://files.pythonhosted.org/packages/2f/5f/a0f653311adff905bbcaa6d3dfaf97edcf4d26138393c6ccd37a484851fb/pytz-2022.1.tar.gz",
"sha256": "1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7"
}
],
"build-commands": [
"ls",
"pip3 install --prefix=/app ."
]
},
{
"name": "jadegui",
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}

0 comments on commit 84b17d2

Please sign in to comment.