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