From 278693a9d7aa40067ba72d586669d6c6ed34ba7c Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Wed, 17 Jul 2024 09:03:59 +0200 Subject: [PATCH] Remove json flatpak manifest in favour of the yml manifest --- flatpak/icu.ccw.Melon.json | 86 -------------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 flatpak/icu.ccw.Melon.json diff --git a/flatpak/icu.ccw.Melon.json b/flatpak/icu.ccw.Melon.json deleted file mode 100644 index b6723b4..0000000 --- a/flatpak/icu.ccw.Melon.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "app-id": "icu.ccw.Melon", - "runtime": "org.gnome.Platform", - "runtime-version": "45", - "sdk": "org.gnome.Sdk", - "command": "melon", - "build-options": { - "env": { - "CARGO_HOME": "/run/build/cargo-c/cargo" - }, - "append-path": "/usr/lib/sdk/rust-stable/bin" - }, - "finish-args": [ - "--share=network", - "--share=ipc", - "--socket=fallback-x11", - "--device=dri", - "--socket=wayland", - "--socket=pulseaudio", - "--talk-name=org.gtk.vfs.*", - "--filesystem=xdg-run/gvfsd" - ], - "cleanup": [ - "/include", - "/lib/pkgconfig", - "/man", - "/share/doc", - "/share/gtk-doc", - "/share/man", - "/share/pkgconfig", - "*.la", - "*.a" - ], - "modules": [ - { - "name": "cargo-c", - "buildsystem": "simple", - "build-commands": [ - "cargo install cargo-c --root /app" - ], - "build-options": { - "build-args": [ - "--share=network" - ] - }, - "cleanup": [ - "*" - ] - }, - { - "name": "gst-plugins-rs", - "buildsystem": "simple", - "sources": [ - { - "type": "git", - "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs", - "branch": "0.10" - } - ], - "build-options": { - "build-args": [ - "--share=network" - ] - }, - "build-commands": [ - "cargo cinstall -p gst-plugin-gtk4 --prefix=/app" - ] - }, - "python3-beautifulsoup4.json", - "python3-lxml.json", - "python3-requests.json", - "python3-unidecode.json", - { - "name": "melon", - "builddir": true, - "buildsystem": "meson", - "sources": [ - { - "type": "git", - "url": "https://codeberg.org/comcloudway/melon", - "branch": "main" - } - ] - } - ] -} -- 2.38.5