-
-
Notifications
You must be signed in to change notification settings - Fork 228
/
Copy pathio.github.alainm23.planify.Devel.json
171 lines (171 loc) · 5.52 KB
/
io.github.alainm23.planify.Devel.json
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
171
{
"app-id" : "io.github.alainm23.planify.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version": "45",
"sdk" : "org.gnome.Sdk",
"command" : "io.github.alainm23.planify.Devel",
"tags" : [
"devel"
],
"finish-args": [
"--device=dri",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--talk-name=org.gnome.evolution.dataserver.Calendar8",
"--talk-name=org.gnome.evolution.dataserver.Sources5",
"--talk-name=io.github.alainm23.planify",
"--talk-name=io.github.alainm23.planify.quick-add",
"--own-name=io.github.alainm23.planify.quick-add",
"--own-name=io.github.alainm23.planify"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name": "intltool",
"cleanup": [ "*" ],
"sources": [
{
"type": "archive",
"url": "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz",
"sha256": "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
}
]
},
{
"name": "granite",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/elementary/granite.git",
"tag": "7.2.0"
}
]
},
{
"name": "libical",
"buildsystem": "cmake-ninja",
"cleanup": [
"/lib/cmake"
],
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_INSTALL_LIBDIR=/app/lib",
"-DBUILD_SHARED_LIBS=ON",
"-DGOBJECT_INTROSPECTION=true",
"-DICAL_GLIB_VAPI=true",
"-DICAL_GLIB=true",
"-DICAL_BUILD_DOCS=false",
"-DWITH_CXX_BINDINGS=false"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/libical/libical/releases/download/v3.0.17/libical-3.0.17.tar.gz",
"sha256": "bcda9a6db6870240328752854d1ea475af9bbc6356e6771018200e475e5f781b",
"x-checker-data": {
"type": "anitya",
"project-id": 1637,
"url-template": "https://github.com/libical/libical/releases/download/v$version/libical-$version.tar.gz"
}
}
]
},
{
"name": "evolution-data-server",
"buildsystem": "cmake-ninja",
"cleanup": [
"/lib/evolution-data-server/*-backends",
"/libexec",
"/share/dbus-1/services"
],
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DENABLE_FILE_LOCKING=fcntl",
"-DENABLE_DOT_LOCKING=OFF",
"-DENABLE_OAUTH2=ON",
"-DENABLE_CANBERRA=OFF",
"-DENABLE_GTK=ON",
"-DENABLE_UOA=OFF",
"-DENABLE_GOA=OFF",
"-DENABLE_GOOGLE=OFF",
"-DENABLE_EXAMPLES=OFF",
"-DENABLE_INTROSPECTION=ON",
"-DENABLE_VALA_BINDINGS=ON",
"-DENABLE_INSTALLED_TESTS=OFF",
"-DENABLE_GTK_DOC=OFF",
"-DWITH_PRIVATE_DOCS=OFF",
"-DWITH_PHONENUMBER=OFF",
"-DWITH_SYSTEMDUSERUNITDIR=OFF",
"-DWITH_LIBDB=OFF",
"-DWITH_OPENLDAP=OFF",
"-DENABLE_WEATHER=OFF",
"-DENABLE_OAUTH2_WEBKITGTK4=OFF"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/evolution-data-server/3.50/evolution-data-server-3.50.2.tar.xz",
"sha256": "5e66270388d50c14f3b1ae3fa0d2127b9fedce752acd393b5545281b01fc4970",
"x-checker-data": {
"type": "gnome",
"name": "evolution-data-server"
}
}
]
},
{
"name": "libportal",
"buildsystem": "meson",
"config-opts": [
"-Dbackends=['gtk4']",
"-Ddocs=false",
"-Dtests=false"
],
"sources": [
{
"type": "git",
"url": "https://github.com/flatpak/libportal.git",
"tag": "0.6"
}
]
},
{
"name": "gxml",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gxml.git"
}
]
},
{
"name" : "planify",
"builddir" : true,
"buildsystem" : "meson",
"config-opts" : [
"-Dtracing=true",
"-Dprofile=development"
],
"sources": [
{
"type": "dir",
"path": "../"
}
]
}
]
}