-
Notifications
You must be signed in to change notification settings - Fork 4
/
com.jetbrains.DataGrip.yaml
111 lines (108 loc) · 4.03 KB
/
com.jetbrains.DataGrip.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
100
101
102
103
104
105
106
107
108
109
110
111
app-id: com.jetbrains.DataGrip
command: datagrip
finish-args:
- --allow=devel
- --device=all
- --env=DATAGRIP_PROPERTIES=/app/bin/idea.properties
- --filesystem=host
- --filesystem=xdg-run/gnupg
- --filesystem=xdg-run/keyring
- --share=ipc
- --share=network
- --socket=gpg-agent
- --socket=ssh-auth
- --socket=x11
- --talk-name=com.canonical.AppMenu.Registrar
- --talk-name=org.freedesktop.Flatpak
- --talk-name=org.freedesktop.secrets
modules:
- name: git-lfs
build-commands:
- PREFIX=${FLATPAK_DEST} ./install.sh
buildsystem: simple
sources:
- type: archive
only-arches:
- x86_64
sha256: fff4746159aa7a7b42ef1aa30fed03b534df48a7dbe116d65296c0f0c43c594d
url: https://github.com/git-lfs/git-lfs/releases/download/v3.6.0/git-lfs-linux-amd64-v3.6.0.tar.gz
x-checker-data:
project-id: 11551
stable-only: true
type: anitya
url-template: https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-linux-amd64-v$version.tar.gz
- type: archive
only-arches:
- aarch64
sha256: 9509504b3b825054c3d07af5edc1cc9c00732c6f0fd4a060f04bfbf0f1279fca
url: https://github.com/git-lfs/git-lfs/releases/download/v3.6.0/git-lfs-linux-arm64-v3.6.0.tar.gz
x-checker-data:
project-id: 11551
stable-only: true
type: anitya
url-template: https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-linux-arm64-v$version.tar.gz
- name: jetbrains-flatpak-wrapper
buildsystem: meson
config-opts:
- -Deditor_binary=/app/extra/DG/bin/datagrip
- -Deditor_title=DataGrip
- -Dprogram_name=datagrip
sources:
- type: git
commit: 5a054811ab2144ceaf343169b240a70eeb4dfb47
url: https://github.com/Lctrs/jetbrains-flatpak-wrapper.git
- shared-modules/libsecret/libsecret.json
- name: datagrip
build-commands:
- install -D --mode 0644 --target-directory /app/bin/ idea.properties
- install -D --mode 0644 --target-directory /app/share/applications/ ${FLATPAK_ID}.desktop
- install -D --mode 0644 --target-directory /app/share/metainfo/ ${FLATPAK_ID}.metainfo.xml
- install -D --mode 0644 --target-directory /app/share/icons/hicolor/scalable/apps/ ${FLATPAK_ID}.svg
- install -D --mode 0755 apply_extra.sh /app/bin/apply_extra
buildsystem: simple
sources:
- type: extra-data
filename: datagrip.tar.gz
only-arches:
- aarch64
sha256: 0f923e16f78dda2f86a72921ae9c2ae361950208e32b882a76b7aa3cf560ed6e
size: 929905628
url: https://download.jetbrains.com/datagrip/datagrip-2024.3-aarch64.tar.gz
x-checker-data:
code: DG
is-main-source: true
type: jetbrains
- type: extra-data
filename: datagrip.tar.gz
only-arches:
- x86_64
sha256: 22bce5430534136dc5e63f9e38007f85d2e06b8e96ca42f2403d205dcc171caf
size: 929783287
url: https://download.jetbrains.com/datagrip/datagrip-2024.3.tar.gz
x-checker-data:
code: DG
is-main-source: true
type: jetbrains
- type: file
path: com.jetbrains.DataGrip.desktop
- type: file
path: com.jetbrains.DataGrip.metainfo.xml
- type: file # https://www.jetbrains.com/company/brand/#logos-and-icons
dest-filename: com.jetbrains.DataGrip.svg
sha256: 3945f10efffe676fdd9bae8dab402ea0787697a3430cb6893834a268c84bd8da
size: 2271
url: https://resources.jetbrains.com/storage/products/company/brand/logos/DataGrip_icon.svg
- type: file
path: idea.properties
- type: script
commands:
- install --directory --mode 0755 DG/
- tar --directory DG/ --extract --file datagrip.tar.gz --gunzip --strip-components 1
- rm --force datagrip.tar.gz
dest-filename: apply_extra.sh
runtime: org.freedesktop.Sdk
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
separate-locales: false
tags:
- proprietary