forked from flathub/org.gnome.Contacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.gnome.Contacts.yml
170 lines (156 loc) · 5.03 KB
/
org.gnome.Contacts.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
app-id: org.gnome.Contacts
runtime: org.gnome.Platform
runtime-version: '3.38'
sdk: org.gnome.Sdk
command: gnome-contacts
finish-args:
# X11 + XShm access
- --share=ipc
- --socket=fallback-x11
# Wayland access
- --socket=wayland
# Access to the webcam
- --device=all
# Notification access
- --talk-name=org.freedesktop.Notifications
# GNOME Settings (for the Online Accounts panel)
- --talk-name=org.gnome.ControlCenter
# GNOME Online Accounts (GOA)
- --talk-name=org.gnome.OnlineAccounts
# Evolution Data server (E-D-S)
- --talk-name=org.gnome.evolution.dataserver.AddressBook10
- --talk-name=org.gnome.evolution.dataserver.Sources5
- --talk-name=org.gnome.evolution.dataserver.Subprocess.Backend.*
# Access for the default avatars
- --filesystem=xdg-data/pixmaps/faces:create
# Needed for dconf to work
- --metadata=X-DConf=migrate-path=/org/gnome/Contacts/
cleanup:
- /include
- /lib/pkgconfig
- /share/pkgconfig
- /share/aclocal
- /man
- /share/man
- /share/gtk-doc
- /share/vala
- '*.la'
- '*.a'
modules:
- name: librest
sources:
- type: archive
url: https://download.gnome.org/sources/rest/0.8/rest-0.8.1.tar.xz
sha256: 0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2dba9456f15b01c9
- name: gnome-online-accounts
config-opts:
- --disable-documentation
- --disable-backend
sources:
- type: archive
url: https://download.gnome.org/sources/gnome-online-accounts/3.38/gnome-online-accounts-3.38.0.tar.xz
sha256: 3760ea78729b3038dda0c416b57bc2cbaafcc619eec6c5109654d747fad2418c
- name: libical
cleanup:
- /lib/cmake
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_INSTALL_LIBDIR=lib
- -DBUILD_SHARED_LIBS:BOOL=ON
- -DICAL_GLIB=true
- -DGOBJECT_INTROSPECTION=true
- -DICAL_GLIB_VAPI=true
- -DICAL_BUILD_DOCS=false
sources:
- type: archive
url: https://github.com/libical/libical/releases/download/v3.0.8/libical-3.0.8.tar.gz
sha256: 09fecacaf75ba5a242159e3a9758a5446b5ce4d0ab684f98a7040864e1d1286f
- name: libcanberra-gtk3
buildsystem: autotools
sources:
- type: archive
url: http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz
sha256: c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72
- name: evolution-data-server
cleanup:
- /lib/cmake
- '/lib/evolution-data-server/*-backends'
- /libexec
- /share/dbus-1/services
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DENABLE_GTK=ON
- -DENABLE_GOA=ON
- -DENABLE_UOA=OFF
- -DENABLE_GOOGLE_AUTH=OFF
- -DENABLE_GOOGLE=OFF
- -DENABLE_WITH_PHONENUMBER=OFF
- -DENABLE_VALA_BINDINGS=ON
- -DENABLE_WEATHER=OFF
- -DWITH_OPENLDAP=OFF
- -DWITH_LIBDB=OFF
- -DENABLE_INTROSPECTION=ON
- -DENABLE_INSTALLED_TESTS=OFF
- -DENABLE_GTK_DOC=OFF
- -DENABLE_EXAMPLES=OFF
buildsystem: cmake-ninja
sources:
- type: archive
url: https://download.gnome.org/sources/evolution-data-server/3.38/evolution-data-server-3.38.1.tar.xz
sha256: 8ff278e9c334f185236182709ba46ab727db2830d0b4e09485c1e582e1f2e4b7
modules:
- shared-modules/intltool/intltool-0.51.json
- name: folks
buildsystem: meson
config-opts:
- -Dtelepathy_backend=false
- -Dinspect_tool=false
- -Dimport_tool=false
- -Dbluez_backend=false
cleanup:
- /bin
- /share/GConf
sources:
- type: archive
url: https://download.gnome.org/sources/folks/0.14/folks-0.14.0.tar.xz
sha256: d6e778da637d3b33fd9a6b45115e8157d8868211dc08b943d1075b5eb7282bb9
- name: libhandy
buildsystem: meson
config-opts:
- -Dexamples=false
- -Dglade_catalog=disabled
- -Dtests=false
sources:
- type: archive
url: https://download.gnome.org/sources/libhandy/1.0/libhandy-1.0.0.tar.xz
sha256: a9398582f47b7d729205d6eac0c068fef35aaf249fdd57eea3724f8518d26699
- name: gnome-desktop
buildsystem: meson
config-opts:
- -Ddebug-tools=false
- -Dudev=disabled
- -Dgtk_doc=false
- -Ddesktop_docs=false
sources:
- type: archive
url: https://download.gnome.org/sources/gnome-desktop/3.38/gnome-desktop-3.38.1.tar.xz
sha256: 17903513fed60814e967512dd892751cb6a1d2716136232884bc65bd53cc3be0
- name: cheese
buildsystem: meson
config-opts:
- -Dgtk_doc=false
- -Dintrospection=true
- -Dman=false
sources:
- type: archive
url: https://download.gnome.org/sources/cheese/3.38/cheese-3.38.0.tar.xz
sha256: 88d2732b421b903110a2628db25c0d61e219c42bdfb5971151033fba95a8d16f
- name: gnome-contacts
buildsystem: meson
config-opts:
- --buildtype=debugoptimized
sources:
- type: archive
url: https://download.gnome.org/sources/gnome-contacts/3.38/gnome-contacts-3.38.1.tar.xz
sha256: c96dce19de25d99a219bd52dfff9746226663d0d99d4506d570c2ad979035843