From 2f0d42127c6d9f72fb4f87b542f1341442808808 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 21 Jan 2022 11:44:10 +0100 Subject: [PATCH 1/3] 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 From a8de36a0916765b36ecbb718dff28ddbf5d4070f Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Mon, 24 Jan 2022 17:19:48 +0100 Subject: [PATCH 2/3] Updating desktop file with translations. --- logarithmplotter.desktop | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/logarithmplotter.desktop b/logarithmplotter.desktop index 9fccd33..2107ac3 100644 --- a/logarithmplotter.desktop +++ b/logarithmplotter.desktop @@ -4,8 +4,13 @@ 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. +GenericName[de]=2D-Grafiksoftware +GenericName[no]=2D-plotterprogramvare +GenericName[hu]=Síkbeli ábrázolásszoftver +Comment=Create BODE diagrams, sequences and distribution functions +Comment[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition +Comment[de]=Erstellung von Bode-Diagramms, Folgen und Verteilungsfunktionen +Comment[hu]=Bode-ábrák, sorozatok és újraosztási függvények létrehozása TryExec=logarithmplotter Exec=logarithmplotter --no-check-for-updates %f @@ -13,4 +18,4 @@ Icon=logarithmplotter MimeType=application/x-logarithm-plot; Terminal=false StartupNotify=false -Categories=Math +Categories=Science From eb5d90be5be359a530b3c698005b680c25a47755 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Mon, 24 Jan 2022 19:30:20 +0100 Subject: [PATCH 3/3] v0.1.4 --- eu.ad5001.LogarithmPlotter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eu.ad5001.LogarithmPlotter.json b/eu.ad5001.LogarithmPlotter.json index 9fcd9fc..3ddd5e2 100644 --- a/eu.ad5001.LogarithmPlotter.json +++ b/eu.ad5001.LogarithmPlotter.json @@ -53,8 +53,8 @@ { "type": "git", "url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter", - "tag": "v0.1.3", - "commit": "b33f379c0cddfd70107755fa4c4225ed5a04331d" + "tag": "v0.1.4", + "commit": "b0090422413323f074d621253ce352d23122147b" } ] }