{ "id": "io.github.nozwock.Packet.Devel", "runtime": "org.gnome.Platform", "runtime-version": "49", "sdk": "org.gnome.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.rust-stable", "org.freedesktop.Sdk.Extension.llvm20" ], "command": "packet", "finish-args": [ "--talk-name=org.kde.StatusNotifierWatcher", "--filesystem=home/.local/share/nautilus-python/extensions", "--allow=bluetooth", "--share=network", "--filesystem=xdg-download", "--system-talk-name=org.bluez", "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri", "--env=RUST_LOG=packet=debug,rqs_lib=debug", "--env=G_MESSAGES_DEBUG=none", "--env=RUST_BACKTRACE=1" ], "separate-locales": false, "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin:/usr/lib/sdk/llvm20/bin", "build-args": [ "--share=network" ], "env": { "CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse", "CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER": "clang", "CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS": "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold", "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER": "clang", "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS": "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold" }, "test-args": [ "--socket=x11", "--share=network" ] }, "modules": [ { "name": "protobuf-compiler", "buildsystem": "simple", "build-commands": [ "install -D -m 755 protoc /app/bin/protoc", "mkdir -p /app/include/", "cp -r google /app/include/" ], "cleanup": [ "*" ], "sources": [ { "type": "archive", "url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.1/protoc-30.1-linux-x86_64.zip", "sha256": "5537e15ab0c0e610f809573948d3ec7d6ef387a07991e1c361a2a0e8cad983e5", "only-arches": [ "x86_64" ] }, { "type": "archive", "url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.2/protoc-30.2-linux-aarch_64.zip", "sha256": "a3173ea338ef91b1605b88c4f8120d6c8ccf36f744d9081991d595d0d4352996", "only-arches": [ "aarch64" ] } ] }, { "name": "blueprint-compiler", "buildsystem": "meson", "cleanup": [ "*" ], "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler.git", "commit": "04ef0944db56ab01307a29aaa7303df6067cb3c0", "tag": "v0.16.0" } ] }, { "name": "packet", "buildsystem": "meson", "run-tests": true, "config-opts": [ "-Dprofile=development" ], "sources": [ { "type": "dir", "path": "../" } ] } ] }