{ "app-id" : "com.gitlab.newsflash.Devel", "runtime" : "org.gnome.Platform", "runtime-version" : "3.36", "sdk" : "org.gnome.Sdk", "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.rust-stable" ], "command" : "com.gitlab.newsflash", "tags" : [ "nightly" ], "desktop-file-name-suffix" : " ☢️", "finish-args" : [ "--share=network", "--share=ipc", "--socket=x11", "--socket=wayland", "--device=dri", "--talk-name=org.freedesktop.Notifications", "--filesystem=xdg-download" ], "build-options" : { "append-path" : "/usr/lib/sdk/rust-stable/bin", "build-args" : [ "--share=network" ], "env" : { "CARGO_HOME" : "/run/build/newsflash/cargo", "RUSTFLAGS" : "--remap-path-prefix =../", "RUST_BACKTRACE" : "1", "FEEDLY_CLIENT_ID" : "@FEEDLY_CLIENT_ID@", "FEEDLY_CLIENT_SECRET" : "@FEEDLY_CLIENT_SECRET@", "PASSWORD_CRYPT_KEY" : "@PASSWORD_CRYPT_KEY@", "MERCURY_PARSER_USER" : "@MERCURY_PARSER_USER@", "MERCURY_PARSER_KEY" : "@MERCURY_PARSER_KEY@" } }, "modules" : [ { "name" : "libhandy", "buildsystem" : "meson", "config-opts" : [ "-Dintrospection=disabled", "-Dgtk_doc=false", "-Dtests=false", "-Dexamples=false", "-Dvapi=false", "-Dglade_catalog=disabled" ], "cleanup" : [ "/include", "/lib/pkgconfig" ], "sources" : [ { "type" : "git", "url" : "https://source.puri.sm/Librem5/libhandy", "tag": "v0.0.13" } ] }, { "name" : "newsflash", "buildsystem" : "meson", "config-opts": [ "-Dprofile=development", "-Dreadability=true" ], "sources" : [ { "type" : "git", "url" : "https://gitlab.com/news-flash/news_flash_gtk.git" } ] } ] }