forked from mbasaglia/glaxnimate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flatpak-manifest.yml
40 lines (39 loc) · 1 KB
/
.flatpak-manifest.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
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
app-id: org.mattbas.Glaxnimate
runtime: org.kde.Platform
runtime-version: "6.3"
sdk: org.kde.Sdk
sdk-version: "6.3"
command: glaxnimate
finish-args:
- --share=ipc
- --share=network
- --socket=fallback-x11
- --socket=wayland
- --filesystem=host
- --device=dri
modules:
-
name: potrace
buildsystem: autotools
builddir: true
config-opts:
- --with-libpotrace
sources:
-
type: archive
url: http://potrace.sourceforge.net/download/1.16/potrace-1.16.tar.gz
sha256: be8248a17dedd6ccbaab2fcc45835bb0502d062e40fbded3bc56028ce5eb7acc
-
name: glaxnimate
buildsystem: cmake-ninja
builddir: true
config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
build-commands:
- ninja translations
sources:
-
type: dir
path: .