flatpak manifest update
This commit is contained in:
parent
ca2ad9b2da
commit
0835b5ed4f
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user