mirror of
https://github.com/Ad5001/eu.ad5001.LogarithmPlotter.git
synced 2024-12-22 23:43:45 +00:00
Releasing v0.1.5
v0.1.5
This commit is contained in:
commit
2074b9258e
3 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
# eu.ad5001.LogarithmPlotter
|
# eu.ad5001.LogarithmPlotter
|
||||||
|
|
||||||
Flahub repository for [LogarithmPlotter](https://apps.ad5001.eu/logarithmplotter).
|
Flahub repository for [LogarithmPlotter](https://apps.ad5001.eu/logarithmplotter/).
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ You can build the latest version of LogarithmPlotter flatpak using `flatpak-buil
|
||||||
flatpak-builder AppDir eu.ad5001.LogarithmPlotter.json
|
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
|
```bash
|
||||||
flatpak-builder --run AppDir/ eu.ad5001.LogarithmPlotter.json logarithmplotter --no-check-for-updates
|
flatpak-builder --run AppDir/ eu.ad5001.LogarithmPlotter.json logarithmplotter --no-check-for-updates
|
||||||
```
|
```
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter",
|
"url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter",
|
||||||
"tag": "v0.1.4",
|
"tag": "v0.1.5",
|
||||||
"commit": "b0090422413323f074d621253ce352d23122147b"
|
"commit": "92594f5af342e584a2ba8bcc32071c6488078d7c"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,19 +2,19 @@
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=LogarithmPlotter
|
Name=LogarithmPlotter
|
||||||
GenericName=2D plotter software
|
GenericName=2D logarithmic-scaled plotter software
|
||||||
GenericName[fr]=Logiciel de traçage 2D
|
GenericName[de]=2D-Grafiksoftware mit logarithmischer Skalierung
|
||||||
GenericName[de]=2D-Grafiksoftware
|
GenericName[fr]=Logiciel de traçage à l'échelle logarithmique
|
||||||
GenericName[no]=2D-plotterprogramvare
|
|
||||||
GenericName[hu]=Síkbeli ábrázolásszoftver
|
GenericName[hu]=Síkbeli ábrázolásszoftver
|
||||||
|
GenericName[no]=2D-plotterprogramvare
|
||||||
Comment=Create BODE diagrams, sequences and distribution functions
|
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[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
|
Comment[hu]=Bode-ábrák, sorozatok és újraosztási függvények létrehozása
|
||||||
|
|
||||||
TryExec=logarithmplotter
|
TryExec=logarithmplotter
|
||||||
Exec=logarithmplotter --no-check-for-updates %f
|
Exec=logarithmplotter --no-check-for-updates %f
|
||||||
Icon=logarithmplotter
|
Icon=logplotter
|
||||||
MimeType=application/x-logarithm-plot;
|
MimeType=application/x-logarithm-plot;
|
||||||
Terminal=false
|
Terminal=false
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
|
|
Loading…
Reference in a new issue