mirror of
https://github.com/Ad5001/eu.ad5001.LogarithmPlotter.git
synced 2024-11-23 17:54:50 +00:00
Compare commits
6 commits
a23d256b58
...
3406323e58
Author | SHA1 | Date | |
---|---|---|---|
3406323e58 | |||
ea56d30870 | |||
153c59dc93 | |||
09cd6745ac | |||
61a57d590c | |||
5f66d249d2 |
3 changed files with 5 additions and 5 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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,8 +8,8 @@ GenericName[fr]=Logiciel de traçage à l'échelle logarithmique
|
||||||
GenericName[hu]=Síkbeli ábrázolásszoftver
|
GenericName[hu]=Síkbeli ábrázolásszoftver
|
||||||
GenericName[no]=2D-plotterprogramvare
|
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
|
||||||
|
|
Loading…
Reference in a new issue