-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcom.adamcake.Bolt.yml
94 lines (94 loc) · 2.73 KB
/
com.adamcake.Bolt.yml
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
app-id: com.adamcake.Bolt
runtime: org.freedesktop.Platform
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.openjdk21
command: bolt
finish-args:
- --share=ipc
- --socket=x11
- --socket=wayland
- --socket=pulseaudio
- --share=network
- --device=dri
- --env=JAVA_HOME=/app/jre
- --talk-name=org.freedesktop.Notifications
- --filesystem=xdg-data/icons:create
- --filesystem=xdg-run/app/com.discordapp.Discord
modules:
- name: krb5
buildsystem: simple
build-commands:
- autoreconf
- ./configure --prefix=/app
- make -j $FLATPAK_BUILDER_N_JOBS
- make install
subdir: src
sources:
- type: git
url: https://github.com/krb5/krb5.git
tag: krb5-1.21.2-final
commit: 835f6e3d819beb7ee1046f01afb284b54ad54c5f
- name: openjdk
buildsystem: simple
build-commands:
- /usr/lib/sdk/openjdk21/install.sh
- shared-modules/gtk2/gtk2.json
- name: openssl
buildsystem: simple
build-commands:
- ./config --prefix=/app --openssldir=/app/ssl shared zlib
- make -j $FLATPAK_BUILDER_N_JOBS
- make install_sw
sources:
- type: git
url: https://github.com/openssl/openssl.git
tag: OpenSSL_1_1_1w
commit: e04bd3433fd84e1861bf258ea37928d9845e6a86
- name: libnotify
buildsystem: meson
config-opts:
- -Dman=false
- -Dgtk_doc=false
- -Ddocbook_docs=disabled
cleanup:
- /include
- /lib/pkgconfig
- /lib/debug
- /lib/girepository-1.0
- /share/gtk-doc
- /share/gir-1.0
sources:
- type: git
url: https://github.com/GNOME/libnotify.git
tag: 0.8.3
commit: 6083790f9e0f1827147ecd8799c4dced0e86a877
- name: bolt
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DBOLT_META_NAME=com.adamcake.Bolt
- -DBOLT_BINDIR=bin
- -DBOLT_SHAREDIR=/app/share
- -DBOLT_SKIP_LIBRARIES=1
sources:
- type: archive
only-arches:
- "x86_64"
dest: cef/dist
url: https://adamcake.com/cef/cef-114.0.5735.201-linux-x86_64-minimal-ungoogled-flatpak.tar.gz
sha256: b9c09ebfdf2cbef10cb43527a90d01f02a7397fd3a504bc8c05c5b78767dec47
- type: archive
only-arches:
- "aarch64"
dest: cef/dist
url: https://adamcake.com/cef/cef-114.0.5735.201-linux-aarch64-minimal-ungoogled-flatpak.tar.gz
sha256: 8848387578784a1e2ead757e8a3b194d26bf5fd1f11bcbd3759cef16ec429ec7
- type: patch
dest: cef/dist
path: cef-no-fortify.patch
- type: git
url: https://github.com/Adamcake/Bolt.git
tag: 0.10.0
commit: 20ca71e8d57053fc000af288ec9ebbbc7579c592