mirror of
https://github.com/Ad5001/eu.ad5001.LogarithmPlotter.git
synced 2024-11-23 17:54:50 +00:00
Compare commits
No commits in common. "c8285403f4c73fc5d3ee3b89d0388a3b5e519b9e" and "fe815f21abb3adbe38cc5b0c5c17ace05e5fe779" have entirely different histories.
c8285403f4
...
fe815f21ab
2 changed files with 16 additions and 22 deletions
|
@ -9,12 +9,14 @@
|
|||
"--socket=fallback-x11",
|
||||
"--socket=wayland",
|
||||
"--filesystem=home",
|
||||
"--env=PATH=/app/bin:/usr/bin:/app/texlive-bin:/app/texlive/bin:/app/texlive/bin/x86_64-linux:/app/texlive/bin/aarch64-linux"
|
||||
"--env=PATH=/app/bin:/usr/bin:/app/texlive-bin:/app/texlive/bin"
|
||||
],
|
||||
"add-extensions": {
|
||||
"org.freedesktop.Sdk.Extension.texlive": {
|
||||
"directory": "texlive",
|
||||
"version": "21.08"
|
||||
"version": "21.08",
|
||||
"no-autodownload": true,
|
||||
"autodelete": false
|
||||
}
|
||||
},
|
||||
"sdk-extensions": ["org.freedesktop.Sdk.Extension.llvm12"],
|
||||
|
@ -50,29 +52,21 @@
|
|||
]
|
||||
|
||||
},
|
||||
{
|
||||
"name": "texlive",
|
||||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"install -d /app/texlive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "LogarithmPlotter",
|
||||
"buildsystem": "simple",
|
||||
"build-options": {
|
||||
"env": {
|
||||
"MIME_PATH": "/app/share/mime/packages",
|
||||
"ICON_PATH": "/app/share/icons/hicolor/scalable/mimetypes",
|
||||
"CHANGELOG_PATH": ""
|
||||
"ICON_PATH": "/app/share/icons/hicolor/scalable/mimetypes"
|
||||
}
|
||||
},
|
||||
"build-commands": [
|
||||
"rm -rf .git",
|
||||
"cd LogarithmPlotter/i18n && bash release.sh",
|
||||
"mv eu.ad5001.LogarithmPlotter.metainfo.xml linux/eu.ad5001.LogarithmPlotter.metainfo.flatpak.xml # Add metainfo file from current repository.",
|
||||
"PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app",
|
||||
"cp CHANGELOG.md /app/lib/python3.*/site-packages/logarithmplotter-*-py3.*.egg/LogarithmPlotter/util/ # Copy changelog into the directory needed for it to be cached."
|
||||
"cp CHANGELOG.md LogarithmPlotter/util/ # Copy changelog into the directory needed for it to be cached.",
|
||||
"PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app"
|
||||
],
|
||||
"post-install": [
|
||||
"mv ${MIME_PATH}/x-logarithm-plot.xml ${MIME_PATH}/eu.ad5001.LogarithmPlotter-x-logarithm-plot.xml",
|
||||
|
|
|
@ -79,15 +79,15 @@
|
|||
<url type="help">https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/</url>
|
||||
<url type="translate">https://hosted.weblate.org/engage/logarithmplotter/</url>
|
||||
<screenshots>
|
||||
<screenshot type="default">https://apps.ad5001.eu/img/full/logarithmplotter.png?v=0.2</screenshot>
|
||||
<screenshot>https://apps.ad5001.eu/img/en/logarithmplotter/phase.png?v=0.2</screenshot>
|
||||
<screenshot>https://apps.ad5001.eu/img/en/logarithmplotter/welcome.png?v=0.2</screenshot>
|
||||
<screenshot xml:lang="de" type="default">https://apps.ad5001.eu/img/de/gain.png?v=0.2</screenshot>
|
||||
<screenshot xml:lang="de">https://apps.ad5001.eu/img/de/logarithmplotter/phase.png?v=0.2</screenshot>
|
||||
<screenshot xml:lang="de">https://apps.ad5001.eu/img/de/logarithmplotter/welcome.png?v=0.2</screenshot>
|
||||
<screenshot xml:lang="fr" type="default">https://apps.ad5001.eu/img/fr/gain.png?v=0.2</screenshot>
|
||||
<screenshot xml:lang="fr">https://apps.ad5001.eu/img/fr/logarithmplotter/phase.png?v=0.2</screenshot>
|
||||
<screenshot xml:lang="fr">https://apps.ad5001.eu/img/fr/logarithmplotter/welcome.png?v=0.2</screenshot>
|
||||
<screenshot type="default">https://apps.ad5001.eu/img/full/logarithmplotter.png</screenshot>
|
||||
<screenshot>https://apps.ad5001.eu/img/en/logarithmplotter/phase.png</screenshot>
|
||||
<screenshot>https://apps.ad5001.eu/img/en/logarithmplotter/welcome.png</screenshot>
|
||||
<screenshot xml:lang="de" type="default">https://apps.ad5001.eu/img/de/gain.png</screenshot>
|
||||
<screenshot xml:lang="de">https://apps.ad5001.eu/img/de/logarithmplotter/phase.png</screenshot>
|
||||
<screenshot xml:lang="de">https://apps.ad5001.eu/img/de/logarithmplotter/welcome.png</screenshot>
|
||||
<screenshot xml:lang="fr" type="default">https://apps.ad5001.eu/img/fr/gain.png</screenshot>
|
||||
<screenshot xml:lang="fr">https://apps.ad5001.eu/img/fr/logarithmplotter/phase.png</screenshot>
|
||||
<screenshot xml:lang="fr">https://apps.ad5001.eu/img/fr/logarithmplotter/welcome.png</screenshot>
|
||||
<screenshot xml:lang="hu" type="default">https://apps.ad5001.eu/img/hu/gain.png</screenshot>
|
||||
<screenshot xml:lang="hu">https://apps.ad5001.eu/img/hu/logarithmplotter/phase.png</screenshot>
|
||||
<screenshot xml:lang="hu">https://apps.ad5001.eu/img/hu/logarithmplotter/welcome.png</screenshot>
|
||||
|
|
Loading…
Reference in a new issue