mirror of https://github.com/GNOME/gimp.git
build: update dev and nightly flatpak manifests.
Dev flatpak now builds the 2.10.0 RC1. Both manifest tested and working.
This commit is contained in:
parent
d2c4db1984
commit
d907898c65
|
@ -6,7 +6,7 @@
|
||||||
"runtime": "org.gnome.Platform",
|
"runtime": "org.gnome.Platform",
|
||||||
"runtime-version": "3.28",
|
"runtime-version": "3.28",
|
||||||
"sdk": "org.gnome.Sdk",
|
"sdk": "org.gnome.Sdk",
|
||||||
"command": "gimp-2.9",
|
"command": "gimp-2.10",
|
||||||
"rename-desktop-file": "gimp.desktop",
|
"rename-desktop-file": "gimp.desktop",
|
||||||
"rename-icon": "gimp",
|
"rename-icon": "gimp",
|
||||||
"finish-args": ["--share=ipc", "--socket=x11", "--share=network",
|
"finish-args": ["--share=ipc", "--socket=x11", "--share=network",
|
||||||
|
@ -27,6 +27,17 @@
|
||||||
"/share/vala", "*.la", "*.a", "/bin/wmf*", "/bin/libwmf-*",
|
"/share/vala", "*.la", "*.a", "/bin/wmf*", "/bin/libwmf-*",
|
||||||
"/bin/pygtk*", "/bin/pygobject*"],
|
"/bin/pygtk*", "/bin/pygobject*"],
|
||||||
"modules": [
|
"modules": [
|
||||||
|
{
|
||||||
|
"name": "mypaint-brushes",
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/Jehan/mypaint-brushes.git",
|
||||||
|
"branch": "v1.3.0",
|
||||||
|
"commit": "fce9b5f23f658f15f8168ef5cb2fee69cf90addb"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "lcms2",
|
"name": "lcms2",
|
||||||
"config-opts": [ "--disable-static" ],
|
"config-opts": [ "--disable-static" ],
|
||||||
|
@ -39,6 +50,20 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "openjpeg",
|
||||||
|
"cmake": true,
|
||||||
|
"buildsystem": "cmake-ninja",
|
||||||
|
"builddir": true,
|
||||||
|
"cleanup": [ "/bin", "/lib/openjpeg-2.3" ],
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "archive",
|
||||||
|
"url": "https://github.com/uclouvain/openjpeg/archive/v2.3.0.tar.gz",
|
||||||
|
"sha256": "3dc787c1bb6023ba846c2a0d9b1f6e179f1cd255172bde9eb75b01f1e6c7d71a"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "babl",
|
"name": "babl",
|
||||||
"config-opts": [ "--disable-docs" ],
|
"config-opts": [ "--disable-docs" ],
|
||||||
|
@ -46,8 +71,8 @@
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://git.gnome.org/babl",
|
"url": "git://git.gnome.org/babl",
|
||||||
"branch": "BABL_0_1_38",
|
"branch": "BABL_0_1_44",
|
||||||
"commit": "04cea9206deb0a6fb52b0a86012d70551b020205"
|
"commit": "9e4bfe9f1470a7836f7f885ea95607427ed7997f"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -59,8 +84,8 @@
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://git.gnome.org/gegl",
|
"url": "git://git.gnome.org/gegl",
|
||||||
"branch": "GEGL_0_3_24",
|
"branch": "GEGL_0_3_30",
|
||||||
"commit": "e647c79dc6c6f1c9a3c12e79a1fd8e77847d61d9"
|
"commit": "6183445f039847814ebf52edb77e861004aa93ab"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -72,8 +97,8 @@
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://git.gnome.org/gimp",
|
"url": "git://git.gnome.org/gimp",
|
||||||
"branch": "GIMP_2_9_8",
|
"branch": "GIMP_2_10_0_RC1",
|
||||||
"commit": "18794a6ba2915ed58b82337edaba794d69f767b7"
|
"commit": "956ca8e3a39cc93d8fae439a8e5eb073059db011"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"post-install": [
|
"post-install": [
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"runtime": "org.gnome.Platform",
|
"runtime": "org.gnome.Platform",
|
||||||
"runtime-version": "3.28",
|
"runtime-version": "3.28",
|
||||||
"sdk": "org.gnome.Sdk",
|
"sdk": "org.gnome.Sdk",
|
||||||
"command": "gimp-2.9",
|
"command": "gimp-2.10",
|
||||||
"rename-desktop-file": "gimp.desktop",
|
"rename-desktop-file": "gimp.desktop",
|
||||||
"rename-icon": "gimp",
|
"rename-icon": "gimp",
|
||||||
"finish-args": ["--share=ipc", "--socket=x11", "--share=network",
|
"finish-args": ["--share=ipc", "--socket=x11", "--share=network",
|
||||||
|
@ -25,10 +25,7 @@
|
||||||
"cleanup": ["/include", "/lib/pkgconfig", "/share/pkgconfig",
|
"cleanup": ["/include", "/lib/pkgconfig", "/share/pkgconfig",
|
||||||
"/share/aclocal", "/man", "/share/man", "/share/gtk-doc",
|
"/share/aclocal", "/man", "/share/man", "/share/gtk-doc",
|
||||||
"/share/vala", "*.la", "*.a", "/bin/wmf*", "/bin/libwmf-*",
|
"/share/vala", "*.la", "*.a", "/bin/wmf*", "/bin/libwmf-*",
|
||||||
"/bin/pygtk*", "/bin/pygobject*", "/bin/pygobject-codegen-2.0",
|
"/bin/pygtk*", "/bin/pygobject*", "/bin/pygobject-codegen-2.0"],
|
||||||
|
|
||||||
"/share/glib-2.0/codegen", "/bin/gdbus-codegen", "/bin/glib-*",
|
|
||||||
"/bin/gobject-query", "/bin/gresource", "/bin/gtester*"],
|
|
||||||
"modules": [
|
"modules": [
|
||||||
{
|
{
|
||||||
"name": "mypaint-brushes",
|
"name": "mypaint-brushes",
|
||||||
|
|
Loading…
Reference in New Issue