-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathorg.eclipse.Java.json
More file actions
107 lines (107 loc) · 6.1 KB
/
org.eclipse.Java.json
File metadata and controls
107 lines (107 loc) · 6.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"id": "org.eclipse.Java",
"runtime": "org.gnome.Platform",
"runtime-version": "49",
"sdk": "org.gnome.Sdk",
"sdk-extensions": [],
"command": "eclipse",
"finish-args": [
"--require-version=1.7.1",
"--filesystem=host",
"--filesystem=/tmp:rw",
"--persist=.eclipse",
"--share=network",
"--share=ipc",
"--allow=devel",
"--socket=session-bus",
"--device=dri",
"--socket=wayland",
"--socket=fallback-x11",
"--socket=ssh-auth",
"--talk-name=org.freedesktop.secrets"
],
"modules": [
{
"name": "eclipse",
"buildsystem": "simple",
"build-options": {
"no-debuginfo": true
},
"build-commands": [
"mv eclipse /app",
"mkdir -p /app/bin",
"ln -s /app/eclipse/eclipse /app/bin",
"install -Dm 644 org.eclipse.Java.desktop /app/share/applications/org.eclipse.Java.desktop",
"install -Dm 644 org.eclipse.Java.metainfo.xml /app/share/metainfo/org.eclipse.Java.metainfo.xml",
"install -Dm 644 flatpak-dev-shim-1.0.1-SNAPSHOT.jar /app/eclipse/flatpak-dev-shim.jar",
"install -Dm 644 flatpak-dev-shim-1.0.1-SNAPSHOT.so /app/lib/libflatpakdevshim.so",
"mkdir -p /app/share/icons/hicolor/32x32/apps",
"if [ -f /app/eclipse/plugins/org.eclipse.platform_*/eclipse32.png ] ; then cp -p /app/eclipse/plugins/org.eclipse.platform_*/eclipse32.png /app/share/icons/hicolor/32x32/apps/org.eclipse.Java.png ; fi",
"mkdir -p /app/share/icons/hicolor/64x64/apps",
"if [ -f /app/eclipse/plugins/org.eclipse.platform_*/eclipse64.png ] ; then cp -p /app/eclipse/plugins/org.eclipse.platform_*/eclipse64.png /app/share/icons/hicolor/64x64/apps/org.eclipse.Java.png ; fi",
"mkdir -p /app/share/icons/hicolor/128x128/apps",
"if [ -f /app/eclipse/plugins/org.eclipse.platform_*/eclipse128.png ] ; then cp -p /app/eclipse/plugins/org.eclipse.platform_*/eclipse128.png /app/share/icons/hicolor/128x128/apps/org.eclipse.Java.png ; fi",
"mkdir -p /app/share/icons/hicolor/256x256/apps",
"if [ -f /app/eclipse/plugins/org.eclipse.platform_*/eclipse256.png ] ; then cp -p /app/eclipse/plugins/org.eclipse.platform_*/eclipse256.png /app/share/icons/hicolor/256x256/apps/org.eclipse.Java.png ; fi",
"sed -i -e '/osgi.configuration.area/d' /app/eclipse/eclipse.ini",
"echo \"-Dosgi.configuration.area=@user.home/.var/app/org.eclipse.Java/eclipse/configuration\" >> /app/eclipse/eclipse.ini",
"echo \"--patch-module=java.base=/app/eclipse/flatpak-dev-shim.jar\" >> /app/eclipse/eclipse.ini",
"echo \"-Dsun.boot.library.path=/app/lib\" >> /app/eclipse/eclipse.ini"
],
"sources": [
{
"type": "archive",
"only-arches": [
"x86_64"
],
"url": "https://download.eclipse.org/technology/epp/downloads/release/2025-12/R/eclipse-java-2025-12-R-linux-gtk-x86_64.tar.gz",
"sha512": "c67d2d68755ff5bcf798c516eefd9f2baa847776adb8844699eb9791f626fc99f2c531c0a6a2a3a6c2c914377112417791d4e1bffd66345a351290f98d1432d6",
"strip-components": 0,
"x-checker-data": {
"type": "html",
"url": "https://download.eclipse.org/technology/epp/downloads/release/release.xml",
"version-pattern": "<present>(\\d{4}-\\d{2})/R</present>",
"url-template": "https://download.eclipse.org/technology/epp/downloads/release/$version/R/eclipse-java-$version-R-linux-gtk-x86_64.tar.gz"
}
},
{
"type": "archive",
"only-arches": [
"aarch64"
],
"url": "https://download.eclipse.org/technology/epp/downloads/release/2025-12/R/eclipse-java-2025-12-R-linux-gtk-aarch64.tar.gz",
"sha512": "aaf240781c3cc76016a3b7bedd7907905b4419cc0cdea980ddbb301453731eb885c65f99294ee0b31803779e34b2324b1c4d19f0b3a2717932108b7210226701",
"strip-components": 0,
"x-checker-data": {
"type": "html",
"url": "https://download.eclipse.org/technology/epp/downloads/release/release.xml",
"version-pattern": "<present>(\\d{4}-\\d{2})/R</present>",
"url-template": "https://download.eclipse.org/technology/epp/downloads/release/$version/R/eclipse-java-$version-R-linux-gtk-aarch64.tar.gz"
}
},
{
"type": "file",
"url": "https://repo.eclipse.org/content/repositories/linuxtools/org/eclipse/linuxtools/flatpak/flatpak-dev-shim/1.0.1-SNAPSHOT/flatpak-dev-shim-1.0.1-20260107.212507-20.jar",
"sha256": "85a006b5320e979254bb2e00670e3e9b10b5e7eb5cb8224ad500d9c9d74589ab",
"dest-filename": "flatpak-dev-shim-1.0.1-SNAPSHOT.jar"
},
{
"type": "file",
"url": "https://repo.eclipse.org/content/repositories/linuxtools/org/eclipse/linuxtools/flatpak/flatpak-dev-shim/1.0.1-SNAPSHOT/flatpak-dev-shim-1.0.1-20260107.212507-20.so",
"sha256": "6460250a44558e8ccb475705a40273eb0065e8cf746839ff5f502fc184d2c3df",
"dest-filename": "flatpak-dev-shim-1.0.1-SNAPSHOT.so"
},
{
"type": "file",
"path": "org.eclipse.Java.desktop",
"dest-filename": "org.eclipse.Java.desktop"
},
{
"type": "file",
"path": "org.eclipse.Java.metainfo.xml",
"dest-filename": "org.eclipse.Java.metainfo.xml"
}
]
}
]
}