-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathorg.gimp.GIMP.Plugin.GMic.json
49 lines (49 loc) · 1.8 KB
/
org.gimp.GIMP.Plugin.GMic.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
{
"id": "org.gimp.GIMP.Plugin.GMic",
"branch": "2-40",
"runtime": "org.gimp.GIMP",
"runtime-version": "stable",
"sdk": "org.gnome.Sdk//46",
"build-extension": true,
"build-options": {
"prefix": "/app/extensions/GMic",
"prepend-path": "/app/extensions/GMic/bin",
"prepend-pkg-config-path": "/app/extensions/GMic/lib/pkgconfig",
"prepend-ld-library-path": "/app/extensions/GMic/lib"
},
"modules": [
"qt5.json",
{
"name": "gmic",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DENABLE_SYSTEM_GMIC=OFF"
],
"no-make-install": true,
"subdir": "gmic-qt",
"post-install": [
"install -Dm755 gmic_gimp_qt -t ${FLATPAK_DEST}/plug-ins/",
"install -Dm644 ../org.gimp.GIMP.Plugin.GMic.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo/",
"install -Dm644 -t $FLATPAK_DEST/share/licenses/gmic COPYING"
],
"sources": [
{
"type": "archive",
"url": "https://gmic.eu/get_file.php?file=source/gmic_3.5.0.tar.gz",
"archive-type": "tar-gzip",
"sha256": "847ddf438bbe73ec1447a8d98916571c75664bed050ac11212e45b2eb4c1cad0",
"x-data-checker": {
"type": "anitya",
"project-id": 10217,
"is-main-source": true,
"url-template": "https://gmic.eu/get_file.php?file=source/gmic_$version.tar.gz"
}
},
{
"type": "file",
"path": "org.gimp.GIMP.Plugin.GMic.metainfo.xml"
}
]
}
]
}