Adding flatpak specific desktop file.

This commit is contained in:
Ad5001 2022-01-21 11:44:10 +01:00
parent 0d0e6585b9
commit 2f0d42127c
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 17 additions and 0 deletions

View file

@ -43,6 +43,7 @@
"buildsystem": "simple",
"build-commands": [
"rm -rf .git",
"cd LogarithmPlotter/i18n && bash release.sh",
"PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app"
],
"post-install": [

16
logarithmplotter.desktop Normal file
View file

@ -0,0 +1,16 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=LogarithmPlotter
GenericName=2D plotter software
GenericName[fr]=Logiciel de traçage 2D
Comment=Create BODE diagrams, sequences and repartition functions.
Comment[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition.
TryExec=logarithmplotter
Exec=logarithmplotter --no-check-for-updates %f
Icon=logarithmplotter
MimeType=application/x-logarithm-plot;
Terminal=false
StartupNotify=false
Categories=Math