Use Gnome Nightly Sdk for the flatpak manifest.
This commit is contained in:
parent
65a080ed1d
commit
dcc4eae27e
@ -53,8 +53,12 @@ Flatpak is the reccomended way of building and installing Hammond.
|
|||||||
Download the `org.gnome.Hammond.json` flatpak manifest from this repo.
|
Download the `org.gnome.Hammond.json` flatpak manifest from this repo.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo # Add flathub repo
|
# Add flathub repo
|
||||||
flatpak --user install flathub org.freedesktop.Sdk.Extension.rust-stable # Install the required rust-stable extension from flathub
|
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
|
# Add the gnome-nightly repo
|
||||||
|
flatpak --user remote-add gnome-nightly https://sdk.gnome.org/gnome-nightly.flatpakrepo
|
||||||
|
# Install the required rust-stable extension from flathub
|
||||||
|
flatpak --user install flathub org.freedesktop.Sdk.Extension.rust-stable
|
||||||
flatpak-builder --repo=repo hammond org.gnome.Hammond.json --force-clean
|
flatpak-builder --repo=repo hammond org.gnome.Hammond.json --force-clean
|
||||||
flatpak build-bundle repo hammond org.gnome.Hammond
|
flatpak build-bundle repo hammond org.gnome.Hammond
|
||||||
```
|
```
|
||||||
|
|||||||
@ -1,12 +1,16 @@
|
|||||||
{
|
{
|
||||||
"app-id" : "org.gnome.Hammond",
|
"app-id" : "org.gnome.Hammond",
|
||||||
"runtime" : "org.gnome.Platform",
|
"runtime" : "org.gnome.Platform",
|
||||||
"runtime-version" : "3.26",
|
"runtime-version" : "master",
|
||||||
"sdk" : "org.gnome.Sdk",
|
"sdk" : "org.gnome.Sdk",
|
||||||
"sdk-extensions" : [
|
"sdk-extensions" : [
|
||||||
"org.freedesktop.Sdk.Extension.rust-stable"
|
"org.freedesktop.Sdk.Extension.rust-stable"
|
||||||
],
|
],
|
||||||
"command" : "hammond",
|
"command" : "hammond",
|
||||||
|
"tags" : [
|
||||||
|
"nightly"
|
||||||
|
],
|
||||||
|
"desktop-file-name-prefix" : "(Nightly) ",
|
||||||
"finish-args" : [
|
"finish-args" : [
|
||||||
"--share=network",
|
"--share=network",
|
||||||
"--share=ipc",
|
"--share=ipc",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user