diff --git a/README.md b/README.md index 47b88a8..8a49d90 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # eu.ad5001.LogarithmPlotter -Flahub repository for [LogarithmPlotter](https://apps.ad5001.eu/logarithmplotter). +Flahub repository for [LogarithmPlotter](https://apps.ad5001.eu/logarithmplotter/). ## Build @@ -9,7 +9,7 @@ You can build the latest version of LogarithmPlotter flatpak using `flatpak-buil flatpak-builder AppDir eu.ad5001.LogarithmPlotter.json ``` -After it finishes building (note that this step can take a while as it compiles Qt), you can run it using: +After it finishes building (note that this step can take a while as it compiles Qt), you can run it using: ```bash flatpak-builder --run AppDir/ eu.ad5001.LogarithmPlotter.json logarithmplotter --no-check-for-updates ``` diff --git a/eu.ad5001.LogarithmPlotter.json b/eu.ad5001.LogarithmPlotter.json index 3ddd5e2..696177b 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.4", - "commit": "b0090422413323f074d621253ce352d23122147b" + "tag": "v0.1.5", + "commit": "92594f5af342e584a2ba8bcc32071c6488078d7c" } ] } diff --git a/logarithmplotter.desktop b/logarithmplotter.desktop index 2107ac3..e1efcf9 100644 --- a/logarithmplotter.desktop +++ b/logarithmplotter.desktop @@ -2,19 +2,19 @@ Version=1.0 Type=Application Name=LogarithmPlotter -GenericName=2D plotter software -GenericName[fr]=Logiciel de traçage 2D -GenericName[de]=2D-Grafiksoftware -GenericName[no]=2D-plotterprogramvare +GenericName=2D logarithmic-scaled plotter software +GenericName[de]=2D-Grafiksoftware mit logarithmischer Skalierung +GenericName[fr]=Logiciel de traçage à l'échelle logarithmique GenericName[hu]=Síkbeli ábrázolásszoftver +GenericName[no]=2D-plotterprogramvare 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[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition Comment[hu]=Bode-ábrák, sorozatok és újraosztási függvények létrehozása TryExec=logarithmplotter Exec=logarithmplotter --no-check-for-updates %f -Icon=logarithmplotter +Icon=logplotter MimeType=application/x-logarithm-plot; Terminal=false StartupNotify=false