Skip to content
Snippets Groups Projects
Commit 123a9187 authored by Nico's avatar Nico
Browse files

Make building with flatpak-builder possible

parent b20492f7
No related branches found
No related tags found
No related merge requests found
builddir
.flatpak-builder
...@@ -19,6 +19,13 @@ The easiest and most convenient way is to build _briar-gtk_ using ...@@ -19,6 +19,13 @@ The easiest and most convenient way is to build _briar-gtk_ using
In _Builder_, click "Clone Repository" at the bottom and In _Builder_, click "Clone Repository" at the bottom and
enter the URL to this Git project. enter the URL to this Git project.
You can also call this:
```bash
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak-builder builddir --install-deps-from=flathub --user --install --force-clean --ccache app.briar.gtk.json
flatpak run app.briar.gtk
```
## Design Goals ## Design Goals
* Intuitive UI that follows the Briar Android client * Intuitive UI that follows the Briar Android client
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
"--socket=wayland", "--socket=wayland",
"--filesystem=xdg-run/dconf", "--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro", "--filesystem=~/.config/dconf:ro",
"--filesystem=~/.briar",
"--talk-name=ca.desrt.dconf", "--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
"--env=PATH=/app/bin:/usr/bin:/app/jre/bin" "--env=PATH=/app/bin:/usr/bin:/app/jre/bin"
...@@ -108,7 +109,7 @@ ...@@ -108,7 +109,7 @@
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
"url": "file:///home/nico/Work/Current/Briar/briar-gtk" "url": "https://code.briarproject.org/NicoAlt/briar-gtk.git"
} }
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment