-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathorg.gnome.meld.json
78 lines (78 loc) · 2.43 KB
/
org.gnome.meld.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
{
"app-id": "org.gnome.meld",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "meld",
"cleanup": [
"/include",
"/lib/pkgconfig",
"/share/pkgconfig",
"/share/aclocal",
"/man",
"/share/man",
"/share/gtk-doc",
"/share/vala",
"*.la",
"*.a"
],
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--filesystem=host",
"--metadata=X-DConf=migrate-path=/org/gnome/meld/"
],
"modules": [
{
"name": "gtksourceview",
"buildsystem": "meson",
"config-opts": [
"-Dvapi=false"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/gtksourceview/4.8/gtksourceview-4.8.4.tar.xz",
"sha256": "7ec9d18fb283d1f84a3a3eff3b7a72b09a10c9c006597b3fbabbb5958420a87d"
}
]
},
{
"name": "meld",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/meld/3.22/meld-3.22.2.tar.xz",
"sha256": "46a0a713fbcd1b153b377a1e0757c8ce255c9822467658eacfbd89b1e92316ef",
"x-checker-data": {
"is-main-source": true,
"type": "json",
"url": "https://gitlab.gnome.org/api/v4/projects/GNOME%2Fmeld/releases",
"version-query": ".[0].tag_name",
"url-query": "\"https://download.gnome.org/sources/meld/\" + ($version | sub(\"\\\\.\\\\d$\";\"\")) + \"/meld-\" + $version + \".tar.xz\""
}
},
{
"type": "patch",
"paths": [
"meld-appid.patch",
"fix-appdata.patch"
]
}
],
"modules": [
"shared-modules/intltool/intltool-0.51.json"
]
},
{
"name": "git",
"buildsystem": "simple",
"build-commands": [
"cp /usr/bin/git ${FLATPAK_DEST}/bin"
]
}
]
}