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