forked from ellie-commons/byte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.github.alainm23.byte.yml
44 lines (41 loc) · 1014 Bytes
/
com.github.alainm23.byte.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
app-id: com.github.alainm23.byte
runtime: io.elementary.Platform
runtime-version: 'daily' #change this to release version (currently 0.1.0) once they fix the lack of inherited GL extensions bug
sdk: io.elementary.Sdk
command: com.github.alainm23.byte
finish-args:
- '--filesystem=xdg-music'
- '--socket=fallback-x11'
- '--socket=wayland'
- '--socket=pulseaudio'
- '--talk-name=org.gnome.SettingsDaemon'
- '--talk-name=ca.desrt.dconf'
- '--env=DCONF_USER_CONFIG_DIR=.config/dconf'
cleanup:
- '/include'
- '/lib/pkgconfig'
- '/man'
- '/share/gtk-doc'
- '/share/man'
- '/share/pkgconfig'
- '/share/vala'
- '*.a'
- '*.la'
modules:
- name: taglib
buildsystem: cmake-ninja
config-opts:
- '-DBUILD_SHARED_LIBS=ON'
cleanup:
- /bin
sources:
- type: git
url: https://github.com/taglib/taglib.git
tag: v1.12
- name: byte
buildsystem: meson
config-opts:
- '--libdir=lib'
sources:
- type: dir
path: .