mirror of
https://github.com/Ad5001/eu.ad5001.LogarithmPlotter.git
synced 2024-11-16 14:31:36 +00:00
v0.1.4 Release
See https://git.ad5001.eu/Ad5001/LogarithmPlotter/src/branch/master/CHANGELOG.md
This commit is contained in:
commit
5f66d249d2
2 changed files with 24 additions and 2 deletions
|
@ -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": [
|
||||
|
@ -52,8 +53,8 @@
|
|||
{
|
||||
"type": "git",
|
||||
"url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter",
|
||||
"tag": "v0.1.3",
|
||||
"commit": "b33f379c0cddfd70107755fa4c4225ed5a04331d"
|
||||
"tag": "v0.1.4",
|
||||
"commit": "b0090422413323f074d621253ce352d23122147b"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
21
logarithmplotter.desktop
Normal file
21
logarithmplotter.desktop
Normal file
|
@ -0,0 +1,21 @@
|
|||
[Desktop Entry]
|
||||
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[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
|
||||
Icon=logarithmplotter
|
||||
MimeType=application/x-logarithm-plot;
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Science
|
Loading…
Reference in a new issue