Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Corentin Noël
gtimelog
Commits
ab5d4084
Commit
ab5d4084
authored
May 25, 2020
by
Corentin Noël
Committed by
Corentin Noël
May 25, 2020
Browse files
Add Flatpak manifest
parent
6a5e56d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
com.collabora.gtimelog.json
0 → 100644
View file @
ab5d4084
{
"app-id"
:
"com.collabora.gtimelog"
,
"runtime"
:
"org.gnome.Platform"
,
"runtime-version"
:
"3.36"
,
"sdk"
:
"org.gnome.Sdk"
,
"command"
:
"gtimelog"
,
"finish-args"
:
[
"--socket=fallback-x11"
,
"--socket=wayland"
,
"--share=ipc"
,
"--filesystem=~/.gtimelog/:ro"
,
"--share=network"
],
"modules"
:
[
{
"name"
:
"gtimelog"
,
"buildsystem"
:
"simple"
,
"build-commands"
:
[
"python3 setup.py install --prefix=/app --root=/"
,
"install -D src/gtimelog/gtimelog.png /app/share/icons/hicolor/48x48/apps/com.collabora.gtimelog.png"
,
"install -D gtimelog.desktop /app/share/applications/com.collabora.gtimelog.desktop"
],
"sources"
:
[
{
"type"
:
"git"
,
"url"
:
"https://gitlab.collabora.com/tintou/gtimelog.git"
}
]
}
]
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment