-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcom.jetbrains.WebStorm.yaml
99 lines (96 loc) · 3.21 KB
/
com.jetbrains.WebStorm.yaml
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
app-id: com.jetbrains.WebStorm
command: webstorm
runtime: org.freedesktop.Sdk
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
separate-locales: false
tags:
- proprietary
finish-args:
- --device=dri
- --env=WEBSTORM_JDK=/app/extra/webstorm/jre64
- --filesystem=host
- --filesystem=xdg-run/keyring
- --share=ipc
- --share=network
- --socket=wayland
- --socket=x11
- --talk-name=org.freedesktop.Flatpak
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.freedesktop.secrets
modules:
- shared-modules/libsecret/libsecret.json
- name: rsync
cleanup:
- /share/man
config-opts:
- --prefix=${FLATPAK_DEST}
- --with-included-popt
- --with-included-zlib
- --disable-debug
- --disable-md2man
- --disable-xxhash
sources:
- type: archive
url: https://download.samba.org/pub/rsync/src/rsync-3.3.0.tar.gz
sha256: 7399e9a6708c32d678a72a63219e96f23be0be2336e50fd1348498d07041df90
x-checker-data:
type: anitya
project-id: 4217
stable-only: true
url-template: https://download.samba.org/pub/rsync/src/rsync-$version.tar.gz
- name: webstorm
buildsystem: simple
build-commands:
- unzip webstorm_logos.zip
- install -D apply_extra /app/bin/apply_extra
- install -D -m644 webstorm_logos/icon-webstorm.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg
- install -D -m644 -t ${FLATPAK_DEST}/share/applications/ ${FLATPAK_ID}.desktop
- install -D -m644 -t ${FLATPAK_DEST}/share/metainfo/ ${FLATPAK_ID}.appdata.xml
- cat idea.properties | tee -a ${FLATPAK_DEST}/bin/idea.properties
sources:
- type: script
commands:
- mkdir webstorm/
- tar -xzf webstorm.tar.gz --directory=webstorm/ --strip-components=1
- rm webstorm.tar.gz
dest-filename: apply_extra
- type: file
sha256: 19ac2b68ed6831b1363b66706a349dd8a5dc473f521ad2a476758bd369a7b884
url: https://resources.jetbrains.com/storage/products/webstorm/docs/webstorm_logos.zip
size: 1131401
- type: file
path: com.jetbrains.WebStorm.desktop
- type: file
path: com.jetbrains.WebStorm.appdata.xml
- type: extra-data
filename: webstorm.tar.gz
sha256: 275999ca069658257d6f06875f283abf9c0b102bdf812cf7eefe86a1dda90c1b
size: 1067332727
url: https://download.jetbrains.com/webstorm/WebStorm-2024.3.1.1.tar.gz
only-arches:
- x86_64
x-checker-data:
type: jetbrains
code: WS
- type: extra-data
filename: webstorm.tar.gz
sha256: b136ec6696a47511a7396eb5416ff055964a040d72ed29eb6c362e1b37ce0ab5
size: 1066669806
url: https://download.jetbrains.com/webstorm/WebStorm-2024.3.1.1-aarch64.tar.gz
only-arches:
- aarch64
x-checker-data:
type: jetbrains
code: WS
- type: file
path: idea.properties
- name: wrapper
buildsystem: meson
config-opts:
- -Deditor_binary=/app/extra/webstorm/bin/webstorm.sh
- -Dprogram_name=webstorm
- -Deditor_title=WebStorm
sources:
- type: dir
path: jetbrains-flatpak-wrapper