Compare commits

..

No commits in common. "c8285403f4c73fc5d3ee3b89d0388a3b5e519b9e" and "fe815f21abb3adbe38cc5b0c5c17ace05e5fe779" have entirely different histories.

2 changed files with 16 additions and 22 deletions

View file

@ -9,12 +9,14 @@
"--socket=fallback-x11", "--socket=fallback-x11",
"--socket=wayland", "--socket=wayland",
"--filesystem=home", "--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": { "add-extensions": {
"org.freedesktop.Sdk.Extension.texlive": { "org.freedesktop.Sdk.Extension.texlive": {
"directory": "texlive", "directory": "texlive",
"version": "21.08" "version": "21.08",
"no-autodownload": true,
"autodelete": false
} }
}, },
"sdk-extensions": ["org.freedesktop.Sdk.Extension.llvm12"], "sdk-extensions": ["org.freedesktop.Sdk.Extension.llvm12"],
@ -50,29 +52,21 @@
] ]
}, },
{
"name": "texlive",
"buildsystem": "simple",
"build-commands": [
"install -d /app/texlive"
]
},
{ {
"name": "LogarithmPlotter", "name": "LogarithmPlotter",
"buildsystem": "simple", "buildsystem": "simple",
"build-options": { "build-options": {
"env": { "env": {
"MIME_PATH": "/app/share/mime/packages", "MIME_PATH": "/app/share/mime/packages",
"ICON_PATH": "/app/share/icons/hicolor/scalable/mimetypes", "ICON_PATH": "/app/share/icons/hicolor/scalable/mimetypes"
"CHANGELOG_PATH": ""
} }
}, },
"build-commands": [ "build-commands": [
"rm -rf .git", "rm -rf .git",
"cd LogarithmPlotter/i18n && bash release.sh", "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.", "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 LogarithmPlotter/util/ # Copy changelog into the directory needed for it to be cached.",
"cp CHANGELOG.md /app/lib/python3.*/site-packages/logarithmplotter-*-py3.*.egg/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": [ "post-install": [
"mv ${MIME_PATH}/x-logarithm-plot.xml ${MIME_PATH}/eu.ad5001.LogarithmPlotter-x-logarithm-plot.xml", "mv ${MIME_PATH}/x-logarithm-plot.xml ${MIME_PATH}/eu.ad5001.LogarithmPlotter-x-logarithm-plot.xml",

View file

@ -79,15 +79,15 @@
<url type="help">https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/</url> <url type="help">https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/</url>
<url type="translate">https://hosted.weblate.org/engage/logarithmplotter/</url> <url type="translate">https://hosted.weblate.org/engage/logarithmplotter/</url>
<screenshots> <screenshots>
<screenshot type="default">https://apps.ad5001.eu/img/full/logarithmplotter.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?v=0.2</screenshot> <screenshot>https://apps.ad5001.eu/img/en/logarithmplotter/phase.png</screenshot>
<screenshot>https://apps.ad5001.eu/img/en/logarithmplotter/welcome.png?v=0.2</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?v=0.2</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?v=0.2</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?v=0.2</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?v=0.2</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?v=0.2</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?v=0.2</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" 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/phase.png</screenshot>
<screenshot xml:lang="hu">https://apps.ad5001.eu/img/hu/logarithmplotter/welcome.png</screenshot> <screenshot xml:lang="hu">https://apps.ad5001.eu/img/hu/logarithmplotter/welcome.png</screenshot>