forked from louis77/tuner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.github.louis77.tuner.yml
55 lines (55 loc) · 1.43 KB
/
com.github.louis77.tuner.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
---
app-id: com.github.louis77.tuner
runtime: io.elementary.Platform
runtime-version: '6'
sdk: io.elementary.Sdk
command: com.github.louis77.tuner
finish-args:
- "--share=ipc"
- "--socket=fallback-x11"
- "--socket=wayland"
- "--talk-name=org.gtk.vfs"
- "--talk-name=org.gtk.vfs.*"
- "--share=network"
- "--metadata=X-DConf=migrate-path=/com/github/louis77/tuner/"
- "--socket=pulseaudio"
- "--talk-name=org.freedesktop.Notifications"
- "--talk-name=org.gnome.SettingsDaemon.MediaKeys"
- "--own-name=org.mpris.MediaPlayer2.Tuner"
# Needed to read prefer-color-scheme with Granite.Settings
- '--system-talk-name=org.freedesktop.Accounts'
cleanup:
- "/include"
- "/lib/pkgconfig"
- "/share/pkgconfig"
- "/share/aclocal"
- "/man"
- "/share/man"
- "/share/gtk-doc"
- "/share/vala"
- "*.la"
- "*.a"
modules:
- name: taglib
buildsystem: cmake-ninja
config-opts:
- "-DBUILD_SHARED_LIBS=ON"
- "-DCMAKE_BUILD_TYPE=Release"
sources:
- type: archive
url: https://github.com/taglib/taglib/archive/v1.11.1.tar.gz
sha256: b6d1a5a610aae6ff39d93de5efd0fdc787aa9e9dc1e7026fa4c961b26563526b
- name: libgeocode-glib0
buildsystem: meson
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/geocode-glib.git
- name: tuner
buildsystem: meson
config-opts:
- "--buildtype=release"
post-install:
- install -Dm644 /app/share/icons/hicolor/64x64/apps/${FLATPAK_ID}.svg -t /app/share/icons/hicolor/128x128/apps/
sources:
- type: dir
path: .