-
Notifications
You must be signed in to change notification settings - Fork 2
/
net.line72.campcounselor.yml
71 lines (70 loc) · 1.83 KB
/
net.line72.campcounselor.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
app-id: net.line72.campcounselor
runtime: org.gnome.Platform
runtime-version: '47'
sdk: org.gnome.Sdk
command: campcounselor
finish-args:
# X11 + XShm access
- --share=ipc
- --socket=fallback-x11
# Wayland access
- --socket=wayland
- --device=dri
# Needs to talk to the network:
- --share=network
# Sound
- --socket=pulseaudio
# libsecret for database password
- --talk-name=org.freedesktop.secrets
# dbus
- --own-name=org.mpris.MediaPlayer2.CampCounselor
cleanup:
- /include
- /lib/pkgconfig
- /share/pkgconfig
- /share/aclocal
- /man
- /share/man
- /share/gtk-doc
- '*.la'
- '*.a'
- /lib/girepository-1.0
- /share/doc
- /share/gir-1.0
modules:
- shared-modules/intltool/intltool-0.51.json
- modules/postgresql.json
- name: libsecret
buildsystem: meson
config-opts:
- "-Dmanpage=false"
- "-Dvapi=false"
- "-Dgtk_doc=false"
cleanup:
- "/bin"
- "/include"
- "/lib/pkgconfig"
- "/share/man"
sources:
- type: "archive"
url: "https://gitlab.gnome.org/GNOME/libsecret/-/archive/0.19.1/libsecret-0.19.1.tar.gz"
sha256: "303c6e8cf3e12534e885b0682cd6130716c6834397b76d3829321b6d83b2389c"
- name: libgda
buildsystem: meson
sources:
- type: archive
url: https://download.gnome.org/sources/libgda/6.0/libgda-6.0.0.tar.xz
sha256: 995f4b420e666da5c8bac9faf55e7aedbe3789c525d634720a53be3ccf27a670
- type: patch
path: patches/0001-Fix-undefined-behavior-due-to-signed-integer-overflo.patch
- type: patch
path: patches/libgda-no-gtkdoc-markers.patch
cleanup:
- '/share/doc'
- name: campcounselor
buildsystem: meson
sources:
- type: git
url: https://github.com/line72/campcounselor.git
tag: 1.4.0
commit: 715c38fd70d753ac138fc4926e95fbd1340b8910