-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcom.github.rickybassom.date-countdown.json
99 lines (99 loc) · 3.14 KB
/
com.github.rickybassom.date-countdown.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
{
"app-id" : "com.github.rickybassom.date-countdown",
"branch" : "master",
"runtime" : "org.gnome.Platform",
"runtime-version" : "3.26",
"sdk" : "org.gnome.Sdk",
"command" : "com.github.rickybassom.date-countdown",
"finish-args" : [
"--socket=wayland",
"--socket=x11",
"--share=ipc",
"--device=dri",
"--socket=pulseaudio",
"--share=network"
],
"modules" : [
{
"name" : "libgee",
"build-options" : {
"env" : {
"PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR" : "/app/share/gir-1.0",
"PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR" : "/app/lib/girepository-1.0"
}
},
"cleanup" : [
"/include",
"/lib/*.la",
"/lib/pkgconfig",
"/share/gir-1.0",
"/share/vala"
],
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/libgee/0.20/libgee-0.20.0.tar.xz",
"sha256" : "21308ba3ed77646dda2e724c0e8d5a2f8d101fb05e078975a532d7887223c2bb"
}
]
},
{
"name" : "granite",
"buildsystem" : "cmake-ninja",
"config-opts" : [
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_INSTALL_LIBDIR=/app/lib"
],
"build-options" : {
"env" : {
"PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR" : "/app/share/gir-1.0",
"PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR" : "/app/lib/girepository-1.0"
}
},
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/share/applications",
"/share/gir-1.0",
"/share/vala"
],
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/elementary/granite/archive/0.5.tar.gz",
"sha256" : "cc4905ae70fddeba3d2ded44bb642be77d419aa090251a7ab24c155b8616be06"
}
]
},
{
"name" : "elementary-icons",
"buildsystem" : "cmake",
"builddir" : true,
"config-opts" : [
"-DCMAKE_PROJECT_NAME=hicolor"
],
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/elementary/icons/archive/4.3.1.tar.gz",
"sha256" : "2fcb35760aa3285a17ecd5ef127fe5384a20cb6e86c2b4cd9ed7942063a70a10"
}
]
},
{
"name" : "Date Countdown",
"buildsystem" : "meson",
"builddir" : true,
"sources" : [
{
"type" : "git",
"url" : "https://github.com/rickybassom/date-countdown.git"
}
]
}
],
"build-options" : {
"env" : {
}
}
}