forked from phase1geo/Minder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.phase1geo.minder.json
81 lines (81 loc) · 2.44 KB
/
com.github.phase1geo.minder.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
{
"app-id" : "com.github.phase1geo.minder",
"base" : "io.elementary.BaseApp",
"base-version" : "juno-19.08",
"runtime" : "org.freedesktop.Platform",
"runtime-version" : "19.08",
"sdk" : "org.freedesktop.Sdk",
"command" : "com.github.phase1geo.minder",
"finish-args" : [
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--filesystem=home",
"--talk-name=ca.desrt.dconf",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"cleanup" : [
"/include",
"/lib/girepository-1.0",
"/share/gir-1.0",
"/lib/*.la"
],
"modules" : [
{
"name" : "libmarkdown2",
"buildsystem" : "simple",
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/Orc/discount/archive/v2.2.3b8.tar.gz",
"sha256" : "5d69aa20c43e0da5ac8509c4f95880720655a9b9e36206c5b5adcbba75f80391"
}
],
"build-commands" : [
"./configure.sh --prefix=/app --shared --pkg-config",
"make -j1",
"sed -e 's|/sbin/ldconfig|/sbin/ldconfig -n|' -i librarian.sh",
"make install",
"install -m644 libmarkdown.pc /app/lib/pkgconfig/libmarkdown.pc"
],
"cleanup" : [
"/bin",
"/include",
"/lib/pkgconfig"
]
},
{
"name" : "gtksourceview",
"config-opts" : [
"--disable-static"
],
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/gtksourceview/3.24/gtksourceview-3.24.11.tar.xz",
"sha256" : "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd"
}
]
},
{
"name" : "minder",
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"path" : "/home/trevorw/projects/Minder"
},
{
"type" : "patch",
"path" : "elementary-theme.patch"
}
]
}
],
"build-options" : {
"env" : {
}
}
}