{ "id" : "com.camerondahl.Logistics", "runtime" : "org.gnome.Platform", "runtime-version" : "master", "sdk" : "org.gnome.Sdk", "command" : "logistics", "build-options": { "build-args": [ "--share=network" ] }, "finish-args" : [ "--share=network", "--share=ipc", "--filesystem=/run/docker.sock", "--filesystem=xdg-run/docker.sock", "--socket=fallback-x11", "--device=dri", "--socket=wayland" ], "cleanup" : [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules" : [ { "name": "vte", "buildsystem": "meson", "config-opts": [ "-Ddocs=false", "-Dgtk3=false", "-Dgtk4=true", "-Dvapi=false", "-Dglade=false" ], "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/vte.git", "commit": "b4abc09b0950e2b1593782116b7fa9fc2e7ffba1" } ] }, { "name" : "blueprint-compiler", "buildsystem" : "meson", "builddir" : true, "sources" : [ { "type" : "git", "url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler.git", "tag" : "v0.6.0" } ] }, { "name" : "libsass", "config-opts" : [ "--disable-tests", "--disable-static", "--enable-shared" ], "cleanup" : ["*"], "sources" : [ { "type" : "git", "url" : "https://github.com/sass/libsass.git", "branch" : "master" }, { "type" : "script", "dest-filename" : "autogen.sh", "commands" : [ "autoreconf --force --install" ] } ] }, { "name" : "sassc", "cleanup" : ["*"], "sources" : [ { "type" : "git", "url" : "https://github.com/sass/sassc.git", "branch" : "master" }, { "type" : "script", "dest-filename" : "autogen.sh", "commands" : [ "autoreconf --force --install" ] } ] }, { "name": "docker-gobject", "buildsystem": "simple", "build-options": { "build-args": [ "--share=network" ] }, "build-commands": [ "pip3 install --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"setuptools\"", "pip3 install --prefix=${FLATPAK_DEST} \"docker_gobject\"" ], "sources": [ { "type": "archive", "url": "https://files.pythonhosted.org/packages/03/20/630783571e76e5fa5f3e9f29398ca3ace377207b8196b54e0ffdf09f12c1/setuptools-67.8.0.tar.gz", "sha256": "62642358adc77ffa87233bc4d2354c4b2682d214048f500964dbe760ccedf102" }, { "type": "file", "url": "https://files.pythonhosted.org/packages/78/8d/7a137d2b6f003f3c5431c3e73d30321f5d4e5dffcf5bd069150e25003383/docker_gobject-0.0.2.tar.gz", "sha256": "53b2f6359b7979485b33c5473a6393e82f712df07095218ced98ecc3df71c68c" } ] }, { "name" : "logistics", "builddir" : true, "buildsystem" : "meson", "sources" : [ { "type" : "dir", "path" : "." } ], "config-opts": [ "-Dbuildtype=debug" ] } ] }