~comcloudway/melon

278693a9d7aa40067ba72d586669d6c6ed34ba7c — Jakob Meier 2 months ago 8d20c31
Remove json flatpak manifest in favour of the yml manifest
1 files changed, 0 insertions(+), 86 deletions(-)

D flatpak/icu.ccw.Melon.json
D flatpak/icu.ccw.Melon.json => flatpak/icu.ccw.Melon.json +0 -86
@@ 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"
        }
      ]
    }
  ]
}