-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathorg.codepointerapp.codepointer.yml
More file actions
40 lines (35 loc) · 994 Bytes
/
Copy pathorg.codepointerapp.codepointer.yml
File metadata and controls
40 lines (35 loc) · 994 Bytes
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
app-id: org.codepointer.codepointer
runtime: org.kde.Platform
runtime-version: '6.10'
sdk: org.kde.Sdk
command: codepointer
finish-args:
- --share=ipc
- --socket=x11
- --socket=wayland
- --device=dri
- --filesystem=host
- --talk-name=org.freedesktop.Flatpak
modules:
- name: codepointer
buildsystem: simple
build-options:
build-args:
# CMake fetches dependencies itself (CPM + KodoTerm's own
# FetchContent for libvterm), so build-time network access
# is required. This does not affect the sandboxed app itself,
# only the build step.
- --share=network
build-commands:
- cmake -S . -B build
-G Ninja
-DCMAKE_INSTALL_PREFIX=/app
-DCMAKE_BUILD_TYPE=Release
-DCODEPOINTER_BUNDLE_ICON_THEME=OFF
-DCODEPOINTER_DISABLE_UPDATES=ON
-DBUILD_VERSION=OFFICIAL
- ninja -C build
- ninja -C build install
sources:
- type: dir
path: .