From 84b17d2becc44c6d7f344464c8a0b0102bbebfb2 Mon Sep 17 00:00:00 2001 From: axtloss Date: Fri, 23 Sep 2022 20:30:21 +0200 Subject: [PATCH] bump runtime to gnome 43 Signed-off-by: axtloss --- al.getcryst.jadegui.yml | 119 ++++++++++++++++++---------------------- 1 file changed, 53 insertions(+), 66 deletions(-) diff --git a/al.getcryst.jadegui.yml b/al.getcryst.jadegui.yml index 8ab90ad..503c33b 100644 --- a/al.getcryst.jadegui.yml +++ b/al.getcryst.jadegui.yml @@ -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": "." + } + ] + } + ] +}