diff --git a/neurodesk/apps.json b/neurodesk/apps.json index a9d72c1f..a1e2ec9b 100644 --- a/neurodesk/apps.json +++ b/neurodesk/apps.json @@ -1596,6 +1596,53 @@ "workflows" ] }, + "libreoffice": { + "apps": { + "libreoffice 26.2.4": { + "version": "20260613", + "exec": "", + "apptainer_args": [] + }, + "libreofficeGUI-libreoffice 26.2.4": { + "version": "20260613", + "exec": "libreoffice", + "apptainer_args": [] + }, + "libreofficeWriterGUI-libreoffice 26.2.4": { + "version": "20260613", + "exec": "lowriter", + "apptainer_args": [] + }, + "libreofficeCalcGUI-libreoffice 26.2.4": { + "version": "20260613", + "exec": "localc", + "apptainer_args": [] + }, + "libreofficeImpressGUI-libreoffice 26.2.4": { + "version": "20260613", + "exec": "loimpress", + "apptainer_args": [] + }, + "libreofficeDrawGUI-libreoffice 26.2.4": { + "version": "20260613", + "exec": "lodraw", + "apptainer_args": [] + }, + "libreofficeBaseGUI-libreoffice 26.2.4": { + "version": "20260613", + "exec": "lobase", + "apptainer_args": [] + }, + "libreofficeMathGUI-libreoffice 26.2.4": { + "version": "20260613", + "exec": "lomath", + "apptainer_args": [] + } + }, + "categories": [ + "data organisation" + ] + }, "linda": { "apps": { "linda 0.5.1": { diff --git a/neurodesk/icons/libreoffice.png b/neurodesk/icons/libreoffice.png new file mode 100644 index 00000000..42ceb894 Binary files /dev/null and b/neurodesk/icons/libreoffice.png differ diff --git a/neurodesk/icons/libreofficeBaseGUI-libreoffice.png b/neurodesk/icons/libreofficeBaseGUI-libreoffice.png new file mode 100644 index 00000000..42ceb894 Binary files /dev/null and b/neurodesk/icons/libreofficeBaseGUI-libreoffice.png differ diff --git a/neurodesk/icons/libreofficeCalcGUI-libreoffice.png b/neurodesk/icons/libreofficeCalcGUI-libreoffice.png new file mode 100644 index 00000000..42ceb894 Binary files /dev/null and b/neurodesk/icons/libreofficeCalcGUI-libreoffice.png differ diff --git a/neurodesk/icons/libreofficeDrawGUI-libreoffice.png b/neurodesk/icons/libreofficeDrawGUI-libreoffice.png new file mode 100644 index 00000000..42ceb894 Binary files /dev/null and b/neurodesk/icons/libreofficeDrawGUI-libreoffice.png differ diff --git a/neurodesk/icons/libreofficeGUI-libreoffice.png b/neurodesk/icons/libreofficeGUI-libreoffice.png new file mode 100644 index 00000000..42ceb894 Binary files /dev/null and b/neurodesk/icons/libreofficeGUI-libreoffice.png differ diff --git a/neurodesk/icons/libreofficeImpressGUI-libreoffice.png b/neurodesk/icons/libreofficeImpressGUI-libreoffice.png new file mode 100644 index 00000000..42ceb894 Binary files /dev/null and b/neurodesk/icons/libreofficeImpressGUI-libreoffice.png differ diff --git a/neurodesk/icons/libreofficeMathGUI-libreoffice.png b/neurodesk/icons/libreofficeMathGUI-libreoffice.png new file mode 100644 index 00000000..42ceb894 Binary files /dev/null and b/neurodesk/icons/libreofficeMathGUI-libreoffice.png differ diff --git a/neurodesk/icons/libreofficeWriterGUI-libreoffice.png b/neurodesk/icons/libreofficeWriterGUI-libreoffice.png new file mode 100644 index 00000000..42ceb894 Binary files /dev/null and b/neurodesk/icons/libreofficeWriterGUI-libreoffice.png differ