Skip to content

Commit

Permalink
Added Libreoffice as an addtional app
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmeacham committed Aug 4, 2024
1 parent 3e2dbad commit 6a2c511
Show file tree
Hide file tree
Showing 34 changed files with 224 additions and 0 deletions.
5 changes: 5 additions & 0 deletions APP_Source/Office/libreoffice/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/igelpkg.output/
/igelpkg.tmp/
igelpkg.log
.vscode/
igel/checksums.json
1 change: 1 addition & 0 deletions APP_Source/Office/libreoffice/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25 changes: 25 additions & 0 deletions APP_Source/Office/libreoffice/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"categories": [
"misc"
],
"icons": {
"app": "libreoffice_portal.svg",
"monochrome": "monochrome.svg"
},
"name": "libreoffice",
"author": "The IGEL community",
"vendor": "The Document Foundation",
"public_version": "24.2.5 BUILD 1.0 RC 1",
"release": "",
"summary": {
"en": "Libreoffice (Community)"
},
"version": "24.2.5+0.1.rc.1",
"rw_partition": {
"size": "medium",
"flags": [
"compressed",
"prefer_btrfs"
]
}
}
4 changes: 4 additions & 0 deletions APP_Source/Office/libreoffice/data/app.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions APP_Source/Office/libreoffice/data/changelogs/en
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Put the changelog here.
You can add more changelogs by adding new files here for different languages.
37 changes: 37 additions & 0 deletions APP_Source/Office/libreoffice/data/config/config.param
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<sessions>
<libreoffice%>
<name>
value=<Libreoffice>
</name>
<icon>
value=<libreoffice-main>
</icon>
extends_base=<sessions.base%>
</libreoffice%>
<libreoffice0>
</libreoffice0>

<libreoffice-writer%>
<name>
value=<Libreoffice-Writer>
</name>
<icon>
value=<libreoffice-writer>
</icon>
extends_base=<sessions.base%>
</libreoffice-writer%>
<libreoffice-writer0>
</libreoffice-writer0>

<libreoffice-calc%>
<name>
value=<Libreoffice-Calc>
</name>
<icon>
value=<libreoffice-calc>
</icon>
extends_base=<sessions.base%>
</libreoffice-calc%>
<libreoffice-calc0>
</libreoffice-calc0>
</sessions>
Empty file.
58 changes: 58 additions & 0 deletions APP_Source/Office/libreoffice/data/config/ui.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"root": {
"id": "root",
"childrenIds": ["base"]
},
"base": {
"id": "base",
"parentId": "root",
"nlsResourceId": "title",
"title": "Libreoffice",
"childrenIds": ["settings", "session", "writer-session"]
},
"session": {
"id": "session",
"parentId": "base",
"nlsResourceId": "session.label",
"title": "Libreoffice Session",
"instancePage": true,
"fixInstanceId": 0,
"elements": {
"0": {
"type": "sessionPage",
"paramId": "app.libreoffice.sessions.libreoffice",
"instancePageId": "sessions.genericInstancePage"
}
}
},
"writer-session": {
"id": "writer-session",
"parentId": "base",
"nlsResourceId": "session.label",
"title": "Libreoffice Writer Session",
"instancePage": true,
"fixInstanceId": 0,
"elements": {
"0": {
"type": "sessionPage",
"paramId": "app.libreoffice.sessions.libreoffice-writer",
"instancePageId": "sessions.genericInstancePage"
}
}
},
"calc-session": {
"id": "calc-session",
"parentId": "base",
"nlsResourceId": "session.label",
"title": "Libreoffice Calc Session",
"instancePage": true,
"fixInstanceId": 0,
"elements": {
"0": {
"type": "sessionPage",
"paramId": "app.libreoffice.sessions.libreoffice-calc",
"instancePageId": "sessions.genericInstancePage"
}
}
}
}
4 changes: 4 additions & 0 deletions APP_Source/Office/libreoffice/data/descriptions/en
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
LibreOffice is a free and powerful office suite

It is a successor to OpenOffice.org (commonly known as OpenOffice).
Its clean interface and feature-rich tools help you unleash your creativity and enhance your productivity.
1 change: 1 addition & 0 deletions APP_Source/Office/libreoffice/data/libreoffice-calc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions APP_Source/Office/libreoffice/data/libreoffice-impress.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions APP_Source/Office/libreoffice/data/libreoffice-main.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions APP_Source/Office/libreoffice/data/libreoffice-writer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions APP_Source/Office/libreoffice/data/libreoffice_portal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions APP_Source/Office/libreoffice/data/monochrome.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions APP_Source/Office/libreoffice/igel/debian.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"package": "",
"licenses": [
{
"name": "",
"text": ""
}
]
}
]
Loading

0 comments on commit 6a2c511

Please sign in to comment.