-
Notifications
You must be signed in to change notification settings - Fork 13
/
com.github.h_m_h.weylus.yaml
44 lines (44 loc) · 1.49 KB
/
com.github.h_m_h.weylus.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
app-id: com.github.h_m_h.weylus
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.node16
- org.freedesktop.Sdk.Extension.rust-stable
command: weylus
finish-args:
- --device=all
- --device=dri
- --share=ipc
# - --socket=fallback-x11
- --socket=x11
- --share=network
- --socket=session-bus
- --socket=system-bus
- --socket=wayland
modules:
# TODO: might be able to switch to the ffmpeg-full extension when ffmpeg will have hevc encoder, see config
# - https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/blob/master/elements/extensions/ffmpeg-full/ffmpeg.bst
# - https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/blob/master/elements/include/ffmpeg.yml
- ../shared-modules/ffmpeg/ffmpeg-minimal.json
- name: typescript
build-options:
env:
- npm_config_nodedir: /usr/lib/sdk/node16
prepend-path: /usr/lib/sdk/node16/bin
buildsystem: simple
build-commands:
- npm install -g --prefix ${FLATPAK_DEST} typescript.tgz
sources:
- type: file
url: https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz
sha256: 9ec479672e48d9f4b72c1a1dcdb5af063ece7c274f3a932d96b9acc60d100fe8
dest-filename: typescript.tgz
x-checker-data:
type: anitya
project-id: 13733
stable-only: true
url-template: https://registry.npmjs.org/typescript/-/typescript-$version.tgz
cleanup:
- '*'
- weylus.json