77 lines
2.8 KiB
JSON
77 lines
2.8 KiB
JSON
{
|
|
"id": "org.gimp.GIMP",
|
|
"branch": "dev",
|
|
"base": "org.gimp.BaseApp",
|
|
"base-version": "stable",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "3.28",
|
|
"sdk": "org.gnome.Sdk",
|
|
"command": "gimp-2.10",
|
|
"rename-desktop-file": "gimp.desktop",
|
|
"rename-icon": "gimp",
|
|
"finish-args": ["--share=ipc", "--socket=x11", "--share=network",
|
|
"--filesystem=host", "--filesystem=xdg-config/GIMP",
|
|
"--filesystem=xdg-config/gtk-3.0",
|
|
"--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*" ],
|
|
"tags": ["dev"],
|
|
"desktop-file-name-prefix": "(Dev) ",
|
|
"build-options" : {
|
|
"cflags": "-O2 -g",
|
|
"cxxflags": "-O2 -g",
|
|
"env": {
|
|
"V": "1"
|
|
}
|
|
},
|
|
"cleanup": ["/include", "/lib/pkgconfig", "/share/pkgconfig",
|
|
"/share/aclocal", "/man", "/share/man", "/share/gtk-doc",
|
|
"/share/vala", "*.la", "*.a", "/bin/wmf*", "/bin/libwmf-*",
|
|
"/bin/pygtk*", "/bin/pygobject*"],
|
|
"modules": [
|
|
{
|
|
"name": "babl",
|
|
"config-opts": [ "--disable-docs" ],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.gnome.org/GNOME/babl.git",
|
|
"branch": "BABL_0_1_46",
|
|
"commit": "e92ced2c54250af1dddb58f76ff1678d74a30dcf"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "gegl",
|
|
"config-opts": [ "--disable-docs", "--disable-introspection" ],
|
|
"cleanup": [ "/bin" ],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.gnome.org/GNOME/gegl.git",
|
|
"branch": "GEGL_0_3_34",
|
|
"commit": "29254dcd875d271043aba57d0e6ebc48ec63c013"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "gimp",
|
|
"config-opts": [ "--disable-docs", "--disable-gtk-doc", "--disable-gtk-doc-html", "--enable-vector-icons" ],
|
|
"cleanup": [ "/bin/gimptool-2.0", "/bin/gimp-console-2.10" ],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.gnome.org/GNOME/gimp.git",
|
|
"branch": "GIMP_2_10_0_RC2",
|
|
"commit": "6582692ec6c8196108b2d42f6758c62076a88d13"
|
|
}
|
|
],
|
|
"post-install": [
|
|
"rm -fr /app/include /app/lib/pkgconfig /app/share/pkgconfig",
|
|
"rm -fr /app/share/gtk-doc/ /app/share/man/",
|
|
"rm -fr /app/lib/*.la /app/lib/*.a",
|
|
"rm -fr /app/share/ghostscript/9.20/doc/",
|
|
"rm -fr /app/bin/wmf* /app/bin/libwmf-*",
|
|
"rm -fr /app/bin/pygtk* /app/bin/pygobject* /app/bin/pygobject-codegen-2.0"
|
|
]
|
|
}
|
|
]
|
|
}
|