From 2f0d42127c6d9f72fb4f87b542f1341442808808 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 21 Jan 2022 11:44:10 +0100 Subject: [PATCH] Adding flatpak specific desktop file. --- eu.ad5001.LogarithmPlotter.json | 1 + logarithmplotter.desktop | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 logarithmplotter.desktop diff --git a/eu.ad5001.LogarithmPlotter.json b/eu.ad5001.LogarithmPlotter.json index d83093b..9fcd9fc 100644 --- a/eu.ad5001.LogarithmPlotter.json +++ b/eu.ad5001.LogarithmPlotter.json @@ -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": [ diff --git a/logarithmplotter.desktop b/logarithmplotter.desktop new file mode 100644 index 0000000..9fccd33 --- /dev/null +++ b/logarithmplotter.desktop @@ -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