Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mesonium
gajim
Commits
4e0e7f68
Commit
4e0e7f68
authored
5 years ago
by
André
Browse files
Options
Downloads
Patches
Plain Diff
Use out-of-line code blocks
parent
ba240a22
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
flatpak/README.md
+40
-25
40 additions, 25 deletions
flatpak/README.md
with
40 additions
and
25 deletions
flatpak/README.md
+
40
−
25
View file @
4e0e7f68
...
...
@@ -8,25 +8,33 @@ ## Install pre-built version
### Stable
`flatpak install --user https://flathub.org/repo/appstream/org.gajim.Gajim.flatpakref`
```
bash
flatpak
install
--user
https://flathub.org/repo/appstream/org.gajim.Gajim.flatpakref
```
### Nightly/master
`flatpak install --user https://ftp.gajim.org/flatpak/appstream/org.gajim.Gajim.flatpakref`
```
bash
flatpak
install
--user
https://ftp.gajim.org/flatpak/appstream/org.gajim.Gajim.flatpakref
```
### Install plugins
To list available plugins, run
`flatpak search gajim.plugin`
```
bash
flatpak search gajim.plugin
```
To install the stable/nightly version of OMEMO, for example, run
`flatpak install --user flathub org.gajim.Gajim.Plugin.omemo`
```
bash
flatpak
install
--user
flathub org.gajim.Gajim.Plugin.omemo
```
or
`flatpak install --user gajim-nightly org.gajim.Gajim.Plugin.omemo`
,
```
bash
flatpak
install
--user
gajim-nightly org.gajim.Gajim.Plugin.omemo
```
respectively.
...
...
@@ -43,9 +51,10 @@ ### Download Gajim's sources
In this example, we do a
`git clone`
of the repository, so you need to have
`git`
installed.
Alternatively, you can also download the sources from our Gitlab via web browser.
`git clone https://dev.gajim.org/gajim/gajim.git ~/Gajim`
`cd ~/Gajim`
```
bash
git clone https://dev.gajim.org/gajim/gajim.git ~/Gajim
cd
~/Gajim
```
*Note: Source tarballs and snapshots do _not_ include 'org.gajim.Gajim.yaml', which is necessary for installation via Flatpak.*
...
...
@@ -56,13 +65,15 @@ ### Install Gajim and dependencies
*Note: Remove `--user` if you want a system-wide installation.*
1.
`flatpak --user remote-add --from gnome https://sdk.gnome.org/gnome.flatpakrepo`
2.
`flatpak --user install gnome org.gnome.Platform//3.34`
3.
`flatpak --user install gnome org.gnome.Sdk//3.34`
4.
`flatpak-builder --repo=gajim_flatpak_repo ~/Gajim/gajim_flatpak ~/Gajim/flatpak/org.gajim.Gajim.yaml`
5.
`flatpak --user remote-add --no-gpg-verify gajim_flatpak_repo gajim_flatpak_repo`
6.
`flatpak --user install gajim_flatpak_repo org.gajim.Gajim`
7.
`flatpak run org.gajim.Gajim`
```
bash
flatpak
--user
remote-add
--from
gnome https://sdk.gnome.org/gnome.flatpakrepo
flatpak
--user
install
gnome org.gnome.Platform//3.34
flatpak
--user
install
gnome org.gnome.Sdk//3.34
flatpak-builder
--repo
=
gajim_flatpak_repo ~/Gajim/gajim_flatpak ~/Gajim/flatpak/org.gajim.Gajim.yaml
flatpak
--user
remote-add
--no-gpg-verify
gajim_flatpak_repo gajim_flatpak_repo
flatpak
--user
install
gajim_flatpak_repo org.gajim.Gajim
flatpak run org.gajim.Gajim
```
That's it, you are now running Gajim via Flatpak!
...
...
@@ -73,20 +84,24 @@ ### Update Gajim's sources
In this example, we use
`git`
to update the repository. You can also download the sources from our Gitlab via webbrowser.
`
cd ~/Gajim`
`
git pull --rebase
`
`
``
bash
cd
~/Gajim
git pull
--rebase
```
### Remove previous Flatpak directory
`rm -r ~/Gajim/gajim_flatpak`
```
bash
rm
-r
~/Gajim/gajim_flatpak
```
### Install and update Gajim
1.
`flatpak-builder --repo=gajim_flatpak_repo ~/Gajim/gajim_flatpak ~/Gajim/flatpak/org.gajim.Gajim.yaml`
2.
`flatpak --user update`
3.
`flatpak run org.gajim.Gajim`
```
bash
flatpak-builder
--repo
=
gajim_flatpak_repo ~/Gajim/gajim_flatpak ~/Gajim/flatpak/org.gajim.Gajim.yaml
flatpak
--user
update
flatpak run org.gajim.Gajim
```
Gajim is now updated.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment