flatpak manifest update

This commit is contained in:
Jordan Petridis 2017-12-05 06:22:59 +02:00
parent ca2ad9b2da
commit 0835b5ed4f
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -14,23 +14,23 @@
"--talk-name=org.freedesktop.Notifications" "--talk-name=org.freedesktop.Notifications"
], ],
"build-options": { "build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"build-args": [
"--share=network"
],
"env": { "env": {
"CARGO_HOME": "/run/build/Hammond/cargo" "CARGO_HOME": "/run/build/Hammond/cargo"
}, }
"build-args": [ "--share=network" ]
}, },
"modules": [ "modules": [
{ {
"name": "Hammond", "name": "Hammond",
"buildsystem": "simple", "buildsystem": "meson",
"build-commands": [
"source /usr/lib/sdk/rust-stable/enable.sh && ./configure --prefix=/app && make && make install"
],
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
"url": "https://gitlab.gnome.org/alatiera/Hammond.git", "url": "https://gitlab.gnome.org/alatiera/Hammond.git",
"branch": "master" "branch": "client-rework"
} }
] ]
} }