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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
eta
gajim
Commits
782243ce
Commit
782243ce
authored
7 years ago
by
André
Browse files
Options
Downloads
Patches
Plain Diff
Flatpak: bundle plugin installer
parent
f47ea05b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
flatpak/README.md
+2
-2
2 additions, 2 deletions
flatpak/README.md
org.gajim.Gajim.json
+28
-15
28 additions, 15 deletions
org.gajim.Gajim.json
with
30 additions
and
17 deletions
flatpak/README.md
+
2
−
2
View file @
782243ce
...
...
@@ -4,8 +4,8 @@ Install gajim flatpak repo
--------------------------
1.
`flatpak --user remote-add --from gnome https://sdk.gnome.org/gnome.flatpakrepo`
1.
`flatpak --user install gnome org.gnome.Platform//3.2
4
`
1.
`flatpak --user install gnome org.gnome.Sdk//3.2
4
`
1.
`flatpak --user install gnome org.gnome.Platform//3.2
6
`
1.
`flatpak --user install gnome org.gnome.Sdk//3.2
6
`
1.
`flatpak-builder --repo=repo directory gajim/org.gajim.Gajim.json`
1.
`flatpak --user remote-add --no-gpg-verify repo repo`
1.
`flatpak --user install repo org.gajim.Gajim`
...
...
This diff is collapsed.
Click to expand it.
org.gajim.Gajim.json
+
28
−
15
View file @
782243ce
{
"app-id"
:
"org.gajim.Gajim"
,
"runtime"
:
"org.gnome.Platform"
,
"runtime-version"
:
"3.2
4
"
,
"runtime-version"
:
"3.2
6
"
,
"sdk"
:
"org.gnome.Sdk"
,
"command"
:
"gajim"
,
"tags"
:
[
"nightly"
],
...
...
@@ -17,12 +17,9 @@
"--filesystem=home"
,
"--socket=system-bus"
],
"build-options"
:
{
"build-options"
:
{
"cflags"
:
"-O2 -g"
,
"cxxflags"
:
"-O2 -g"
,
"env"
:
{
"PYTHON"
:
"python3"
}
"cxxflags"
:
"-O2 -g"
},
"cleanup"
:
[
"/include"
,
...
...
@@ -58,8 +55,8 @@
"sources"
:
[
{
"type"
:
"archive"
,
"url"
:
"https://
pypi
.python.org/packages/
62/ea/f4
1d4
4
e0
a4222fe8317ffe1fe7a5c75ec71ca233b4067850567922f8b7be
/cffi-1.11.
3
.tar.gz"
,
"sha256"
:
"
8456abb0f892eb7d545f9ce94f4ba78d651365b1a59f9ce9ae7b5325a95dc698
"
"url"
:
"https://
files
.python
hosted
.org/packages/
10/f7/3b302ff34045f2506509
1d4
0
e0
74479d6893882faef135c96f181a57ed06
/cffi-1.11.
4
.tar.gz"
,
"sha256"
:
"
df9083a992b17a28cd4251a3f5c879e0198bb26c9e808c4647e0a18739f1d11d
"
}
]
},
...
...
@@ -132,8 +129,8 @@
"sources"
:
[
{
"type"
:
"archive"
,
"url"
:
"https://
pypi
.python.org/packages/
41/5f/6da80400340fd48ba4ae1c673be4dc3821ac06cd9821ea60f9c7d32a009f
/setuptools-38.
4.0
.zip"
,
"sha256"
:
"6
501fc32f505ec5b3ed36ec65ba48f1b975f52cf2ea101c7b73a08583fd12f75
"
"url"
:
"https://
files
.python
hosted
.org/packages/
6c/54/f7e9cea6897636a04e74c3954f0d8335cc38f7d01e27eec98026b049a300
/setuptools-38.
5.1
.zip"
,
"sha256"
:
"6
425484c08e99a98a42209c25c3d325f749230b55284d66192784f941a7e6628
"
}
]
},
...
...
@@ -257,11 +254,21 @@
/*
Zeroconf
support
*/
{
"name"
:
"avahi"
,
"cleanup"
:
[
"/bin"
,
"/lib/avahi"
,
"/share"
],
"cleanup"
:
[
"/bin"
,
"/lib/avahi"
,
"/share"
],
"config-opts"
:
[
"--with-distro=none"
,
"--disable-qt3"
,
"--disable-qt4"
,
"--disable-libdaemon"
,
"--disable-pygtk"
,
"--disable-gdbm"
,
"--disable-mono"
,
"--disable-monodoc"
,
"--disable-manpages"
"--with-distro=none"
,
"--disable-qt3"
,
"--disable-qt4"
,
"--disable-libdaemon"
,
"--disable-pygtk"
,
"--disable-gdbm"
,
"--disable-mono"
,
"--disable-monodoc"
,
"--disable-manpages"
],
"sources"
:
[
{
...
...
@@ -289,12 +296,18 @@
"name"
:
"gajim"
,
"buildsystem"
:
"simple"
,
"build-commands"
:
[
"pip3 install --prefix=/app
--no-deps
."
"pip3 install --prefix=/app ."
],
"sources"
:
[
{
"type"
:
"git"
,
"url"
:
"https://dev.gajim.org/gajim/gajim.git"
},
{
"type"
:
"archive"
,
"url"
:
"https://ftp.gajim.org/plugins_1/plugin_installer.zip"
,
"sha256"
:
"7d5dcd9a5e05d214ca85651784bda732aac3b5c363a6e23529e6e777f9d24d42"
,
"dest"
:
"gajim/data/plugins/plugin_installer"
}
]
}
...
...
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