-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcom.jetbrains.IntelliJ-IDEA-Community.json
112 lines (112 loc) · 4.11 KB
/
com.jetbrains.IntelliJ-IDEA-Community.json
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
108
109
110
111
112
{
"app-id": "com.jetbrains.IntelliJ-IDEA-Community",
"runtime": "org.freedesktop.Sdk",
"runtime-version": "24.08",
"sdk": "org.freedesktop.Sdk",
"command": "idea-wrapper",
"finish-args": [
"--socket=x11",
"--socket=pulseaudio",
"--socket=ssh-auth",
"--share=ipc",
"--share=network",
"--device=all",
"--filesystem=home",
"--env=JAVA_HOME=/app/extra/idea-IC/jbr",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.freedesktop.secrets",
"--filesystem=xdg-run/app/com.discordapp.Discord:create",
"--filesystem=xdg-run/docker",
"--filesystem=xdg-run/gnupg",
"--filesystem=xdg-run/keyring",
"--filesystem=xdg-run/pipewire-0",
"--filesystem=xdg-run/podman",
"--socket=gpg-agent"
],
"modules": [
{
"name": "idea",
"build-commands": [
"install -D apply_extra ${FLATPAK_DEST}/bin/apply_extra",
"install -Dm644 -t ${FLATPAK_DEST}/share/applications/ ${FLATPAK_ID}.desktop",
"install -Dm644 -t ${FLATPAK_DEST}/share/metainfo/ ${FLATPAK_ID}.metainfo.xml",
"install -Dm644 -t ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/ ${FLATPAK_ID}.svg"
],
"buildsystem": "simple",
"sources": [
{
"type": "extra-data",
"filename": "ideaIC.tar.gz",
"only-arches": [
"aarch64"
],
"sha256": "ffdf4a5bdf8ba88c7afdbcd777aee7ce4113af016f0a671fa8a7fe6703734c7f",
"size": 988678759,
"url": "https://download.jetbrains.com/idea/ideaIC-2024.3.2.2-aarch64.tar.gz",
"x-checker-data": {
"code": "IIC",
"is-main-source": true,
"type": "jetbrains"
}
},
{
"type": "extra-data",
"filename": "ideaIC.tar.gz",
"only-arches": [
"x86_64"
],
"sha256": "d73fd631943c300d55729bd33e06e193751478a83477153807cfa941e4bf12e5",
"size": 988799613,
"url": "https://download.jetbrains.com/idea/ideaIC-2024.3.2.2.tar.gz",
"x-checker-data": {
"code": "IIC",
"is-main-source": true,
"type": "jetbrains"
}
},
{
"type": "file",
"path": "com.jetbrains.IntelliJ-IDEA-Community.desktop"
},
{
"type": "file",
"path": "com.jetbrains.IntelliJ-IDEA-Community.metainfo.xml"
},
{
"type": "file",
"path": "com.jetbrains.IntelliJ-IDEA-Community.svg"
},
{
"type": "script",
"commands": [
"tar xzf ideaIC.tar.gz --one-top-level=idea-IC --strip-components=1",
"rm ideaIC.tar.gz"
],
"dest-filename": "apply_extra"
}
]
},
{
"name": "ide-flatpak-wrapper",
"buildsystem": "meson",
"config-opts": [
"-Deditor_binary=/app/extra/idea-IC/bin/idea",
"-Deditor_title=IntelliJ IDEA Community",
"-Dprogram_name=idea-wrapper",
"-Dfirst_run_template=README.md",
"-Dflagfile_prefix=flatpak-idea"
],
"sources": [
{
"type": "dir",
"path": "ide-flatpak-wrapper"
},
{
"type": "file",
"path": "README.md"
}
]
},
"shared-modules/libsecret/libsecret.json"
]
}