forked from tuner-labs/tuner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.tuner_labs.tuner.debug.yml
More file actions
70 lines (54 loc) · 1.49 KB
/
io.github.tuner_labs.tuner.debug.yml
File metadata and controls
70 lines (54 loc) · 1.49 KB
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
# Copyright © 2026 <https://github.com/technosf>
# SPDX-FileCopyrightText: © 2026 <https://github.com/technosf>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
---
app-id: io.github.tuner_labs.tuner
command: io.github.tuner_labs.tuner
runtime: org.freedesktop.Platform
runtime-version: '25.08'
sdk: org.freedesktop.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.vala
build-options:
prepend-path: /usr/lib/sdk/vala/bin/
prepend-ld-library-path: /usr/lib/sdk/vala/lib
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --share=network
- --socket=pulseaudio
- --filesystem=xdg-desktop # Playlist import export
- --talk-name=org.freedesktop.portal.OpenURI # For opening URLs in the default browser
cleanup:
- /include
- /lib/girepository-1.0
- /lib/pkgconfig
- /share/gir-1.0
- /share/vala
- "*.la"
- "*.a"
# Build flatpak with --no-separate-locales to avoid having to deal with translations in a separate module
separate-locales: false # Debug builds only
modules:
- name: libgee
buildsystem: autotools
build-options:
cflags: -Wno-error=incompatible-pointer-types
sources:
- type: archive
url: https://download.gnome.org/sources/libgee/0.20/libgee-0.20.8.tar.xz
sha256: 189815ac143d89867193b0c52b7dc31f3aa108a15f04d6b5dca2b6adfad0b0ee
- name: tuner
buildsystem: meson
build-options:
cflags: -g
cxxflags: -g
buildtype: debug
config-opts:
- --buildtype=debug
sources:
- type: dir
path: .